Sunteți pe pagina 1din 8

How to Ubuntu

AboutCountdownContribute

Official PRTG - Download


The Network Monitoring solution. Download Now!

Advertisement Why are there ads?

Things to do after installing Ubuntu 14.04


Trusty Tahr

Contents
1. Enable Partner Repositories

2. Install GetDeb and PlayDeb

3. Add Personal Package Archives

4. Check for Updates

5. Upgrade Package

6. Major Upgrades

7. Install Essentials

8. Install Additional Drivers

9. Install Google Chrome

10. Clean Up

After Installing Ubuntu 14.04 Trusty Tahr, there are a wealth of things that need to be dealt with, including Hardware Drivers,
DVD, Audio and Video Codecs, Archiving formats, generally useful stuff.
These instructions presume you are proficient with PPAs, .Debs, and other terminal commands, Ubuntu Tweak, and require a full set of
video, audio, and archive codecs, as well as Skype, Flash, and a truck-load of wallpapers.

Warning

Using the sudo command can result in severe system damage. Read all instructions and confirm you understand before
executing any commands.

Make sure you type commands correctly, or copy and paste the entire code. Your first click will highlight all the code, or you
can double click in the code area to do it again.

1. Enable Partner Repositories

The partner repositories are another source of software, but for those with restrictive licenses that mean the general public
cannot simply share them, such as Flash and Skype. These are official repo's that are already added but disabled in Ubuntu. This
command enables them.

2. Download and Install GetDeb and PlayDeb

Both GetDeb and PlayDeb are repositories, sources of updates for actual software you have or will have installed. They are useful
for getting more up-to-date versions than those that ship in the official Ubuntu repositories, which programmers can find
difficult to update as they encounter red tape. They may also contain less popular software which is not listed in the official
repo's.

While this may look like an awful lot of code for something that should be relatively simple, you should know that while GetDeb
and PlayDeb are repositories, they're not launchpad hosted, and hence a little more difficult to add.

echo "Downloading
GetDeb and
PlayDeb" &&
wget

3. Add Personal Package Archives

Personal Package Archives, or PPAs, are yet more sources of updates and new and exciting software. These are some of the most
popular, useful, and reliable sources for some default software and some more things we'll install later.

Updates to the latest version of VLC, the popular media player that many people believe should be installed by default.

sudo add-apt-repository -y ppa:videolan/stable-daily

GIMP is an image editor akin to Adobe Photoshop, except free. It is included in many open-source systems, and it would be a
crime to use a version old enough not to have single window mode.

sudo add-apt-repository -y ppa:otto-kesselgulasch/gimp

While we won't be installing the full GNOME desktop environment, they do make many of the packages that are already installed
on your system, and they can be updated from here.

sudo add-apt-repository -y ppa:gnome3-team/gnome3

Another WebUpd8 PPA, this time a masterfully crafted Java package. It hosts Java 8Beta (not yet stable), Java 6 (an old version)
and, most importantly, Java 7 (which we will install later).

sudo add-apt-repository -y ppa:webupd8team/java

This PPA (WebUpd8 again), hosts the program Y PPA Manager. That's right, we're adding a PPA so we can add PPAs. But that's
not all it does, it can also remove, purge, check for duplicates and remove broken ones.

sudo add-apt-repository -y ppa:webupd8team/y-ppa-manager

LibDVDCSS is a library required for reading some DVDs. Unfortunately, due to legal issues, it is not included by default. This
repository is provided by Videolan, and requires a bit more code to add.

echo 'deb
http://download.vi
deolan.org/pub/deb
ian/stable/ /' |

Advertisement Why are there ads?

4. Check for Updates

Now that we've added all those new sources, you're going to need to check for updates, even if they've already popped up of
their own accord.

sudo apt-get update

5. Upgrade Packages

Now that we've finished adding places to get updates from and secured them, it's time to update what you already have.

sudo apt-get upgrade

sudo apt-get dist-upgrade


6. Major Upgrades

Some updates are bigger than others. This command is for the huge ones.

7. Install Essentials

Now we're going to install all the things we thing the average user will need to not encounter any problems playing Music or
Videos, watching DVDs, going on YouTube or extracting archives.

Below you can find a breakdown of what each package does. This is the step that most frequently goes wrong and you should
read what your terminal prints out before confirming. You may end up removing something you don't want to if there is a
conflict.

sudo apt-get
install synaptic
vlc gimp gimp-
data gimp-plugin-

