Archives For Ubuntu 12.04

Ubuntu 12.04 LTS Has Reached the End of Life

Last updated: April 29, 2017

Ubuntu 12.04

Ubuntu 12.04 Precise Pangolin LTS (Long-Support Term) reached the end of its life yesterday on April 28 2017.

The news team announced on the Ubuntu Fridge a month ago:

Ubuntu announced its 12.04 (Precise Pangolin) release almost 5 years ago, on April 26, 2012. As with the earlier LTS releases, Ubuntu committed to ongoing security and critical fixes for a period of 5 years. The support period is now nearing its end and Ubuntu 12.04 will reach end of life on Friday, April 28th. At that time, Ubuntu Security Notices will no longer include information or updated packages for Ubuntu 12.04.

If you want to upgrade your Ubuntu 12.04 LTS installation, you may first upgrade to Ubuntu 14.04 LTS, supported until April 2019, and then to Ubuntu 16.04 LTS, supported supported until April 2021.

For users who can’t upgrade immediately, Canonical has announced an extended support package for Ubuntu Advantage customers:

Following the end-of-life of Ubuntu 12.04 LTS, Canonical is offering Ubuntu 12.04 ESM (Extended Security Maintenance), which provides important security fixes for the kernel and the most essential user space packages in Ubuntu 12.04. These updates are delivered in a secure, private archive exclusively available to Ubuntu Advantage customers.

All Ubuntu 12.04 LTS users are encouraged to upgrade to Ubuntu 14.04 LTS or Ubuntu 16.04 LTS. But for those who cannot upgrade immediately, Ubuntu 12.04 ESM updates will help ensure the on-going security and integrity of Ubuntu 12.04 systems.

Users interested in Ubuntu 12.04 ESM updates can purchase Ubuntu Advantage at http://buy.ubuntu.com/

Tomahawk Music Player

The PPA repository for Tomahawk Music Player finally made the latest 0.8.x release available for Ubuntu 12.04 Precise. Now the PPA provides the latest packages for Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and derivatives.

For those who have never heard of Tomahawk, it is a music player that not only plays your local collection, but also streams from SoundCloud, Beats, Spotify, Google Play Music, YouTube and many more. You can even connect Tomahawk with your friends via Jabber / GTalk and share your playlists and collections.

Tomahawk Music Player 0.8 in Ubuntu

Tomahawk 0.8 was released a month ago with redesigned UI and new music services support and various fixes. Here’s the release highlights:

  • New UI and Icons
  • Drag and drop support for iTunes, Deezer, Beats Music, Rdio, Spotify, SoundCloud links (into Tomahawk) for playlists/tracks/artists/album links.
  • Added Google Play Music and Beats Music support.
  • Now Playing notifications
  • Support rtmp:// streams.
  • Add support for Opus codec (requires TagLib 1.9). Ubuntu 12.04 is not supported because it’s built with Taglib 1.8

For more details, see the github page.

Install Latest Tomahawk in Ubuntu:

First open terminal from the Dash or by pressing Ctrl+Alt+T on keyboard. When it opens, run the command below to add Tomahawk PPA:

sudo add-apt-repository ppa:tomahawk/ppa

Tomahawk PPA

Type in your password when it asks and hit Enter to continue.

After that, you can upgrade your music player through Software Updater after checking for updates. Or install it by running below commands one by one:

sudo apt-get update

sudo apt-get install tomahawk

That’s it. Enjoy!

Tor Browser Ubuntu

Tor Browser 4.0 has been released recently with important security updates to Firefox and SSLv3 disabled due to the POODLE attack.

The first release of the 4.0 series is available from the Tor Browser Project page and also from our distribution directory.

This release features important security updates to Firefox. Additionally, due to the POODLE attack, we have also disabled SSLv3 in this release.

The primary user-facing change since the 3.6 series is the transition to Firefox 31-ESR.

More importantly for censored users who were using 3.6, the 4.0 series also features the addition of three versions of the meek pluggable transport.

via the official announcement

Tor Browser 4.0 in ubuntu

Thanks to Web Upd8 Team, the binary packages have been made into PPA, available for Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and their derivatives.

To install Tor Browser, press Ctrl+Alt+T to open terminal. When it opens, run the commands below one by one:

sudo add-apt-repository -y ppa:webupd8team/tor-browser 

sudo apt-get update

sudo apt-get install tor-browser

If you don’t want to add the PPA, grab the .deb installer directly from the Launchpad page.

Install Tor Browser from PPA

Once installed, open Tor Browser from Unity Dash or menu and enjoy!

Latest 0 A.D. in Ubuntu

0 A.D. Alpha 17 Quercus, an open-source game of ancient warfare, has been released recently. Here’s how to install it from the official PPA and receive future updates.

0 A.D. is a free, open-source, cross-platform real-time strategy game under development by Wildfire Games. It is a historical war and economy game focusing on the years between 500 B.C. and A.D. 500. The game aims to be entirely free and open-source, using the GPL 2+ license for the game engine and the CC-BY-SA for the game art.

0 A.D. Alpha 17 Quercus features a major gameplay rebalance, units on walls, trigger support, improved mod support and more!

For the detailed changes, see the official release note.

How to Install & Upgrade 0 A.D. in Ubuntu:

An official Ubuntu PPA has been created for Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04, Linux Mint 13, and Linux Mint 17.

To add the PPA and install 0 A.D., press Ctrl+Alt+T to open terminal and run below commands one by one:

sudo add-apt-repository -y ppa:wfg/0ad

sudo apt-get update

sudo apt-get install 0ad

Install 0 A.D. from PPA

After that, you can receive future updates by running regular updates via Software Updater utility.

Install Quassel irc client ubuntu

This quick tutorial shows you how to install the latest release of Quassel IRC client in Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and derivatives via PPA.

Quassel is a modern, cross-platform, distributed KDE / Qt IRC client. One (or multiple) client(s) can attach to and detach from a central core. It’s much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical.

Quassel Irc Client

While Ubuntu 14.04 Software Center provides Quassel 0.10, the latest release has recently reached 0.11. See what’s new:

changes in v0.10.1:

  • Fix buffer hotlist sorting

  • Split CTCP messages if they’re too long

  • Make database problems more obvious

  • Fix backlog loading for QuasselDroid

  • Properly save the toolbar state on Mac OSX

  • Fix a crash with KDE’s network detection

  • Various other fixes

changes in v0.11.0:

  • New build requirements: C++11 capable compiler (gcc 4.7+, clang 3.3+, MSVC 2013+), cmake 2.8.9+

  • Full support for Qt 5.2+ in addition to Qt 4.6+

  • Completely revamp the build system, making use of “new” CMake features

Install Quassel IRC Clien via PPA:

Thanks to Michael Marley, a PPA repository has been created with the latest stable builds of Quassel packages for Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and derivatives.

1. Press Ctrl+Alt+T on keyboard to open terminal. When it opens, run the command below to add the PPA:

sudo add-apt-repository ppa:mamarley/quassel

Type in your user password when it asks. Note that there is no visual feed back when you’re typing a password.

2. Then update and install the client:

For KDE build, run:

sudo apt-get update; sudo apt-get install quassel

For Qt build, run:

sudo apt-get update; sudo apt-get install quassel-qt4

Install Quassel IRC Client

Once installed, open the irc client from Unity dash or application menu and you can receive future updates by running regular update via Software Updater.