Tagged Questions
2
votes
2answers
2k views
How to install package with yum without updating?
I want to install some packages from repository but always when I'm trying to yum install packagename yum updates db:
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Determining ...
3
votes
1answer
824 views
How to Get a List of All Root / Main Installed Packages on Debian
Is there a way to get all "main" packages that were installed via aptitude in Debian? By "main" I mean the package names that were given to aptitude via the install command. The equivalent of a Gentoo ...