Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: apt-get

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
28 Apr

Install LAMP Stack on Ubuntu/Debian

Install LAMP Stack on Ubuntu/Debian using apt-get


sudo apt-get install openssh-server openssh-client apache2 libapache2-mod-php5 php5-cli php5-common php5-cgi  mysql-client mysql-common mysql-server php5-mysql php5-sqlite php5-gd phpmyadmin
admin Posted in Code, Command Line, Linux apache, apt, apt-get, command, debian, lamp, Linux, mysql, PHP, ubuntu 1 Comment
06 Mar

Download Deb Files Using apt-get

If you want to download the deb files without installing them, use the following command. The downloaded file will be at /var/cache/apt/archives . Needless to say, this works only on Debian based distros – like Ubuntu, Kubuntu, etc


apt-get -d install PACKAGE-NAME
admin Posted in Command Line, Linux apt, apt-get, command, deb, debian, download, Linux, package, ubuntu 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
↑