CentOS 5 :: List Of Packages To Copy To New Server?

Jun 7, 2011

i have a Centos 5.5 server that some staff have installed some extra packages on. I'm in the process of building a 5.6 server and want to include the packages / updates from the previous server. Can this be done easily? Was thinking of listing everything in a text file then using yum install to populate anything that the old server has that the new one doesnt?

View 3 Replies


ADVERTISEMENT

CentOS 5 :: Find The List Of Installed Packages?

Jan 5, 2010

I 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 Related

CentOS 5 :: Get Officially Supported List Of Packages?

May 7, 2010

Where I may get officially supported list of packages?

or it is the same as: #yum list ?

View 5 Replies View Related

Red Hat :: Display A List Non-mandatory Leaf Packages [CentOS 5.4]

Feb 20, 2010

I am searching for a program which may be used in order to display a list of "leaf" packages (i.e. installed packages upon which no other installed packages depend), but only those "leaf" packages which are not marked as being mandatory packages belonging to some installed group. For example, assume we have package group "Example" which comprises the following packages:

core-package-one [ MANDATORY; installed; ]
core-package-two [ MANDATORY; installed; ]
extra-package-alpha [ OPTIONAL; installed; not required by any other package; ]
extra-package-beta [ OPTIONAL; installed; required by extra-package-alpha; ]
extra-package-delta [ OPTIONAL; not installed; ]
Format: <package name> [ <group priority>; <install status>; <leaf status> ]
[Code]....

If such a tool does not exist, I would like to create it. However, I am new to RPM-based systems, and, as such, I am having difficulties finding the necessary documentation. Should I be reading the yum source code? Is there some sort of document describing the package database on RH/CentOS/etc. systems and how 3rd party applications are supposed to work with this database?

View 2 Replies View Related

Fedora :: List Packages On Remote Server?

Jul 8, 2011

I'm trying to list installed packages on a remote server. I don't see a way to do this with either yum or rpm.In particular, I'd like to list installed packages on a remote server, and list only those packages installed from our own repo

View 5 Replies View Related

Server :: Running "yum Check-update" On A List Rather Than Installed Packages

Nov 24, 2010

I'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.

View 2 Replies View Related

Ubuntu Installation :: 10.10 Server Install Hangs "Updating List Of Available Packages" / Fix It?

Feb 10, 2011

I'm not sure what more to say than what is in the title. The install stops with the message of "Updating the list of available packages".

I can't copy and paste from the log screen, but. code...

View 9 Replies View Related

Fedora :: Save "list Of Installed Packages" In A List And Restore?

Mar 28, 2010

how 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

View 4 Replies View Related

CentOS 5 Server :: VirtualHost Only Loads First Host In The List?

Dec 5, 2009

I am a novice with linux but I pick up stuff pretty quick so far I have been able to figure everything else out except this, I have read all the documentation on apache 2 and getting virtual hosts to work and it appears I have everything setup right but yet I still can't get it to work, I have googgled my brains out and I still can not figure out whats going on here is my setup.I have two websites that I am trying to get to load[URL]I have webmin installed and I'm using their utilities to setup virtualhost. heres how it looks in my http config:NameVirtualHost 24.189.245.44:80 ( I have tryed * in place of my external ip)

<VirtualHost *:80>
DocumentRoot /var/www/html/gamerbreed
ServerName gamerbreed.com

[code]....

View 3 Replies View Related

CentOS 5 Server :: Where Is The Package List For "Server-GUI" Install Option

May 5, 2010

There is a differentiation between a 'Server' install and a 'Server-GUI' install.

Using CentOS 5.4 DVD 1 graphic install...

[url]

So far I have not found a way to view the packages that are installed with the 'SERVER-GUI' option.
I would like to upgrade my 'Server' to a 'Server-GUI'.

View 1 Replies View Related

Ubuntu Installation :: Copy Application List From Pc To Pc?

Dec 2, 2010

I recently got a new desktop, and did a fresh install of Ubuntu 9.04 Jaunty Jackalope. The reason I installed 9.04 is because the laptop I have been on for the last 7 years or so suddenly stopped operating with grub updates. I would t urn the computer on and it would never get past the 'grub loading' screen. but thats a whole different story. So I did a fresh install of 9.04 off of a startup disc I made a while back. Then I copied my /home file from my laptop (the old one) and inserted it into the new desktop's /home directory. Worked like a charm (more or less), and all my settings were transferred to my new computer. Desktop, Preferences, Admin stuff, I can't find a problem with it. Now for the applications.

I've tried multiple how-to's but none of them have worked. I found one that told me to do the following in terminal. Keep in mind, although I've been running Ubuntu for about three or four years now, I would still consider myself a noob. Anyway:

sudo dpkg --get-packages <filename><destination>

this left me with a text only file called 'package.selections' I was then to copy this file into the home folder on the new computer and run the following:

sudo dpkg --set-selections <directory>

Up until that last command, everything worked just fine. The list had tons of package titles (none with a .deb or anything though) and their state, got it on to the new computer and ran the code only to get the following error:

dpkg --set-selections does not take any argument

So i ran it without the directory, and it gave me a new line. So I typed in the directory and it gave me the following:

dpkg: unexpected end in package name at line 1

I've tried numerous other commands changing up the syntax as I go, but haven't gotten any farther. My goal is to have all the same applications installed on my new rig without having to go and install all the packages one by one.

