Monday, December 1, 2014

[Tutorial] ¿Qué hacer luego de instalar Ubuntu 14.10 | Utopic Unicorn?

Si pueden y quieren no olviden hacer una Donación (por Paypal) para el blog chimbo así podré seguir haciendo gran contenido.

What is he talking about? English version

¿No usan 14.10? Asegúrense de darse una vuelta por el blog para las versiones anteriores  (desde 12.04)

¿Están planeando instalar Ubuntu? Aquí pueden ver como hacerlo con particiones (más seguro y práctico!)

Ok, instalé Ubuntu. ¿Y ahora qué hago?

Bueno en este post les mostraré las cosas que les recomiendo instalar/hacer para que su máquina funcione sin problemas en Ubuntu.
Les recomiendo que usen el terminal excepto en algunos casos precisos en los que les diré que vayan al "Update Manager" por ejemplo

Actualizar los paquetes e instalar todas las actualizaciones


Definitivamente lo que uno debe hacer apenas instala Ubuntu es actualizar los paquetes e instalar las actualizaciones. Para eso vamos a buscar el "Update Manager" en la lista de programas.


Y le damos click en "Check" para luego instalar todas las actualizaciones.


O también podemos lanzar un Terminal y ejecutamos el comando siguiente:

$ sudo apt-get update && sudo apt-get dist-upgrade

Para la primera instalación esto puede tomar bastante tiempo.

Si tienen un SSD les recomiendo que se den una vuelta por el tutorial que hice para mejorar el rendimiento de los SSDs en Linux.
 

Instalar los drivers propietarios


Si su computador utiliza alguna carta gráfica nVidia o una connexión inalámbrica propietaria deben instalar los drivers primero para que estos componentes funcionen bien. En el caso de la connexión inalámbrica, deberán conectarse utilizando Ethernet o algo parecido.



Busquen en el Dash "Software & Updates". Vayan a la parte de "Additional Drivers". Luego seleccionan el driver que les interesa y le dan click a "Apply Changes"

Si uds. tienen una computadora con una tarjeta gráfica nVidia con tecnología Optimus, les recomiendo utilizar Bumblebee.

En este post pueden ver como se instala.

Aumentar más paquetes para instalar programas propietarios


Si uno quiere instalar algunos paquetes propietarios como librerías para leer MP3 o para instalar software que viene de Microsoft como Skype hay que activar esta opción en "Software Sources".

 Luego tienen que ir a la tab "Other Software" y activar las opciones "Canonical Partners":

Privacidad en Ubuntu

Ahora el Dash va a incluir un montón de resultados en cada una de sus búsquedas. Estos "smart scopes" están un poco lejos de dar buenos resultados. Escojan los resultados que quieran ver en "Filter results".


No se olviden de configurar su privacidad si están utilizando Ubuntu. Si no quieren que sus búsquedas vayan a Amazon y quién sabe a donde más vayan a "System Settings" y luego seleccionan "Security & Privacy". Así podrán habilitar o desactivar lo que deseen.


No me gusta Unity, quiero otra cosa


A mucha gente en la comunidad no le gusta mucho Unity y prefieren utilizar otros escritorios. He aquí algunas opciones:

Gnome 2: para volver al Gnome que se utilizaba en las antiguas versiones de Ubuntu

$ sudo apt-get install gnome-panel


Gnome 3: el equipo de Gnome recientemente lanzó la versión 3.12.1 que está muy interesante.

$ sudo add-apt-repository ppa:gnome3-team/gnome3
$ sudo apt-get update
$ sudo apt-get dist-upgrade
$ sudo apt-get install gnome-shell


Para instalar Gnome 3.14 sigan los siguientes pasos:

$ sudo add-apt-repository ppa:gnome3-team/gnome3
$ sudo add-apt-repository ppa:gnome3-team/gnome3-staging
$ sudo apt-get update

$ sudo apt-get dist-upgrade
$ sudo apt-get install libgdk-pixbuf2.0-dev
$ sudo apt-get install gnome-shell

http://nixspy.com/wp-content/uploads/2014/03/gnome3.12.jpg
Gnome 3.14
KDE 4: el equipo de KDE recientemente lanzó la versión 4.12, está muy bien este escritorio, lo usé durante algún tiempo y la fluidez es increíble.

