Table of Contents
Instalación de software adicional para Elementary
Centro de software de Ubuntu
En caso de no encontrar una aplicación para hacer algo o para reemplazarlas aplicaciones que vienen por defecto, se puede recurrir al Centro de Software para instalar otras aplicaciones. Algunas recomendaciones:
- Hardinfo (información del sistema)
- OpenShot (editor de video)
- Thunderbird (e-mail)
- Firefox (explorador web)
- Pidgin (chat)
- Transmission (torrents)
- VLC (reproductor multimedia)
- XBMC media center
- FileZilla (cliente ftp)
- GIMP (editor de imágenes tipo Photoshop)
- Inkscape (editor de imágenes vectoriales tipo Corel)
- Teamviewer (asistencia remota)
- Uso compartido del escritorio (asistencia remota)
- K3b (Grabación de CD-DVD)
Instalar K3b en castellano
sudo apt-get install k3b language-pack-kde-es
Instalar extras restringidos de Ubuntu (si no lo marcamos en la instalación inicial):
sudo apt-get install ubuntu-restricted-extras libav-tools
Instalar codecs para k3b:
sudo apt-get install libk3b6-extracodecs
Acrobat reader (no es necesario si el visor que trae por defecto es suficiente):
sudo apt-add-repository "deb http://archive.canonical.com/ precise partner" sudo apt-get update && sudo apt-get install acroread sudo add-apt-repository -r "deb http://archive.canonical.com/ precise partner" sudo apt-get update
LibreOffice
Instalar Libreoffice
sudo add-apt-repository ppa:libreoffice/libreoffice-4-3 o sudo add-apt-repository -y ppa:libreoffice/ppa sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install libreoffice
Usar los nuevos iconos, incluidos los Sifr. Se activan en Herramientas→Opciones→Ver
sudo apt-get install libreoffice-style*
Ponerlo en español:
sudo apt-get install -y libreoffice-l10n-es
Corrector español:
sudo apt-get install myspell-es
Solucionar problema de Altura del Scrollbar de CALC de LibreOffice en Elementary OS:
sudo vi /usr/share/themes/elementary/gtk-2.0/gtkrc Buscar la sección GtkScrollbar y cambiar la opción ::slider-width del valor 6 al valor 14 así:
GtkScrollbar ::has-backward-stepper = 0 GtkScrollbar ::has-forward-stepper = 0 GtkScrollbar ::min-slider-length = 30 GtkScrollbar ::slider-width = 14 GtkScrollbar ::trough-border = 1
Desinstalar Libreoffice
sudo apt-get install ppa-purge sudo ppa-purge ppa:libreoffice/libreoffice-4-3
Sistema
Instalar font-manager:
sudo add-apt-repository ppa:font-manager/staging sudo apt-get update sudo apt-get install font-manager
Instalar Vnc:
Instalar //Uso compartido del escritorio// desde el Centro de software de Ubuntu sudo vino-preferences
Instalar Teamviewer 64 bit Ubuntu:
sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install gdebi wget http://download.teamviewer.com/download/teamviewer_i386.deb sudo gdebi teamviewer_i386.deb sudo dpkg --remove-architecture i386
Generar un gif animado. Requiere imagemagick:
sudo apt-get install imagemagick
Para crear un gif animado con todos los jpg de una carpeta, llamados home_web*, de 700 pixeles:
convert -geometry 700 -delay 500 -loop 0 home_web*.jpg home_web.gif
Nautilus image converter - Redimensionado masivo de imágenes:
sudo apt-get install nautilus-image-converter
Nautilus paquete nautilus-open-terminal - abre una sesión de shell:
sudo apt-get install nautilus-open-terminal sudo apt-get install nautilus-gksu
Extensiones útiles para Nautilus: ara ver todas las disponibles:
apt-cache search nautilus- sudo add-apt-repository ppa:noobslab/apps sudo add-apt-repository ppa:atareao/nautilus-extensions sudo apt-get update sudo apt-get install nautilus-scripts sudo apt-get install nautilus-document-converter nautilus-image-tools
Java de Oracle:
sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java6-installer sudo apt-get install oracle-java7-installer sudo apt-get install oracle-java8-installer
Comandos de interés para controlar Java
java -version javac -version
Elegir el java a utilizar:
sudo update-alternatives --config java
Instalar compresores propietarios:
sudo apt-get install unace rar unrar p7zip-rar p7zip sharutils uudeview mpack arj cabextract lzip lunzip
Systemback (crear puntos de restauración en Linux)
sudo apt-add-repository ppa:nemh/systemback sudo apt-get update sudo apt-get install systemback
Bleachbit (limpiar el sistema)
sudo apt-get install bleachbit
Utilidades
Instalar un editor de Menú de inicio:
sudo add-apt-repository ppa:menulibre-dev/devel sudo apt-get update sudo apt-get install menulibre
Ejecutar con
/opt/extras.ubuntu.com/menulibre/bin/menulibre
Conky Manager:
sudo apt-add-repository -y ppa:teejee2008/ppa sudo apt-get update sudo apt-get install conky-manager
- Download Deluxe Conky Theme Pack
- Go to the Options tab and import the downloaded file
- The new themes and configuration files are now available for selection
- Don’t forget to check Run Conky at startup in the Options tab
Conky con previsión meteorológica en el escritorio:
sudo add-apt-repository ppa:yunnxx/elementary sudo apt-get update sudo apt-get install elementary-conky-calendar
Activar con
iconkycalendar.sh
Conseguir el código WOEID de nuestra ciudad (Huesca es 762456) como se indica aquí colocarlo en ~/.conky/.conkyrcCalendar
Desactivar con
dconkycalendar.sh sudo apt-get remove elementary-conky-calendar
Si al iniciar el equipo muestra (null)s, actualizar conky con
sudo add-apt-repository ppa:vincent-c/conky sudo apt-get update sudo apt-get upgrade
Indicator places en el wingpanel:
sudo add-apt-repository ppa:yunnxx/elementary sudo apt-get update sudo apt-get install elementary-indicator-places
Gimp - Editor de imágenes
Instalar gimp:
sudo add-apt-repository ppa:otto-kesselgulasch/gimp sudo apt-get update sudo apt-get install gimp
Extras para gimp:
sudo apt-get install gimp-plugin-registry sudo apt-get install gimp-gmic sudo apt-get install gimp-lensfun sudo apt-get install gimp-help-es
Hacer gif animado con imagemagick: Genera un gif animado con todos los jpg de una carpeta. 700 es el tamaño de la imagen en píxeles.
sudo apt-get install imagemagick convert -geometry 700 -delay 500 -loop 0 home_web*.jpg home_web.gif
Latex - Editor de textos científicos
Instalar Latex:
sudo apt-get install texlive-full
Para mantenerlo actualizado:
sudo tlmgr update --self sudo tlmgr update --all
Audio y vídeo
Instalar Openshot (editor de vídeo):
sudo add-apt-repository ppa:openshot.developers/ppa sudo apt-get update sudo apt-get install openshot openshot-doc
Instalar Spotify:
sudo add-apt-repository “deb http://repository.spotify.com stable non-free” sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59 sudo apt-get update sudo apt-get install spotify-client
Complemento para el navegador de VLC:
sudo apt-get update sudo apt-get install vlc browser-plugin-vlc
Flash plugin para firefox y chromium:
sudo apt-get install adobe-flashplugin
Reproductor multimedia xbmc
Por probar [[xbmc|xbmc]]
Descarga de vídeos de Youtube desde línea de comandos
sudo apt-get install youtube-dl
Internet
Instalar 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
Instalar jDownloader:
sudo add-apt-repository ppa:jd-team/jdownloader sudo apt-get update sudo apt-get install jdownloader
Instalar Skype:
sudo apt-get install libqt4-dbus:i386 libqt4-network:i386 libqt4-xml:i386 libqtcore4:i386 libqtgui4:i386 libqtwebkit4:i386 sni-qt:i386
Descargar Skype de la web de Skype e instalar el paquete .deb con un doble clic
Si no funciona el comando de arriba, probar con
sudo apt-get install dpkg sudo dpkg -r --force-all librtmp0 sudo apt-get install librtmp0 sudo apt-get install ia32-libs
Y seguir las instrucciones de Getting started with Skype for Linux de instalación para Ubuntu 64 bits
Eliminar historial de documentos usados recientemente
rm ~/.local/share/recently-used.xbel -Rf; mkdir ~/.local/share/recently-used.xbel -p;
Solucionar doble icono de Chrome en Plank
Quitar de Plank el ícono de Google Chrome y cerrar el programa
sudo cp -a /usr/share/applications/google-chrome.desktop /usr/share/applications/google-chrome-stable.desktop google-chrome-stable Al ícono que aparece en Plank, darle click derecho y hacer un check en “Mantener en el dock”
Añadir botón de minimizar a Chrome Instalar dconf
sudo apt-get install dconf-tools
gconftool-2 --set /apps/metacity/general/button_layout --type string ":minimize:maximize:close"