CentOS 5 :: Find The List Of Installed Packages?
Jan 5, 2010I would like to know what packages are currently installed in my linux machine. My machine is running CentOS 5.4. There is no GUI. All I have is command line interface.
View 2 RepliesI would like to know what packages are currently installed in my linux machine. My machine is running CentOS 5.4. There is no GUI. All I have is command line interface.
View 2 Replieshow do I save installed packages in a list and restore ...
rpm -qa > installed-software.log
yum install $(cat installed-software.log)
sorting rpm packages by size
rpm -qa --qf '%{SIZE} %{NAME}
' | sort -n
How do you list only installed packages that were not installed automatically? I see in aptitude that it will list whether they were installed automatically or not, but it is hard to find them because the are a lot more installed automatically than non-automatically.
View 1 Replies View RelatedI can't remember if branch is the correct term but I am talking stable, testing or unstable.
i have looked through the dpkg and aptitude man pages but can't seem to find if there is a way to search which packages on the system are installed from a specific branch. Is there a way to do this?
how to get yum to list all of the packages currently installed from a specific repository?
View 2 Replies View RelatedI want to list all installed packages by keyword. For example I want to know what packages were installed related to "game". How can I do that in Fedora?
I tried 'yum list installed', 'you search' ... but still can't find a solution. I'm not a yum expert .
How can I list what i have installed for current packages, excluding what normally comes with a fresh install of 9.10?
View 8 Replies View RelatedI know I can do a dpkg --get-selections to get a list of installed packages. Is there a way to get the version of the package listed as well?
View 1 Replies View RelatedIn MacPorts, the ports I would be looking for are the requested ports. They have a system so that when you install a port, that port is marked as requested. Also if you want to keep a port that was installed as a dependency, you can set it to be requested manually. Does the Debian system have the same functionality? It seems that there are some utilities that get that done..
View 3 Replies View RelatedI'm working on a script that keeps track of user explicitly installed packages (no deps, no default packages), where can I found a list of ubuntu natty preinstalled packages ? Is there some file in the filesystem or in installation disc ?
View 3 Replies View Relatedway to have apt or dpkg print out a list of all the installed packages? Preferably in a format that I can simply add 'apt-get install' in front of.
View 2 Replies View RelatedI have realized that in not installing suggested packages I've missed out on a ton of doc files, which would really come in handy while I'm away from internet access.
Is there a way take a list of currently installed packages and find out which of them have doc packages available? Possibly install them in a single step? I have been playing around with aptitude and apt-rdepends, but I'm not quite sure how to go about this. Somehow take a list of installed packages, run it through an apt-cache search, and end up with a list of -doc packages to install? My bash-fu isn't the greatest, and I suppose this could be a bad idea to begin with.
I have a system that will not boot as /usr has been destroyed and I would like to get a list of installed packages before re-installing. I know that it's possible to get this using dpkg or apt, but I cannot run those.
Where in the filesystem is this information stored and what's the best way to get a list of installed apps from the files?
I wounder how I should do to find out what packages I have explicitly installed on the system, NOT including the dependencies. The purpose is to get a figure of what packages I need to install when I reinstall my system.In Gentoo one can look at the world-file (/var/lib/portage/world) which is a list of my explicitly installed packages, not including system packages (located in /var/lib/portage/system)
View 1 Replies View RelatedI'm reinstalling an ubuntu machine that does not boot anymore. I have a complete backup of all the files that were on the harddrive.
I would like to make a list of all the programs that were installed, so I can re-install them on the fresh install.
I've found the following procedure, but this method requires that the machine still boots. (and my machine does not boot anymore) code...
Is it possible to get a list of installed packages from the backup of an ubuntu machine?
PS, My appologies for my English, I'm dutch
I'm migrating to a new Lucid Lynx machine, and I'd like to install all of the packages that I currently have installed on my old machine.Is there a way to query a list of all packages that are currently installed on a particular system, such that I could simply throw this list at apt-get on a new system
View 3 Replies View RelatedI'd like to list all packages I installed since the installation. The tricky part is that I don't care for dependencies - only clean list of what I ordered to install. I went through man pages and I did not find anything relevant. Also /var/log/apt/history* doesn't say what I requested and what came as a dependency.
For gentoo-aware folks, I am looking for something like "world" file.
I am having to reinstall ubuntu because of my silly mistake. Anyway, my questions is, when booting from live cd, how would I get the terminal to print out what I have listed on my actual hard drive? I know this works if I am logged into my actual Ubuntu hard drive, but I can't do that: dpkg --get-selections > installed-software.I am trying to get a list of installed packages because I can't actually boot into my current ubuntu hard drive
View 2 Replies View RelatedI know dpgk --get-selections will list all installed packages, but is there a way to also get the repository each belongs to as well.
View 3 Replies View RelatedI want to see all packages of a software in Ubuntu.
View 7 Replies View RelatedI have a dead system that was running Debian Linux (lenny). I can boot into emergency mode, but nothing else. I will likely have to reinstall Debian. I've read lots of things online about how to get a list of currently installed packages. Which is fine and dandy if the system is working and I can log into it. I'm basically wanting to extract such a list from a hard drive containing an installation I can't log into normally. I can access the filesystem just fine, and nothing related to aptitude has been damaged.
View 3 Replies View RelatedIs there any way that I can get a list of packages (on the command line) that have been installed manually i.e. all those that haven't been installed as dependencies? I think this must be possible as apt seems to know which dependency packages are no longer required i.e. apt-get autoremove
View 2 Replies View RelatedCan I keep the old 32bit_testing /home with all the hidden directories there when moving to 64bit_testing?
Is there a way to export a list of all installed packages in aptitude or synaptic, so that when reinstalling, it can be easily imported? (reinstalling the same system)
I'm using ubuntu 10.04 Is it possible to get a list of all packages installed after the initial installation?
View 4 Replies View RelatedI was working on my flash drive install of Ubuntu, when I squashfsed my /usr. Long story short, I some how ended up with a working /usr, but with a few packages marked as installed, but not having its components installed (emacs). When I try to remove emacs (emacs23-nox), it gives me numerous errors about files (all relating to emacs) not existing (all in /usr). Thus my questions are as follows:
1) Is there a way to force the removal without it caring about missing packages?
-OR-
2) Is there a way to reload which packages are installed by checking which files exist, etc?
-OR-
3) Should I just nuke and re-install?
I need to get names of all installed packages in 2 machines and save them in 2 text files, then I want to compare these 2 files to know the differences between 2 files and from that I could know the differences between 2 machines. Is it possible to do that and what program I could use?
View 2 Replies View Related1 laptop with HDD(1) - old, small,5400. Fedora 12 installed on it backup user settings - on external USB HDD (/home/myusername) for fun - tried to upgrade to 13 using preinstall - failled put new HDD(2) and clean install F13 update the F13 install "remembered" package move back from backup all stuff from external hdd to /home/myusername onto new HDD(2) - everything is back as I know now I need to verify what packages was installed onto the old HDD I have access to it (i have one USB SATA addaptor) for the new install I can issue one
Code:
rpm -qa
my question is what I need to do to make the rpm to check on the old HDD
I have installed F12. only the office package. How can I find out which programs are installed ? In fact, my question is if all the installed programs are appearing in the "applications" tab.
View 10 Replies View RelatedWhere can i the instald software in suse11.2 with kdeis there the same as in windows configuration->software.
View 4 Replies View RelatedWhere I may get officially supported list of packages?
or it is the same as: #yum list ?