Hay que tener cuidado instalando esto porque básicamente se estaría instalando los componentes que le faltan a Ubuntu para ser Kubuntu en realidad.

$ sudo apt-get install kubuntu-desktop


Cinnamon: es como una variante de Gnome 2, desde que Gnome dejó el proyecto de Gnome 2, pero mejorada. Muy interesante igual y simpática.

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


Hay algunos otros escritorios que se pueden utilizar pero que personalmente no he utilizado mucho. Algunos ejemplos son: XFCE, LXDE, Awesome, Xmonad, MATE... entre otros.

Me gusta Unity, pero quisiera modificarlo un poco


Si como yo estás muy acostumbrado a usar Unity hay algunos programas que permiten modificar un poco el escritorio

Ubuntu Tweak 

Otra herramienta interesante para modificar Unity es Ubuntu Tweak. Para instalarla:

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


Internet



Google Chrome o Chromium: si no les gusta utilizar Firefox pueden instalar Google Chrome yendo a la página de descargas de Google para descargarlo.
Una vez que lo hicieron deben usar este comando (desde la carpeta en la que se guardó el archivo) :

$ sudo dpkg -i google-chrome-stable_current_amd64.deb

o simplemente abrir la carpeta en la que se guardó y darle doble click al .deb que se descargó.

Para instalar Chromium:

$ sudo apt-get install chromium-browser

Transmission

Si quieren descargar archivos desde Internet usando Bit Torrent, hay un cliente que está instalado por defecto con Ubuntu. Transmission es ligero y hará exactamente su propósito: descargar torrents. Tiene algunas opciones y configuraciones que pueden cambiar.




Hay otras opciones en Linux, como KTorrent, Deluge...

Geary

Si quieren instalar otro cliente mail pienso que una buena opción es Geary. He aquí a qué se parece:


Para instalarlo:

$ sudo add-apt-repository ppa:yorba/ppa
$ sudo apt-get update
$ sudo apt-get install geary
 

Multimedia


Hay algunos programas interesantes para reproducir archivos multimedia, ya sea audio, vídeo. Pero antes que nada asegurémonos de que tenemos los codecs adecuados:

$ sudo apt-get install libxine1-ffmpeg gxine mencoder totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0

Si no quieren estar instalando uno a uno los codecs pueden instalar todo con este comando

$ sudo apt-get install ubuntu-restricted-extras

Un problema muy frecuente que se lee en los foros, es la reproducción de DVDs. Como los DVDs utilizan un sistema de seguridad, hay que instalar una biblioteca especial y ejecutar un archivo de configuración:

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

VLC




Un gran reproductor multimedia es VLC, básicamente lee TODO y cuando digo TODO es en serio.

$ sudo apt-get install vlc

 Clementine

Si no son muy fans de Rhythmbox como yo o les hacen faltas algunas funcionalidades como un ecualizador o un poco más de personalización, Clementine es una gran opción.

$ sudo apt-get install clementine



GIMP

Si les gusta la fotografía y no quieren invertir un montón de dinero en Photoshop, pueden intentar GIMP. Yo lo uso todos los días y tienen un montón de funcionalidades.


Solo usen el comando siguiente:

$ sudo apt-get install gimp

Si quieren editar archivos RAW necesitarán este paquete extra:

$ sudo apt-get install gimp-ufraw


Esto permetirá a GIMP editar el archivo RAW una vez que lo ha importado.

Inkscape

Si uds. hacen un poco de diseño un gran programa muy fácil de usar es Inkscape. He aquí un ejemplo de lo que hice un domingo sin deberes.

$ sudo apt-get install inkscape


OpenShot

Si quieren hacer un poco de edición vídeo en Linux, creo que la mejor opción por ahora es OpenShot.

$ sudo apt-get install openshot

¿Quieren jugar hasta que les duelan los dedos? Instalen Steam


Me sorprendió que Steam no aparezca en el "Ubuntu Software Center" pero bueno si este es su caso lo único que deben hacer es ir al sitio web de Steam y descargar el .deb.

Instalen el binario con:

