Ravishankar Haranath wrote:
> $> dpkg --get-selections | grep install | grep -v grep | awk {'print
> $1'} > installed-pkgs.txt
useless use of grep:
dpkg --get-selections | awk '/install/ { print $1 }' > installed-pkgs.txt
*scnr*
--
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 B
Hi,
You may run the following command in a terminal to get the list of packages.
$> dpkg --get-selections | grep install | grep -v grep | awk {'print $1'} >
installed-pkgs.txt
Open the installed-pkgs.txt to see the packages installed on your Debian
box.
Hope this helps.
Rgds, Ravi
On Mon, Ma
you can do
#dpkg -l
for a specific package (e.g zip) you can do
#dpkg -l | grep zip
Regards,
Basanta
On Mon, Mar 2, 2009 at 7:55 AM, Frank DiGravina wrote:
> Hello,
>
> How does one query one's Debian box to determine
> what packages have been installed?
>
> Thanks,
> Frank
>
> --
> Frank D
Hello,
How does one query one's Debian box to determine
what packages have been installed?
Thanks,
Frank
--
Frank DiGravina
University of Minnesota
Networking & Telecommunications
Network Operations
Phone: 612-626-9074
Helpline: 612-301-HELP
E-Mail: digra...@umn.edu
--
To UNSUBSCRIBE, email t
Live, as well as
providing details on how live systems may be built and customised by end users
and developers.
(new) live-manual_20090301.orig.tar.gz optional doc
Changes: live-manual (20090301-1) unstable; urgency=low
.
[ Frederic Boiteux ]
* Extending basic overview.
* Adding (temporary
live-manual_20090301-1_i386.changes uploaded successfully to localhost
along with the files:
live-manual_20090301-1.dsc
live-manual_20090301.orig.tar.gz
live-manual_20090301-1.diff.gz
live-manual_20090301-1_all.deb
Greetings,
Your Debian queue daemon
--
To UNSUBSCRIBE, email to