Tips Linux Explorers
All Things Linux Forum
Great Linux Links
LinuxClues.com
Hometown
Email
WHAT IS IN THAT PACKAGE ?
Here is a short one:
We can see what is in a package ( rpm or tar.gz or tgz ) , with the following command:
CODE
$ less /home/bruno/downloads/package.tar.gz
( replace ¨package.tar.gz¨ with the name of the file )
We will do more tricks with the command ¨less¨ another time !
Bruno
-- May 19 2003 ( Revised Dec 11 2005 ) --
Tips Linux Explorers
All Things Linux Forum
Great Linux Links
LinuxClues.com
Hometown
Email