$ sudo dpkg -i steam-latest.deb

Seguramente van a tener un problema de paquetes que faltan, pueden solucionarlo con:

$ sudo apt-get install -f

Luego, cuando intenten lanzar Steam, se actualizará y les pedirá que instalen los últimos paquetes que necesita. Van a tener que introducir su clave y listo.
Así es como se ve, y se ve demasiado bien si me preguntan



Messenger


Pidgin

Si como yo han tenido algunos problemas con Empathy otra alternativa es Pidgin, igual soporta muchos protocolos como MSN, Facebook, Google Talk...

$ sudo apt-get install pidgin

Skype

Para instalar Skype en Ubuntu tienen que activar los paquetes independientes como vimos antes en el blog.

$ sudo apt-get install skype


Si uds usan Skype y Unity deberían intentar Skype Wrapper, este programa hará que Skype se integre mejor con Unity. Estos son unos ejemplos de lo que puede hacer:



$ sudo add-apt-repository ppa:skype-wrapper/ppa
$ sudo apt-get update
$ sudo apt-get install skype-wrapper

Para que los cambios tengan efecto deben cerrar su sesión primero.

Cloud y respaldos 


Dropbox

La mayoría de gente utiliza cuentas en el cloud para sus archivos y poder tenerlos disponibles cuando sea. Hay que ir a la página de descargas de Dropbox y de nuevo usar un comando como este (desde donde esté el archivo):

$ sudo dpkg -i dropbox_1.4.0_amd64.deb

Deja-dup

Algo que me encanta de Ubuntu es que tiene su propio programa para poder respaldar todos los datos importantes que queremos, ya sea en una cuenta de Ubuntu One, en un servidor FTP o en un disco duro externo.
Buscamos en las aplicaciones "Backup" y luego podemos configurar los respaldores como queramos


Algunas herramientas e indicadores para su sistema


TLP

Una herramienta muy práctica es TLP que les permite economizar energía, sobre todo si usan laptops. He intentado laptop-mode-tools también pero me ha dado algunos problemas.

$ sudo add-apt-repository ppa:linrunner/tlp
$ sudo apt-get update
$ sudo apt-get install tlp tlp-rdw

Otros paquetes que pueden necesitar son: smartmontools, ethtool.

Si usan un Thinkpad instalen estos paquetes: tp-smapi-dkms and acpi-call-tools.

Indicador de sistema

Permite ver varias cosas como el procesador, la carga de la red, la RAM, las escrituras y lecturas del disco.

$ sudo apt-get install indicator-multiload



Otro indicador muy interesante es indicator-cpufreq.

Para instalarlo lo único que tienen que hacer:

$ sudo apt-get install indicator-cpufreq

Ahí pueden cambiar fácilmente el gobernador de su CPU para poder economizar energía fácilmente.

Paquetes para comprimir

Si bajan muchos datos de Internet y deben descomprimirlos o comprimirlos con mucha frecuencia, he aquí una lista de paquetes que les van a ser muy útiles.

$ sudo apt-get install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar
 

Nota: Si instalan los paquetes rar, unrar van a poder leer comics en formato .cbr directamente con Evince.


Clima

Un indicador para el clima interesante es el siguiente (aunque me ha dado problemas de vez en cuando):

$ sudo apt-get install indicator-weather

Necesito algunos programas de Windows


Wine

Si necesitan instalar algunos programas de Windows porque simplemente no hay alguna alternativa en el mundo libre pueden usar el emulador Wine. No todo va a servir y yo no he intentado mucho con este emulador pero sé que se pueden hacer muchas cosas como instalar Microsoft Office.

$ sudo apt-get install wine



Virtual Box

Si Wine no funciona pueden optar por crear una máquina virtual e instalar el programa en ella. El problema es que hay que tener un ISO de Windows.
Descargan el paquete desde el sitio de Oracle y de nuevo (con el nombre del paquete que corresponde y desde la carpeta en la que está el archivo):

$ sudo dpkg -i virtualbox-4.2_4.2.10-84104~Ubuntu~trusty_amd64.deb

Programación (o "maldición porqué no compila")


Para la gente que usa su máquina para programar he aquí una lista de lo que pueden querer instalar para programar tranquilamente:

