Tag: update

Upgrade Ubuntu to the Latest Version

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

Upgrade a rpm package only if it is already installed rpm -F package.rpm

Update Package List in Apt

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

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…