Que hacer después de instalar Debian 9

in debian •  7 years ago 

Vamos a ver un compilado para este 2018, de algunas cosas que podemos hacer después de instalar Debian Stretch en su versión estable, espero que les sirva y si quieren compartir algo más son bienvenidos. Este procedimiento lo hice como root para evitar inconvenientes.

1- Instalación de Debian 9

2- Repositorios
Ni bien terminamos de instalar lo ideal es cargar los repositorios necesarios. Editando el archivo sources.list

nano /etc/apt/sources.list

Pegamos lo siguiente:

Oficiales

deb http://ftp.us.debian.org/debian/ stretch main contrib non-free
deb-src http://ftp.us.debian.org/debian/ stretch main contrib non-free

Actualizaciones de seguridad

deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free

Guardamos con F2. Y actualizamos

apt-get update

3- Instalación de aptitude

Esta es una herramienta que a mi me gusta tener siempre.

apt-get install aptitude

4- Instalación de Google Chrome

echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -

aptitude update

aptitude install google-chrome-stable

5- A veces necesitamos instalar aplicaciones o algún controlador y para que esto sea más simple instalamos lo siguiente.

apt install linux-headers-$(uname -r)

apt install build-essential checkinstall make automake cmake autoconf git git-core dpkg wget

Y para poder instalar paquetes .deb en gnome hacemos:

apt install gdebi

6- Codecs

apt install ffmpeg libavcodec-extra gstreamer1.0-fluendo-mp3 gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad gstreamer1.0-pulseaudio vorbis-tools

7- Tipografías
Libres:

apt install fonts-freefont-ttf fonts-freefont-otf

Microsoft:

apt-get install ttf-mscorefonts-installer

8- Alternativa a Java

apt install openjdk-8-jre icedtea-8-plugin

9- Herramientas de compresión/descompresión

apt install rar unrar zip unzip unace bzip2 lzop p7zip p7zip-full p7zip-rar

10- Instalar el antivirus de GNU/Linux ClamAV

apt install clamav clamav-daemon clamtk

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Congratulations @nksis! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

You published your First Post

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here

If you no longer want to receive notifications, reply to this comment with the word STOP

Upvote this notification to help all Steemit users. Learn why here!

Do not miss the last announcement from @steemitboard!