Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: update

26 May

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
admin Posted in Command Line, Linux apt, apt-get, debian, ubuntu, update, upgrade 2 Comments
04 Nov

Update an Installed RPM Package

Upgrade a rpm package only if it is already installed


rpm -F package.rpm
admin Posted in Command Line, Linux command, install, Linux, package, rpm, update Leave a comment
02 Apr

Update Package List in Apt

Update the package list – do this after you change the source in /etc/apt/sources.list .


apt-get update
admin Posted in Command Line, Linux apt, list, package, update Leave a comment
23 Mar

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 update

admin Posted in Command Line checkout, cli, command, import, subversion, svn, update, version-control 2 Comments

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