Tag: package
Show all Installed Packages in Debian
May 3, 2008
Show all deb packages installed on the system dpkg -l
Update Package List in Apt
April 2, 2008
Update the package list – do this after you change the source in /etc/apt/sources.list . apt-get update
Uninstall Using Yum
March 23, 2008
Use this command to remove a rpm package. yum remove package_name
Install Package Debian(DPKG)
March 2, 2008
Install a package using dpkg in Debian linux dpkg -i package
Apt using CD/DVD
February 26, 2008
Install / upgrade a deb package from cdrom/dvd apt-cdrom install package_name
List all Installed RPMs by Size
February 5, 2008
Show space used by rpm packages installed sorted by size (fedora, redhat and like) rpm -q -a –qf “%10{SIZE}\t%{NAME}\n” |…
SourceForge Project Packager – from SVN source
May 5, 2007
This script will package your SVN code to a tar.gz file. Just give the name of the project as the…
Packaging a Subversion Project
March 24, 2007
This is the method that I use to package a SVN Project. For CVS projects, the code is slightly different….
Recent Comments