Tag: software

Show Packages from a Group

Show rpm packages of a group software rpm -qg “System Environment/Daemons”

Package Listing in Debian

Show space used by deb packages installed sorted by size (ubuntu, debian and like) dpkg-query -W -f='{Installed-Size;10}t{Package}n’ | sort -k1,1n

Installing DC++ in Linux

LinuxDCPP is a linux client for the DirectConnect protocol. This is how you install it… #Get the code sudo cvs…

Install Recoll

Recoll is a personal full text search tool for Unix/Linux. It is based on the very strong Xapian backend, for…