how to install all python plugins

Johan Grönqvist johan.gronqvist at gmail.com
Thu Jul 15 14:57:35 EDT 2010


2010-07-15 18:18, Daniel Fetchinson skrev:
>
> If you mean all python packages that are available through the package
> manager of ubuntu, then you'll need to search the entire list of
> available packages using ubuntu's package manager, pick out the ones
> that have 'python' in their names (presumably, this is how it works on
> fedora) and install them using the above mentioned package manager
> software.

To install all packages whose names start with "python-" in ubuntu:

"apt-get install python-*" (as root, or prepended with sudo)



/ johan




More information about the Python-list mailing list