synaptic is a package manager, which we use in many tutorials.

vlc is one of the most popular and powerful media players available.
gimp , gimp-data , gimp-plugin-registry , and gimp-data-extras are all parts of a powerful photo editor, built to rival Adobe
Photoshop.

y-ppa-manager is there so you can manage PPAs without needing to use the Terminal.

bleachbit is a powerful cleaning utility.

openjdk-7-jre is an open-source Java emulator.

oracle-java8-installer is the official Java installer.

flashplugin-installer is the official Flash installer.

unace , unrar , zip , unzip , p7zip-full , p7zip-rar , sharutils , rar , uudeview , mpack , arj , cabextract , and file-roller are
there to extract and compress files in various archive formats.

libxine1-ffmpeg , mencoder , flac , faac , faad , sox , ffmpeg2theora , libmpeg2-4 , uudeview , libmpeg3-1 , mpeg3-utils ,
mpegdemux , liba52-dev , mpeg2dec , vorbis-tools , id3v2 , mpg321 , mpg123 , libflac++6 , totem-mozilla , icedax , lame ,
libmad0 , libjpeg-progs , libdvdcss2 , libdvdread4 , libdvdnav4 , libswscale-extra-2 and ubuntu-restricted-extras are all
media codecs. They play videos, music, and DVDs.

ubuntu-wallpapers* adds basically every wallpaper that has ever lived.

8. Install Additional Drivers

If the Additional Drivers dialogue has not opened, and does not appear as an icon in the system tray, you may not require any
Additional Drivers. However, if you wish to check, you can simply search for and open Additional Drivers. It will automatically
check for the latest drivers for your system as it opens. This may take a few seconds.

Once the Additional Drivers program has finished searching for new drivers, it will open a dialogue similar to the one to the left
(above on mobiles). Here you can see the selection of drivers, if any, available to you. Grey icons indicate that the driver is not in
use, and green indicates that it is in use, or "activated".

To learn which driver you should be activating, if any at all, you should do some research into the component it applies to. Some
basic details are provided: testing, license, and a short description, but much more information can usually be found online.
Specifically, drivers for mid-to-high -end Graphics Cards are frequently complained about when they offer sub-standard
performance, because the people in possession of them frequently car about such things.

Ultimately, the decision is yours, but most drivers tested by Ubuntu Developers should work without a hitch.
9. Install Google Chrome

Google Chrome is not only one of the more popular, fastest, and most reliable browsers available, but it also includes a pre-
packed and fully patched version of Adobe Flash and a huge array of extensions and apps.

This is another section of the script that seems long for what it does, but Google Chrome sets up it's repository itself when you
install it. This script is set to download the current version and install it, but is more than three times as long so that it can detect
whether you are using 32bit or 64bit and download and install the right one.

if [[ $(getconf
LONG_BIT)
= "64" ]]
then

10. Clean Up
Now it is time to tidy up, and the first command here makes sure we have everything we want. Second, we get rid of any old
dependencies, then remove all the packages we've downloaded and installed, as we likely won't use those again. You can also
use Ubuntu Tweak to remove orphaned Configurations and Outdated Kernels.

echo "Cleaning
Up" &&
sudo apt-get -f
install &&

Further Reading
About Ubuntu 14.04 Trusty Tahr

How to Install a 32bit program in 64bit Ubuntu

How to make your Dual Boot better with Burg

External Links
10 Things to Do After Installing Ubuntu 14.04 LTS - OMG!Ubuntu

10 Things To Do After Installing Ubuntu 14.04 Trusty Tahr To Get A Near Perfect Desktop ~ Web Upd8: Ubuntu / Linux blog

Trending

How to Repair, Restore, or Reinstall Grub 2 with a Ubuntu Live CD or USB3,308

How to Install LAMP on Ubuntu 2,136

How to Install Spotify in Ubuntu 1,020

How to Execute a .Run or .Bin file in Ubuntu 939

Social

Follow 1.3k Google+

Like 2.5k Facebook

Follow @htubuntu 105 followers Twitter

gemfury.com/deb
YouTube 97 YouTube

Advertisement Why are there ads?

Creative Commons powered by disclaimer

Attribution Simplet copyright

Non-Commercial the file-based blog for github cookies

Share-Alike privacy
terms

Ubuntu, Canonical and the Circle of Friends are registered trademarks of Canonical Ltd.

S-ar putea să vă placă și