Esenciales

Primero hay que instalar los paquetes neceserios para poder compilar, entre esos hay gcc 

$ sudo apt-get install build-essential

¿gcc está muy viejo?

Clang es un compilador muy interesante para programas en C y en C++, tiene la misma sintaxis que gcc. Muestra los errores que cometimos donde están exactamente.

$ sudo apt-get install clang

Geany



Un editor simpático que reconoce algunos lenguajes de programación.

$ sudo apt-get install geany

Eclipse

Para programar en Java lo único que hay que hacer (porque va a instalar Java al mismo tiempo) es instalar Eclipse.

$ sudo apt-get install eclipse

OpenGL

Si planean programar usando OpenGL van a tener que instalar el paquete freeglut primero:

$ sudo apt-get install freeglut3-dev

Limpiando todo lo que ya no vamos a necesitar


Después de que hayan instalado todo lo que hayan querido, utilicen estos comandos para limpiar paquetes y desinstalar todo lo que ya no van a necesitar:

$ sudo apt-get autoremove
$ sudo apt-get autoclean

Ahora sí todo debería estar a su gusto. ¡Disfruten su nueva instalación!


Les gustó este post? No se olviden de agregarme a sus círculos en G+ o de seguirme en Twitter: @RobertoXMed

[To Do] Top things to do after installing Ubuntu 14.10 | Utopic Unicorn

Please consider donating to the Blog it will be of great help! Thank you.

¿De qué está hablando? Versión en español

Not running 14.10? Check my previous posts for previous versions.

