Los comandos mas usados en Ubuntu

Hola, como todos nosotros siempre estamos instalando y desinstalando Ubuntu por diferentes motivos, he decidido crear esta lista de las aplicaciones y los comandos más populares y usadas en Ubuntu.
Para instalar estas aplicaciones nos vamos a accesorios / Terminal / actualizar el sistema / sudo apt-get update / sudo apt-get upgrade / escribir el comando.
1-
2-
3-
4-
5-
6-
7-
8-
9-
10-
11-
12-
13-
14-
15-
Para ejecutarlo, abrí el Dash y escribí "dconf editor".
16-
17-
18-
19-
20-
21-
22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
34-
35-
36-
37-
38-
39-
40-
41-
42-
43-
44-
45-
46-
47-
48-
49-
50-
51-
52-
53-
54-
55-
Reinstalar el Software Center:
56-
57-
58-
59-
60-
61-
62-
63-
64-
65-
66-
67-
68-
69-
70-
71-
72-
73-
74-
75-
76-
77-
78-
79-
80-
81-
82-
83-
84-
85-
86-
87-
88-
89-
90-
91-
Para instalar estas aplicaciones nos vamos a accesorios / Terminal / actualizar el sistema / sudo apt-get update / sudo apt-get upgrade / escribir el comando.
1-
Xnoise
$ sudo add-apt-repository ppa:shkn/xnoise
$ sudo apt-get update
$ sudo apt-get install xnoise2-
PPA con drivers para tarjetas ATI
sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get install fglrx-installer3-
Problemas con tarjetas ATI antiguas
Algunas tarjetas gráficas de ATI no funcionarán con Ubuntu a menos que utilices los drivers "legacy" de ATI y hagas un downgrade del servidor X. En caso de que resulte necesario te vas a dar cuenta rápidamente porque Ubuntu no arrancará correctamente. Para solucionarlo, ejecutá los siguientes comandos:
sudo add-apt-repository ppa:makson96/fglrx
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install fglrx-legacy4-
PPA con drivers para tarjetas nVidia
Si bien no lo recomiendo, además de utilizar la Herramienta de Configuración de Hardware para instalar los drivers de tu tarjeta gráfica, es posible instalar la versión beta de estos drivers a través de un PPA creado a tal efecto:
sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current nvidia-settings5-
Repositorios extras restringidos
sudo apt-get install ubuntu-restricted-extras6-
DVDs encriptados (todos los "originales")
sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh7-
Medibuntu
Es un repositorio de paquetes de software que no pueden ser incluidos en la distribución Ubuntu por motivos como problemas legales de copyright, licenciamiento o restricciones de patentes. Incluye programas como: 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 update8-
Para agregar los paquetes de Medibuntu en el Centro de Software de Ubuntu:
sudo apt-get install app-install-data-medibuntu apport-hooks-medibuntu9-
Ubuntu Tweak
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak10-
Unsettings
sudo add-apt-repository ppa:diesch/testing
sudo apt-get update
sudo apt-get install unsettings11-
Aplicaciones de compresión
sudo apt-get install rar unace p7zip-full p7zip-rar sharutils mpack lha arj12-
Synaptic
sudo apt-get install synaptic13-
Aptitude
sudo apt-get install aptitude14-
gdebi
sudo apt-get install gdebi15-
Editor de dconf
sudo apt-get install dconf-toolsPara ejecutarlo, abrí el Dash y escribí "dconf editor".
16-
GNOME tradicional
sudo apt-get install gnome-session-fallback17-
GNOME 3 / GNOME Shell
sudo apt-get install gnome-shell18-
PPA de GNOME Shell
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-tool19-
Cinammon
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get install cinnamon20-
MATE
sudo add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu $(lsb_release -sc) main"
sudo add-apt-repository "deb http://repo.mate-desktop.org/ubuntu $(lsb_release -sc) main"
sudo apt-get update
sudo apt-get install mate-archive-keyring
sudo apt-get install mate-core mate-desktop-environment21-
Configuraciones de Compiz
sudo apt-get install compizconfig-settings-manager compiz-fusion-plugins-extra22-
Java
sudo add-apt-repository ppa:webupd8team/java -y &&
sudo apt-get update && sudo apt-get install
oracle-jdk7-installer -y23-
Java Open Source jdk
sudo apt-get install openjdk-7-jre-headless -y ; sudo apt-get install openjdk-7-jre icedtea-7-plugin -y24-
Drivers Nvidia
sudo apt-get install nvidia-current-updates -y25-
Drivers Intel
echo "deb https://download.01.org/gfx/ubuntu/12.10/main
Ubuntu 12.10 #Intel Graphics drivers" | sudo tee
/etc/apt/sources.list.d/intellinuxgraphics.list
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O /tmp/intelrepo.keysudo apt-key add /tmp/intelrepo.keysudo apt-get update ; sudo apt-get dist-upgrade -y26-
Wine
sudo add-apt-repository ppa:ubuntu-wine/ppa -y ; sudo
apt-get update ; sudo apt-get install wine1.5 -y ; sudo apt-get install
winetricks -y27-
Google chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update ; sudo apt-get install google-chrome-stable -y28-
gimp
sudo apt-get install gimp -y29-
Inkscape
sudo apt-get install inkscape -y30-
Pinta
sudo apt-get install pinta -y31-
Audacity
sudo apt-get install audacity -y32-
Avidemux
sudo apt-get install avidemux -y33-
Pitivi
sudo apt-get install pitivi -y34-
Openshot
sudo apt-get install openshot -y35-
Indicador del tiempo
sudo apt-get install mi-tiempo-indicador36-
Myunity
sudo apt-get install myunity37-
Tint2
sudo apt-get install tint238-
Compizconfig
sudo apt-get install compizconfig-settings-manager39-
7zip
sudo apt-get install p7zip-full p7zip-rar rar unrar40-
ipod
sudo apt-get install gtkpod41-
avant window navigator
sudo apt-get install avant-window-navigator42-
lm-sensors y hddtemp
sudo apt-get install lm-sensors hddtemp43-
conky
sudo apt-get install conky44-
K3b
sudo apt-get install k3b45-
aMsn
sudo add-apt-repository ppa:amsn-daily/ppa
sudo apt-get update
sudo apt-get install amsn46-
Emesene
sudo apt-get install emesene47-
Amule
sudo apt-get install amule48-
openshot
sudo apt-get install openshot49-
VLC
sudo apt-get install vlc50-
FileZilla
sudo apt-get install filezilla51-
Kaffeine
sudo apt-get install kaffeine52-
JDownloader
sudo add-apt-repository ppa:jd-team/jdownloader
sudo apt-get update
sudo apt-get install jdownloader53-
Geary
sudo add-apt-repository ppa:yorba/ppa
sudo apt-get update
sudo apt-get install geary 54-
Inkscape
sudo apt-get install inkscape55-
Desintalar el Software Center
sudo apt-get remove software-center
sudo apt-get autoremove software-centerReinstalar el Software Center:
sudo apt-get update
sudo apt-get install software-center56-
Pidgin
sudo apt-get install pidgin57-
Skype
sudo apt-get install skype58-
Skype Wrapper
sudo add-apt-repository ppa:skype-wrapper/ppa
sudo apt-get update
sudo apt-get install skype-wrapper 59-
Dropbox
sudo dpkg -i dropbox_1.4.0_amd64.deb60-
Indicador de sistema
sudo apt-get install indicator-multiload61-
Eclipse
sudo apt-get install eclipse62-
OpenGL
sudo apt-get install freeglut3-dev63-
Desintalar paquete
sudo apt-get remove nombre_paquete64-
Desinstalar paquetes, incluyendo archivos de configuración
sudo apt-get remove --purge nombre_paquete65-
Lista de opciones del comando
sudo apt-get help66-
Openarena
sudo aptitude install openarena67-
screenlets
sudo apt-get install screenlets68-
Devede
sudo apt-get install devede69-
Rhythmbox
sudo add-apt-repository ppa:webupd8team/rhythmbox sudo apt-get updatesudo apt-get
install rhythmbox70-
Clementine
sudo apt-get install clementine71-
Audacious
sudo apt-get install audacious72-
Audacity
sudo apt-get install audacity73-
Docky
sudo apt-get install docky74-
KDE
sudo add-apt-repository ppa:kubuntu-ppa/backportssudo
apt-get updatesudo apt-get install kubuntu-desktop && sudo
apt-get install kde-standardsudo apt-get install kde-l10n-es (Soporte
para idioma español, Opcional)sudo apt-get update && sudo
apt-get upgrade75-
MPlayer
sudo apt-get -y install mplayer76-
SMPlayer
sudo apt-get -y install smplayer77-
GNOME Media Player
sudo add-apt-repository ppa:gnome-media-player-development/development
&& sudo apt-get -y update && sudo apt-get -y install
gnome-media-player78-
Quitar Totem
sudo apt-get -y remove totem79-
Deluge
sudo apt-get -y install deluge80-
Vuze
sudo apt-get -y install vuze81-
Multiget
sudo apt-get -y install multiget82-
Adobe Acrobat Reader
sudo apt-get -y install acroread83-
AWN
sudo apt-get -y install avant-window-navigator84-
Cairo-dock
sudo apt-get -y install cairo-dock85-
Shutter
sudo apt-get -y install shutter86-
Tucan
sudo apt-get -y install tucan87-
Flash Player
sudo apt-get install flashplugin-installer88-
XFCE
sudo apt-get install xubuntu-desktop89-
Pinta
sudo apt-get install pinta -y90-
como saber que Kernel tenemos
uname -r91-
Archivos comprimidos
sudo apt-get -y install rar unace p7zip-full p7zip-rar sharutils mpack lha arj
No hay comentarios:
Publicar un comentario
Los comentarios serán supervisados antes de su publicacion