NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Application installation via aptitude vs. other methodsHello, Currently I manage all packages on my Debian Lenny systems via Aptitude. But some desirable packages are not available from the repository. Python stuff seems to be the worst in this regard. I've run across several now that can only be installed via easy-install. Question: If I load these packages using the load method d'jour... 1) Do they in anyway interfere with packages loaded via Aptitude? What about if I load an application from source? Many thanks, LRP |
Re: Application installation via aptitude vs. other methods
Hi
Doing from source is not a good idea because it may overwrite your other files and most importantly they bypass the package management system. This means that on an update your system may overwrite the overwritten files and the whole thing shall be a mess.
What exactly are you missing in current Lenny?
Regards
Hildebrand