Ubuntu :: List Of Installed Packages By Repository Through Commandline?
Feb 11, 2011I 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 RepliesI 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 Replieshow to get yum to list all of the packages currently installed from a specific repository?
View 2 Replies View RelatedI understand there is a file that stores the repositories' information, but I can't find it!Is there a way I can create a list of what applications have been installed?The idea is that if I am running a backup, finding a way to save the repository list and applications installed so if I am upgrading, or fixing a borked system by re-installing Fedora, I could copy the repo list back, and run the applications list like ode:yum install <cat apps.txt?> and get all of the applications I've installed via Yum without having to remember them all?Is there anything else, outside of /home, I should look at backing up? SELinux settings?
View 6 Replies View Relatedhow can I list all the .deb packages installed from a specific repository?
View 6 Replies View RelatedI had some major bugs with KDE 4.3 and 4.4 and the only way that I could fix them was to install the entire KDE 4.5. This was mid-Summer. Now I would like to upgrade to Maverick the proper way and have 4.5 in a stock repo.
I managed to get most of kde back to stock by luck and uninstall/reinstalling kdebase stuff and kubuntu-desktop a couple of times. A pain in the neck trying to find important packages that are already installed from a previous PPA.
BTW my sources.list is stock right now.
Does anyone know of a way to search for installed PPA packages that are not in the stock repository?
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 Relatedhow 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
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 want to see all packages of a software in Ubuntu.
View 7 Replies View RelatedHow 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?
I 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 .
way 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 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 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 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 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 RelatedI'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?
Can 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 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 RelatedI've been google'ing around recently for some good solutions for creating local yum "update" repositories without syncing entire repositories. (or adding hundreds of exclude statements in config files)
I have several boxes with a common base build (centos 5.5/x86_64), one has nagios3, another has apache, and another tomcat6 (also a couple of others) For tomcat and nagios I'm obviously using 3rd party repositories (jpackage, epel, rpmforge to name a few) Everything is installed via RPM from kickstart.
I would like to make an updates repository which contains the updates for everything that's installed (including centos base).
Updates will be downloaded on a separate box, but not sure how to get the list of packages required on that box where the packages are not actually installed. I've looked at reposync and mrepo, but appear to be syncing from what's available rather than what's required.
I was hoping that I can provide an "rpm -qa" output, compare this to a "yum list" or perhaps running "yum check-update" on a list rather than installed packages. I could then use the yum-downloadonly module to get the packages which have changed from available sources.