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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to