Show Packages from a Group
Show rpm packages of a group software
rpm -qg "System Environment/Daemons"
Show rpm packages of a group software
rpm -qg "System Environment/Daemons"
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
LinuxDCPP is a linux client for the DirectConnect protocol. This is how you install it…
#Get the code
sudo cvs -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp login
cvs -z3 -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp
#Install Dependencies..
yum -y install scons
#Compile and install
cd linuxdcpp
scons
scons install
[tags]linux, software,dc++,client,scons,install,direct,connect[/tags]
Recoll is a personal full text search tool for Unix/Linux. It is based on the very strong Xapian backend, for which it provides an easy to use, feature-rich, easy administration, QT graphical interface.
su -
[Enter Password]
cd /etc/yum.repos.d/
wget http://www.xapian.org/RPM/xapian.repo
yum install xapian-omega xapian-bindings-php xapian-bindings-python xapian-bindings-tcl8
cd ~
wget http://www.lesbonscomptes.com/recoll/recoll-1.8.1.tar.gz
tar -xzf recoll-1.8.1.tar.gz
cd recoll-1.8.1
./configure
make
make install
[tags]recoll,software,install,linux,command,cli,search,application,beagle[/tags]