View 4 Replies View Related

Programming :: Std - List - Copy - Sort And Merge ?

Jun 24, 2011

I had a data structure like this:

I sort the list like this:

I think the logic is correct, maybe just some details.

Now my question is
1) Can I simply merge node1 and 2 without sorting? Like node_list1.merge(node_list2);
2) If not, how can I copy list1 and 2 into list3?

View 1 Replies View Related

General :: List The Removed Rpm Packages Used By Rpm -e ?

Jun 23, 2011

OS: RHEL / CentOS If I use "yum" to add / erase packages, OS will log the info to file /var/log/yum.log.

But if use "rpm -e" to remove a package, there is no related log file to show which rpm package got earsed. I have to run "rpm -qa > /tmp/$TIME", and then diff the /tmp/$TIME file to get the difference.

Is there is command to show the erased packages (erased by using rpm -e)?

View 1 Replies View Related

Slackware :: Way To List All Packages By Size?

Apr 2, 2011

pkgtool just lists it in alphabetical order.

View 14 Replies View Related

Ubuntu :: Bash Scripting - To Copy A List Of Files

Dec 6, 2010

I'm writing a bash script to copy a list of files and do some stuff to them. Basically, I have the code written that does what it needs to do, but I can't quite understand why it works. I was hoping someone could clear up my understanding a bit.

Code:

The first line generates a list of files. I wrap each line in quotes because they usually have spaces in the directory names.

The second line changes IFS, and I understand what IFS itself does. What I don't quite get is what the separator becomes with that echo statement. If I'm reading that correctly, the backspace will remove the newline and essentially the result is nothing? I found this solution on a web page somewhere, but it was years old and there was no real explanation.

View 1 Replies View Related

Ubuntu :: Copy To Text Packages That Need Upgrade?

Dec 6, 2010

I will like to get a text file of the packages that need to be updated in my ubuntu 9.10 machine.

The thing is that I previously did an update an its made my Zoneminder setup fail, and now I want to double check prior to doing a full upgrade.

If anybody could provide me with a command in the terminal or event synaptic, which could help get a printout or export to text file, the current version in my system with said that need to be updated to, for every packages.

View 2 Replies View Related

Software :: Copy MyDSL Packages To .iso So That Its Still Bootable Afterwards?

Jan 27, 2011

I would like to copy few myDSL extensions/plugins to dsl.isowiki says: "When a new version of DSL comes out, just copy your additional applications to the root directory of the CD-ROM. There is no more need to redo a custom remaster to get your favorite applications on the live CD -- no more time consuming uncompressing, chroot'ing process, or accidentally making coasters"."How to copy myDSL packages to .iso so that its still bootable afterwards?

View 2 Replies View Related

Debian :: List Only Non-automatic Installed Packages?

Apr 20, 2016

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 Related

Debian :: List Packages Installed From A Branch?

May 3, 2010

I 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?

View 2 Replies View Related

Debian :: Cannot Locate List Of Essential Packages?

Oct 20, 2010

I fruitlessly tried to understand the mechanism of package clean in Debian. There are two types of packages: the one that are essential for user and dependencies of these packages. How could I found where the list of essential packages is kept in Debian? (in Gentoo it is called world-file)
dkpg -l shows me the list of all packages installed.

View 3 Replies View Related

Fedora :: Yum List Installed Packages From Repository

Feb 19, 2010

how to get yum to list all of the packages currently installed from a specific repository?

View 2 Replies View Related

Fedora :: Yum : List Installed Packages By Keyword?

Apr 21, 2011

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 .

View 2 Replies View Related

Fedora :: Finding A List Of Renamed Packages?

Sep 1, 2011

I get annoyed sometimes that from one Fedora release to another, some programs get renamed or put into different packages. Examples:

* Gnome's volume control applet. Used to be provided by gnome-media, now it's moved to control-center. Worse, the command itself was renamed from gnome-volume-control-applet to gnome-sound-applet, so I couldn't even try a `yum provides` search to locate it.

* Gnome's Disk Usage Analyzer tool. Used to be in a package by itself, baobab. Now it's provided by gnome-utils.

Is there a wiki or something where the full list of all renamed/repackaged programs can be found? I'm not a Gnome desktop user, so, while I'm sure all the packages I like from Gnome are just there out-of-the-box for most users, it doesn't help me very much. The volume control applet for example is extremely useful for other desktop environments (and Gnome itself really doesn't have much need for it anyway, since they have their own built into the window shell).

View 2 Replies View Related

Ubuntu Installation :: How To List Installed Packages

Mar 3, 2010

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 Related

Ubuntu :: Get Detailed List Of Installed Packages?

Nov 25, 2010

I 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 Related

Ubuntu :: Get A List Of Packages That I Installed Deliberately?

Feb 23, 2011

In 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 Related

Ubuntu Installation :: Get A List Of Pre-installed Packages?

Jun 10, 2011

I'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 Related

Debian :: List Packages From Specific Repository?

Apr 11, 2010

how can I list all the .deb packages installed from a specific repository?

View 6 Replies View Related

Fedora :: List Of All Packages Available For Install On F12 Disks?

Oct 25, 2010

Where might I find a list of all packages available for install on the Fedora 12 disks?

View 2 Replies View Related

Software :: Apt/dpkg List Of All Installed Packages?

Feb 12, 2010

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 Related







Copyrights 2005-15 www.BigResource.com, All rights reserved