soongwoo
February 16th, 2006, 07:14 PM
I'm new to Ubuntu/Kbuntu.
I appreciate who suggests the replacement for the following:
- "rpm -qa" which lists all installed packages
In addition to that, please let me know any documents to read for using apt-get
other than "man apt-get".
Thanks
soongwoo
bluevoodoo1
February 16th, 2006, 07:56 PM
how about...
apt-get --help
5-HT
February 16th, 2006, 08:30 PM
Hi, what you're looking for should be able to be done by dpkg -l ; where "l" is a lowercase L.
It would be wise to pipe this to a pager though as you'll get many results. For this I'd use dpgk -l | less but you could use any pager you favor.
*Note: you can also see a list of all installed packages via synaptic or aptitude's GUI.
In terms of reading material on apt, you can try:
i) On your system:
a) man <command>
b) info <command>
c) <command> --help
Where <command> is which ever command you'd like to look up.
For apt-get: apt-get, dpkg, dselect, aptitude, etc may be things to look at (there are many more)
The best thing is to look at one page (such as apt-get's man page) and see what that document references to find other pertinent commands.
ii) Browse around the Ubuntu forums, Wiki, or Document Storage Facility.
iii) Debian's site has some great manuals/reference material
http://www.debian.org/doc/
Note that this information WILL NOT be 100% compatible with Ubuntu (however, there are many general GNU/Linux manuals there as well), so be careful what you take from it (in reality, for things like apt-get there should be no difference between the commands on Debian and Ubuntu).
Hope that helps,
soongwoo
February 16th, 2006, 10:24 PM
Thank you very much. It helps me a lot.
soongwoo
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.