What to do after installing Ubuntu 12.10 Quantal Quetzal

Ubuntu 12.10 Quantum Quetzal saw the light a few days ago. As we do with each release of this popular distro, here are some things you should do after making a installation from scratch.

1. Run the Update Manager

It is likely that after Ubuntu 12.10 was released, new updates have appeared for the different packages that the ISO image distributed by Canonical comes with.

For this reason, after finishing the installation it is always recommended to run the Update Manager. You can do it by searching for it in Dash or by executing the following from a terminal:

sudo apt-get update sudo apt-get upgrade

2. Install Spanish Language

In the Dash I wrote Language and from there you will be able to add the language you prefer.

3. Install codecs, Flash, additional fonts, drivers, etc.

Due to legal issues, Ubuntu cannot include by default a series of packages that, on the other hand, are very necessary for any user: codecs to play MP3, WMV or encrypted DVDs, additional sources (widely used in Windows), Flash, drivers owners (to make better use of 3D functions or Wi-Fi), etc.

Fortunately, the Ubuntu installer allows you to install all of this from scratch. You just have to enable that option in one of the installer screens.

In case you haven't already done so, you can install them as follows:

Video card driver

Ubuntu should automatically detect and alert you to the availability of 3D drivers. In that case, you will see an icon for a video card on the top panel. Click on that icon and follow the instructions.

If Ubuntu doesn't detect your card, you can always install your 3D driver (nvidia or ati) by looking for the Hardware Configuration Tool.

PPA with drivers for ATI cards

I usually prefer the packages that come in the official repositories, but if you are eager to use the latest ATI drivers:

sudo add-apt-repository ppa: xorg-edgers / ppa sudo apt-get update sudo apt-get install fglrx-installer

Problems with old ATI cards

Some ATI graphics cards will not work with Ubuntu 12.10 unless you use ATI's "legacy" drivers and downgrade the X server. If necessary, you will quickly find out why Ubuntu will not boot properly. To fix it, run the following commands:

sudo add-apt-repository ppa: makson96 / fglrx sudo apt-get update sudo apt-get upgrade sudo apt-get install fglrx-legacy

PPA with drivers for nVidia cards

Although I do not recommend it, in addition to using the Hardware Configuration Tool to install the drivers for your graphics card, it is possible to install them through a PPA created for this purpose:

sudo apt-add-repository ppa: ubuntu-x-swat / x-updates sudo apt-get update sudo apt-get install nvidia-current nvidia-settings
Beware: some users have reported a error which makes it impossible to use Unity after updating the nVidia drivers. Update at your own risk. As some of our readers have reported, to avoid this error, you only need to install the linux-headers-generic package first.

Proprietary codecs and formats

If you are one of those who cannot live without listening to MP3, M4A and other proprietary formats, as well as you could not survive in this cruel world without being able to play your videos in MP4, WMV and other proprietary formats, there is a very simple solution. You just have to click on the button below:

or write in a terminal:

sudo apt-get install ubuntu-restricted-extras

To add support for encrypted DVDs (all "originals"), I opened a terminal and typed the following:

sudo apt-get install libdvdread4 sudo /usr/share/doc/libdvdread4/install-css.sh

4. Install additional repositories

Medibuntu

It is a repository of software packages that cannot be included in the Ubuntu distribution for reasons such as legal copyright, licensing or patent restrictions. Includes programs like: Google-Earth, Opera, Win32codecs, Msfonts.

sudo -E wget --output-document = / etc / apt / sources.list.d / medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs) .list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

To add the Medibuntu packages in the Ubuntu Software Center:

sudo apt-get install app-install-data-medibuntu apport-hooks-medibuntu

GetDeb & Playdeb

GetDeb (formerly Ubuntu Click And Run) is a website where Deb packages and more current versions of packages that do not come in the usual Ubuntu repositories are manufactured and made available to the end user.

Playdeb, the game repository for Ubuntu, was created by the same people who gave us getdeb.net, the purpose of the project is to provide Ubuntu users with an unofficial repository with the latest versions of the games.

5. Install help tools to configure Ubuntu

Ubuntu Tweak

The most popular tool to configure Ubuntu is Ubuntu Tweak (although it is worth clarifying that in recent days it seems that its development will end, at least on the part of its creator). This wonder allows you to "tune" your Ubuntu and leave it as you like.

To install Ubuntu Tweak, I opened a terminal and typed:

sudo add-apt-repository ppa: tualatrix / ppa sudo apt-get update sudo apt-get install ubuntu-tweak

Unsettings

UnSettings is a new tool for customizing Ubuntu. There are other programs like MyUnity, Gnome Tweak Tool, and Ubuntu-Tweak that do the same job, but this one includes some unique features.

sudo add-apt-repository ppa: diesch / testing sudo apt-get update sudo apt-get install unsettings

6. Install compression applications

In order to compress and decompress some popular free and proprietary formats, you need to install the following packages:

sudo apt-get install rar unace p7zip-full p7zip-rar sharutils mpack lha arj

7. Install other package and configuration managers

