Monday, March 11, 2013

[LINUX_Newbies] Re: zip

 

Looking for packages already installed on your system you could type

$ dpkg -l | grep PACKAGE_YOU_ARE_LOOKING_FOR
# on Debian-based systems

$ dpkg -l | sort
# lists all packages installed in alphabetical order

$ yum list PACKAGE_YOU_ARE_LOOKING_FOR
# on RPM-based systems

$ yum list | sort
# lists all packages installed in alphabetical order

--
Pascal Bernhard

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (13)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

No comments:

Post a Comment