Planning to install Ubuntu? This post explains how to do it with partitions (it's more secure and very useful)

So I installed Ubuntu, what now?

In this post I will show the top things that I recommend you to do in order to make your computer run like a champ.
I strongly recommend the use of the (a) Terminal except in a few cases, like when you first update, you should update with the "Update Manager" because you'll have to install new kernel revisions.

Updating packages and upgrading


The first thing that you absolutely want to do, just after installing Ubuntu is to update your packages. To do this, you will need to search for the "Software Updater" in the application list.

It will atomically check for updates, after all the packages are updated you can click in "Install Now"


Or you could launch a Terminal and put the following command:

$ sudo apt-get update && sudo apt-get dist-upgrade

The first time you do this it could take a lot of time.

Installing proprietary drivers


If your computer has a graphic card like nVidia or AMD or a wireless connexion you must install some drivers to make it work properly. If your wireless doesn't work you might want to install the driver using a wired connexion.

After searching for "Software & Updates" go to the "Additional Driver" tab and choose the driver that you want to activate. You need to restart your computer afterwards.

Enabling proprietary packages and installing proprietary software


If you want to install some proprietary packages like libraries to play MP3, or to install software developed by Microsoft, like Skype, you have to active some repositories in the "Software Sources". You open the "Ubuntu Software Center" and in the Menu "Edit" you open the "Software Sources" window


 Then you click in tab "Other Software" and choose the option "Canonical Partners":

Privacy in Ubuntu

The dash now includes a lot of options. Look what you find useful and disable the rest so you don't get irrelevant results.

Don't forget about setting up your privacy if you're running 12.10 or a newer version, 14.10 in this case. If you don't want Unity to send your search to Amazon go to "System Settings", then "Security & Privacy" and turn off/on what you want.


I don't like Unity, show me something else


Many people don't like Unity for many reasons and prefer to change the desktop. Or maybe you just want to try something different.

Gnome 2: or "Oh I miss the old days". If you want to go back to Gnome 2 just type this command:

$ sudo apt-get install gnome-panel

Gnome 3: the Gnome team recently released version 3.14 which many people seem to like. I use it in my main machine under Arch and I'm really liking the experience. The official Gnome PPA will let you download the latest upgrades for 3.12. If you want to try the latest version of Gnome you need the staging PPA

$ sudo add-apt-repository ppa:gnome3-team/gnome3
$ sudo apt-get update

$ sudo apt-get dist-upgrade
$ sudo apt-get install gnome-shell



To install Gnome 3.14 do the following steps:

$ sudo add-apt-repository ppa:gnome3-team/gnome3
$ sudo add-apt-repository ppa:gnome3-team/gnome3-staging
$ sudo apt-get update

$ sudo apt-get dist-upgrade
$ sudo apt-get install libgdk-pixbuf2.0-dev
$ sudo apt-get install gnome-shell

http://nixspy.com/wp-content/uploads/2014/03/gnome3.12.jpg
Gnome 3.14

KDE 4: the KDE recently released version 4.12, this desktop is my second choice after Unity. I used it for a while and is fast, stable and the graphics with OpenGL are sick. With this command you're actually changing the flavor of your Ubuntu to add Kubuntu:

$ sudo apt-get install kubuntu-desktop

Cinnamon: it started as a fork of Gnome 2. Very interesting and pretty nice too. Version 2.0 recently came out and they are now an official Shell, all the dependencies from Gnome seem to be gone. So you can have Gnome and Cinnamon.

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



There are many other options out there in the wild but I haven't given them a long try. Here are some examples: XFCELXDEAwesomeXmonadMATE... among others.

I like Unity,  but I want to tweak it a little bit


If, like me, you're just used to use Unity there are some programs that let you tweak this desktop

Ubuntu Tweak 
Another tool very interesting to modify Unity is Ubuntu Tweak. To install it:

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



Internet



Google Chrome o Chromium: if you don't like Firefox you can install Google Chrome by going to their download page.
After you installed the right package for your distribution you can use this command (adapt it with the name of your package:

$ sudo dpkg -i google-chrome-stable_current_amd64.deb

or you could just open the folder where you save the file and double-click it. But the command line is more fun, let's admit it.

If you want to install Chromium instead:

$ sudo apt-get install chromium-browser

Transmission

If you want to download some files from the Internet using a Bit Torrent client there is one installed by default with Ubuntu. Transmission is a light-weight bit torrent client that will do just the job. You can set it up as you want but it doesn't have a lot of options.


There are many options for Linux, like KTorrentDeluge...

Geary

If you want to install another client for your e-mail I think you could try to install Geary. Here is how it looks:


To install it:

$ sudo add-apt-repository ppa:yorba/ppa
$ sudo apt-get update
$ sudo apt-get install geary


Multimedia


There are some interesting programs to play multimedia, audio, video... But before doing some installation we want to make sure that we have the right codecs intalled.

$ sudo apt-get install libxine1-ffmpeg gxine mencoder totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0

Or if you just want everything without having to install all codecs use:

$ sudo apt-get install ubuntu-restricted-extras

A frequent problem you find in different forums is how to play DVDs in Ubuntu/Linux. DVDs use a special encryption protocol, you have to install a library for decryption, run this command that will install this library and execute a configuration file:

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


VLC



VLC is a great media player that can read EVERYTHING, and I really mean it.

$ sudo apt-get install vlc

 Clementine

If you're looking for an alternative to Rhythmbox because you don't like or if you miss some functionalities like an equalizer or a little more personalization; Clementine is a great option.

$ sudo apt-get install clementine


GIMP

If you like photography and you don't want to spend a lot of money in Photoshop you can try out GIMP. I use it every day and it comes with a lot of functionalities.

Just run the following command:

$ sudo apt-get install gimp

If you want to edit RAW files from your camera you will need this extra package:

$ sudo apt-get install gimp-ufraw

This will let GIMP edit the RAW file after it imports it.

Inkscape

If you want to do some vector drawing Inkscape is a great piece of software, very easy to use. Here is an example I made in a free sunday.

$ sudo apt-get install inkscape

OpenShot

If you want to do some video editing in Linux, I think the best option right now could be OpenShot.

$ sudo apt-get install openshot

Steam in Linux is looking great!


I was surprised to see that Steam isn't in the Ubuntu Software Center anymore... Maybe I had to enable some packages or update the cache? But anyway... If you don't seem able to find it there just go to their website. Download the .deb and run this command:

$ sudo dpkg -i steam-latest.deb

Then you will see some errors appear because there are some missing packages. Solve this errors with:

$ sudo apt-get install -f

Next step is to try to launch steam. Some other packages will be missing but Steam is going to launch a Terminal asking for root permissions in order to install them. After you do this Steam will update and will launch. That wasn't so terrible was it? :)

This is how it looks, pretty sweet if you ask me:

Messenger


Pidgin

I have tried Empathy but I had some troubles with my MSN account. Pidgin is a great alternative and it supports many protocols, like MSN, Facebook, Google Talk...

$ sudo apt-get install pidgin

Skype

In order to install Skype in Ubuntu you have to install the independent packages  as seen at the beginning of this blog.

$ sudo apt-get install skype

If you're using Skype and Unity give Skype Wrapper a try, it will integrate Skype to Unity. Here are some examples of what it will do:



$ sudo add-apt-repository ppa:skype-wrapper/ppa
$ sudo apt-get update
$ sudo apt-get install skype-wrapper


If you want to see the changes you need to Log out first.

Cloud and backup


Dropbox

Most people have a cloud account with some server. You can share files, make a backups in the cloud, or just have your files available from anywhere you want. You have to go to the download page and again you can run this command (adapting it to your distribution):

$ sudo dpkg -i dropbox_1.6.0_amd64.deb

Deja-dup

Something that I love about Ubuntu (and other distros) is that they have their own backup manager. You can setup your backups to put them in the Cloud or in a FTP server or simply put it in a hard drive.
You search in your applications for "Backup"  and then you can configure
your backup as you like.


Some tools and indicators for your system


TLP

An interesting tool that allows you to save some energy of your laptop. I use it in all my laptops and haven't had any problems with them. I tried laptop-mode-tools too but I had some errors.

$ sudo add-apt-repository ppa:linrunner/tlp
$ sudo apt-get update
$ sudo apt-get install tlp tlp-rdw

Some other tools you may need are: smartmontools, ethtool.

If you are using a Thinkpad you will also need: tp-smapi-dkms and acpi-call-tools.

System indicator

This allows you to see many stats, like your processor performance, your network connexion, your RAM charge, I/O of your disk...


$ sudo apt-get install indicator-multiload



Another great tool is indicator-cpufreq:

To install it:

$ sudo apt-get install indicator-cpufreq

This tool will allow you to switch your CPU governor very easyly. You can reduce your battery consumption by changing it.

Archive Management Apps

If you frequently download files from the internet and you want to uncompress or compress here is a command that has everything you may want to install.

$ sudo apt-get install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar

Note: If you install the rar, unrar package you will be able to read comic books in .cbr format with Evince.



Wheater

There is an interesting indicator if you want to check the weather (although I have had some issues with it, when it works it's nice):

$ sudo apt-get install indicator-weather

I still need some Windows programs


Wine

If you need to install some Windows software that isn't available for Linux you can use Wine emulator. It is not going to work for everything but you can do a lot of stuff like installing Microsoft Office.


$ sudo apt-get install wine



Virtual Box

If Wine doesn't work you may want to create a virtual machine and install some programs in it. The problem is that you must have a Windows ISO.
Download the package from Oracle's site and again from the terminal (adapting it to your own):

$ sudo dpkg -i virtualbox-4.2_4.2.10-84104~Ubuntu~trusty_amd64.deb

Programming (a.k.a "Why don't you compile?")


For people who use their machine for writing code, here is a list that you use for installing some basic packages for programming:

Essentials

First of all you want to install some basic packages that allows you to compile, this packages include gcc for example

$ sudo apt-get install build-essential

¿gcc is too old school?

Clang is a great compiler for C and C++, it has the same syntax that gcc but it has a nice output:

$ sudo apt-get install clang

Geany


A simple IDE that recognizes some languages.

$ sudo apt-get install geany

Eclipse

For programming with Java the only thing that you need to do (because it will install Java at the same time) is install Eclipse.

$ sudo apt-get install eclipse

OpenGL

If you're planning to do some programming using OpenGL you must install the "freeglut" package:

$ sudo apt-get install freeglut3-dev

Cleaning everything that you wont use anymore


After you're done installing everything that you always wanted run this commands to clean your packages and to uninstall everything that you don't need anymore:

$ sudo apt-get autoremove
$ sudo apt-get autoclean


And you're good to go. Enjoy your new install!

Did you like this post? Don't forget to add me to your circles in G+ or to follow me on Twitter: @RobertoXMed