Synaptic - is a graphical tool for package management based on GTK + and APT. Synaptic allows you to install, update or uninstall program packages in a versatile way.

It is not already installed by default (as they say by space on the CD)

Installation: Search Software Center: synaptic. Otherwise, you can enter the following command in a terminal ...

sudo apt-get install synaptic

aptitude - Command to install applications from the terminal

It is not necessary since we can always use the "apt-get" command, but here I leave it for those who want it:

Installation: Search Software Center: aptitude. Otherwise, you can enter the following command in a terminal ...

sudo apt-get install aptitude

gdeby - Installation of .deb packages

It is not necessary, since when installing the .deb with double click the Software Center opens. For the nostalgic:

Installation: search Software Center: gdebi. Otherwise, you can enter the following command in a terminal ...

sudo apt-get install gdebi

Dconf editor - It can be useful when configuring Gnome.

Installation: Search Software Center: dconf editor. Otherwise, you can enter the following command in a terminal ...

sudo apt-get install dconf-tools

To run it, I opened Dash and typed "dconf editor."

8. Find more applications in the Ubuntu Software Center

In case you can't find an application to do what you want or you don't like the applications that come by default in Ubuntu, you can go to the Ubuntu Software Center.

From there you will be able to install excellent applications with just a few clicks. Some popular picks are:

  • OpenShot, video editor
  • AbiWordSimple, lightweight text editor
  • Thunderbird, email
  • Chromium, web browser (free version of Google Chrome)
  • Pidgin, cat
  • Deluge, torrent
  • VLCvideo
  • XBMC, media center
  • fileZilla,FTP
  • GIMP, image editor (Photoshop type)

9. Change interface

To the traditional GNOME interface
If you are not a fan of Unity and want to use the traditional GNOME interface, please do the following:

  1. Log out
  2. Click on your username
  3. Look for the session menu at the bottom of the screen
  4. Change it from Ubuntu to Ubuntu Classic
  5. Click Login.

In case for some strange reason this option is not available, try running the following command first:

sudo apt-get install gnome-session-fallback


To GNOME 3 / GNOME Shell
If you want to try Gnome 3.6 with GNOME Shell, instead of Unity.

Installation: search in Software Center: gnome shell. Otherwise, you can enter the following command in a terminal ...

sudo apt-get install gnome-shell

You can also install it from the GNOME Shell PPA, which will surely include more updated versions:

sudo add-apt-repository ppa: ricotz / testing sudo add-apt-repository ppa: gnome3-team / gnome3 sudo apt-get update sudo apt-get install gnome-shell gnome-tweak-tool
Caution: installing GNOME Shell in this way will possibly install other GNOME 3.6 packages that the Ubuntu guys put aside. For example, Nautilus 3.6. Sure, maybe that's what you want, so in that case there would be no problem but you have to be aware of what will happen.

If you decided to install the Gnome Shell, you may also be interested in installing the Gnome Shell extensions. To install them in GNOME Shell 3.6 run:

sudo apt-get install gir1.2-gtop-2.0 wget -O gs-extensions-3.6.deb http://dl.dropbox.com/u/53319850/NoobsLab.com/apps/gs-extensions-3.6.deb sudo dpkg -i gs-extensions-3.6.deb sudo rm gs-extensions-3.6.deb

cinnamon
Cinammon is a fork of Gnome 3 used and developed by the creators of Linux Mint that allows you to have a lower task bar with the classic Start Menu.

sudo add-apt-repository ppa: gwendal-lebihan-dev / cinnamon-stable sudo apt-get update sudo apt-get install cinnamon

MATE

MATE is a Fork of Gnome 2 that emerged as an alternative for GNOME users after the drastic change that this desktop environment underwent when using its controversial Shell. Basically, MATE is GNOME 2, but they changed the names of some of their packages.

sudo add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu quantal main" sudo apt-get update sudo apt-get install mate-archive-keyring sudo apt-get update sudo apt-get install mate-core mate-desktop-environment

10. Install Indicators and Quicklists

Indicators - You can install many indicators, which will appear on the top panel of your desktop. These indicators can display information about many things (weather, hardware sensors, ssh, system monitors, dropbox, virtualbox, etc.).

A complete list of indicators, along with a brief description of their installation, is available at Ask Ubuntu.

quicklist - Quicklists allow you to access common functionalities of the applications. They run through the bar that appears on the left on your desktop.

A complete list of quicklists, along with a brief description of their installation, is available at Ask Ubuntu.

11. Install Compiz Settings Manager & some extra plugins

Compiz is the one who makes those amazing stationery that leaves us all speechless. Unfortunately Ubuntu does not come with any graphical interface to configure Compiz. Also, it doesn't come with all the plugins installed.

To install them, I opened a terminal and typed:

sudo apt-get install compizconfig-settings-manager compiz-fusion-plugins-extra

12. Remove the global menu

To remove the so-called "global menu", which makes the applications menu appear on the top panel of your desktop, I simply opened a terminal and typed the following:

sudo apt-get remove appmenu-gtk3 appmenu-gtk appmenu-qt

Log out and log in again.

