Tag: update
Upgrade Ubuntu to the Latest Version
May 26, 2009
Use these two commands to upgrade to the latest version of Ubuntu/other debian based distros. sudo apt-get update sudo apt-get…
Update an Installed RPM Package
November 4, 2008
Upgrade a rpm package only if it is already installed rpm -F package.rpm
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
Using Subversion – Import, Checkout and Update
March 23, 2007
Import/New Project svn import <Folder> <Repository> Online Repository Example svn import Nexty https://nexty.svn.sourceforge.net/svnroot/nexty Checkout svn checkout https://nexty.svn.sourceforge.net/svnroot/nexty [<folder>] Update svn…
Recent Comments