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 dist-upgrade
Use these two commands to upgrade to the latest version of Ubuntu/other debian based distros.
sudo apt-get update
sudo apt-get dist-upgrade
Upgrade a rpm package only if it is already installed
rpm -F package.rpm
Update the package list – do this after you change the source in /etc/apt/sources.list .
apt-get update
svn import <Folder> <Repository>
Online Repository Example
svn import Nexty https://nexty.svn.sourceforge.net/svnroot/nexty
svn checkout https://nexty.svn.sourceforge.net/svnroot/nexty [<folder>]
svn update