To revert the changes, open a terminal and enter:

sudo apt-get install appmenu-gtk3 appmenu-gtk appmenu-qt

13. Remove Amazon results from Dash

You can disable it from the System Settings> Privacy panel. Once there, deselect the option "Include online results."

Another slightly more radical option is to uninstall the corresponding package:

sudo apt-get remove unity-lens-shopping

14. Integrate the web to your desktop

Add your social media accounts

To start, go to the System Settings panel> Online Accounts. Once there, click on the "Add Account" button.

Supported services include Aol, Windows Live, Twitter, Google, Yahoo !, Facebook (and Facebook Chat), Flickr, and many more.

The applications that use this data are Empathy, Gwibber and Shotwell.

web apps

Ubuntu WebApps is a new feature that allows websites such as Gmail, Grooveshark, Last.fm, Facebook, Google Docs and many others, to integrate seamlessly with the Unity desktop: you will be able to search the site through HUD, you will receive notifications of desktop, quicklists will be added and it will even integrate with the messages and notifications menu.

To get started you just have to visit one of the supported sites (we have a complete list here) and click on the "install" pop-up that will appear, as shown in the image above.

15. Ubuntu Desktop Guide

Nothing better than taking a look at the official documentation (in Spanish) for Ubuntu. It is an excellent help for newcomers and, in addition to being very comprehensive, it was written with new users in mind, so it is very useful and easy to read.

You will be able to find information about what's new in Ubuntu 12.10 and information about how to use the launcher to start applications (which can be confusing for those who have never used Unity), how to search for applications, files, music and much more with Dash, how manage applications and settings with the menu bar, how to close the session, turn off or change users and a long etcetera.


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   Ciro Joy said

    I cannot install the xpenguins; even though i already installed it through the ubuntu 12.10 software center

    greetings.

  2.   LinezLinux said

    The problem with the nvidia drivers is because they have not added the linux-headers-generic package to the dependencies
    It is fixed by installing this package before the drivers.

  3.   Revolt02 said

    You just missed that Libreoffice already supports the global menu.

    regards

  4.   ka-el said

    I have a problem with youtube in ubuntu12: I get the old player, how can I modify it?

  5.   Gaius baltar said

    You are still seeing the flash version instead of the HTML5 ... Have you searched the options of your YouTube profile?

  6.   Zach Gil said

    I just installed ubuntu 12.10, but I have a problem, when I open the Ubuntu software center or start the image is deconfigured, that is, everything moves and the colors come out, and sometimes it crashes and I have to reset, it will be some drivers problem?

  7.   Let's use Linux said

    I've been using Arch Linux or Archbang for a long time (a derivative distro that comes with Openbox by default).

    There are basically a few things I don't like about Ubuntu:

    1) It is a bit more difficult to customize than other distros (eg Arch Linux and derivatives).

    2) I discovered that I like to know how some things work (although it takes more time to configure) ... and not that everything is so automatic (as Ubuntu intends).

    3) Ubuntu hangs a lot and is very unstable.

    4) Every 6 months you have to reinstall.

    With Arch I manage to overcome all those obstacles and I always have my computer up to date. Installing "rare" packages doesn't need to search for any PPAs, just use AUR. The truth is the glory ... although I admit that it can be a bit difficult to configure the first time, afterwards it is spectacular.

    Cheers! Paul.

  8.   Dennis Jr. said

    The only thing Ubuntu is missing is Microsoft Office, I can't live without 2013.

  9.   anonymous said

    Those of Microsoft are thinking about it ... it will surely arrive for 2015.

  10.   phyto said

    good I am new to Ubuntu after many years with the happy windows I have decided and despite taking a few days I am liking it a lot but I would like you to recommend me some place or tutorial that will help me to solve problems such as not knowing where the programs that I install go thank you very much and sorry for my ignorance

  11.   Carlos said

    Excellent contribution, thank you very much.

  12.   hrenek said

    Change the intro. Says Ubuntu 12.04

  13.   Let's use Linux said

    Oops! Thank you! Corrected. 🙂

  14.   Luis Guillermo said

    a question! What can I do in Ubuntu that I can't do in W7? is that I am new to Ubuntu and I want to know more

    1.    let's use linux said

      I would say no. In Linux you will be able to do everything you did in Windows. The only thing that is a bit complicated (although it is changing steadily with the entry of Steam to Linux) are the games.
      Hug! Paul

  15.   programmer: gnu / linux said

    with all due respect, but ubuntu is a shame because it is no longer free x it is accepting proprietary software .. !!

  16.   douglas said

    Hello how are you?? I have a problem with the center, every time I restart the computer an installation appears there, I do not start it, and it does not end despite the fact that I cancel. I can't candle it. the problem is that I cannot install or uninstall anything until that is finished.
    This happened after trying to install dropbox, the installation was frozen at the end and did not advance, I tried to cancel it but there it continued. reboot and so I stay….

  17.   river said

    Hello, I don't know how to make Ubuntu 12.10 (already installed from CD) recognize the USB Internet Key HUAWEI E 173. Thanks