LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-14-2008, 02:10 PM   #1
borgibo
Member
 
Registered: Aug 2007
Posts: 47

Rep: Reputation: 15
Listing of packages installed on system


Newbie woes,


If it is possible to refer to a former thread's reply, here it is:

Listing of packages installed on system
Hi,

I know that the command to get the list of all the packages installed on your system is
#dpkg -l

But the thing is when it shows me the list of packages it marks soem of them 'rc' or 'pi' i.e. means those packages are not there on my system..right? So if those packages are not there why does it still shows them in the list.

Is there any command by which I can get only the packages that are installed on my system?

Here is the output of the dpkg -l command:
Code:

etc....

The above thread is by kushalkoolwal of 04-28-06.

The first answer to that thread is the following for which I need some clarification, as it is exactly what I need:

I've used dpkg --get-selections > selections.txt to output everything installed on my system to a text file.

The thing I like about this command is that I can output it to a text file and then install all the same programs on a different machine with
Code:

apt-get update
dselect update
dpkg --set-selections < selections.txt
apt-get dselect-upgrade

Then I just have to copy over the appropriate config files from /etc and I'm all set with a cloned system, even if the hardware is different.

By pljvaldez Senior Member

Registered: Dec 2005
Location: Pasco, WA
Distribution: Debian Etch and AMD64 Sid
Posts: 4,508

Here are my questions in case they might be answered by somebody:

a.I did "dpkg --get-selections >selections.txt" and all my installed packages appeared in a file as "selections.txt " which I discovered in
/home/jv, jv being the user i.e. me.

As I understand, with my scant computer knowledge, this "selections.txt " document I must transfer to the new to be cloned distro.That means I will have to copy it somewhere so that the distro will be able to access it and install all the programs therein. Do I send/copy it to /home/jv as well? jv is the user at the new distro as well.

b. "Then I just have to copy over the appropriate config files from /etc and I'm all set with a cloned system, even if the hardware is different."

What are the "appropriate conf files "? I found one that might be the one reffered to, in /etc/dpkg/dpkg.conf. It reads thus:

# dpkg configuration file
#
# This file can contain default options for dpkg. All command-line
# options are allowed. Values can be specified by putting them after
# the option, separated by whitespace and/or an `=' sign.
#

# Log status changes and actions to a file.
log /var/log/dpkg.log

Sorry but I am quite lost.

You see I want to change my mobo and since from my experience I do not expect to be able to boot any more I thought of getting a new hhd, copying the /home partition to the new hdd, reinstalling the distro to its /root partition and transferring the programs, as I do not remember all the extra applications I have in the meantime installed.The distro works perfectly,
it is 64Studio 64bit, based on debian etch. The only reason is to make the system quiter by reducing the fan speed, presently at about 1500rpm.,
to about 750rpm using an Asus mobo with Q-fan.


Thank you for your attention,



borgibo
 
Old 05-14-2008, 02:24 PM   #2
biophysics
Member
 
Registered: Jan 2002
Location: Germany
Distribution: Kubuntu
Posts: 444

Rep: Reputation: 30
http://wiki.debian.org/Packaging/Lis...alled_Packages

This explains it all very well. Alternatively, you can use APToncd to create a local disk with all your packages to make reinstall easier.

Well, if you do not change the architecture of motherboard, I think it should be OK to replace it. YMMV.
 
Old 05-15-2008, 07:41 AM   #3
borgibo
Member
 
Registered: Aug 2007
Posts: 47

Original Poster
Rep: Reputation: 15
@biophysics,

Thank you very much for the information and link. Having chequed 'man dpkg' also, I got the required information at the end of the page. The important thing is to leave a space before ">" and "<" .

As for the "selections.txt" file, of course it is going to be there in the to be cloned distro, since it resides in /home which will be transferred to the new hdd anyway.

Aptoncd is also of great interest and very useful.

I will try the transfer in the next days and will let you know.


Thanks again,


borgibo
 
Old 05-15-2008, 07:45 AM   #4
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
doesn't really matter the location of the selections.txt file.. you can use a Flash drive to transfer it if you want. as long as you point at that file when you do set-selections it will work just fine.
 
Old 06-16-2008, 03:42 PM   #5
borgibo
Member
 
Registered: Aug 2007
Posts: 47

Original Poster
Rep: Reputation: 15
It has been over a month now since I first tried to move over from one mobo to another, quieter,as I explained in my original post. Unfortunately the first mobo I tried did not work very well, i.e. in my multiboot system either xorg or my sound card, a M-audio audiophile 24/96,would not connect,in one or more distro, so I tried a second motherboard, alas with similar results!

I decided to reinstall the original one that was a bit loud, only to find out that it would not work at all, would not boot! Being a computer newbie but insisting, stubborn I would call myself,went over googling and wikipediaing to find out that its bios got for some inexplicable reason corrupted. It was perfect until I replaced it.

I used all means to repair it, as per instructions, or "flash" the bios after downloading the latest software from the mobo's manufacturer to no avail, so I had to give it over for repair.It has been used for 10 months and is under guaranty.

But trying a fourth mobo ! I succeeded in having my distros functioning again and QUIET !

That was a real saga for me but I have learned a lot, the hard way.

That said I am really very very happy to inform you that I went as root "dpkg --get-selections >selections.txt", which was
coppied in /home user.

Then I coppied-pasted /home to a new hard disk drive.

Installed the same distro at the new hdd in root partition keeping as /home the newly coppied-pasted one,

As root in a terminal I printed:

"apt-get update
dselect update
dpkg --set-selections <selections.txt
apt-get deselect-upgrade"

and all the applications I had were downloaded and installed promtly, NO ERRORS , taking a disc space of approximately 1GIB
for each, Debian etch and 64Studio2. That I did for at least two times for each distro, I think a total of 5 times or more.

Considering the multible mobo changes.

I am writing this while listening to beautiful music with 64Studio :-)


A great thank you to everybody. Wonderful to know that people are willing to spend their time to teach and help.

Thanks


borgibo
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
listing the installed Packages nmansour Linux - Newbie 4 10-28-2007 02:16 PM
listing installed packages using rpm metallica1973 Linux - Software 4 08-21-2007 01:01 PM
Listing of packages installed on system kushalkoolwal Debian 12 06-22-2006 02:59 AM
What are the packages required to installed for Linux Printing System? Akhran Debian 1 10-18-2005 01:58 PM
Listing installed packages in Gentoo ? Builder Linux - Distributions 1 07-08-2004 05:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration