2
XUBUNTU – COMANDOS MÁS USADOS CTRL + ALT + F1 Entrar a modo consola (para ir a consola cambiar de escritorio) CTRL + ALT + F7 Regresar a modo gráfico (SUDO INIT 6) $ sudo apt-get remove openoffice.org-core openoffice.org-common Para desinstalar OPEN OFFICE $ tar xzvf OOo_3.2.0_LinuxIntel_install_en-US_deb.tar.gz Descomprime archivo $ sudo dpkg -i *.deb Instala los paquetes .deb (directorio DEBS) $ sudo dpkg -i *.deb Instala iconos del menú (directoro DEBS/desktop-integration) Install Java (JRE and the Java Plugin) In Ubuntu 10.10 Maverick Meerkat To install Java in Ubuntu 10.10, follow these steps: 1. Press ALT + F2 and enter this: gksu /usr/bin/software-properties-gtk 2. Then go to the "Other Software" tab and the first repository on the list should be "http://archive.canonical.com/ubuntu maverick partner" - enable this repository (both lines). Then click "Close" and when prompted, click "Reload".

XUBUNTU COMANDOS

Embed Size (px)

Citation preview

Page 1: XUBUNTU COMANDOS

XUBUNTU – COMANDOS MÁS USADOS

CTRL + ALT + F1 Entrar a modo consola (para ir a consola cambiar de escritorio)

CTRL + ALT + F7 Regresar a modo gráfico (SUDO INIT 6)

$ sudo apt-get remove openoffice.org-core openoffice.org-common Para desinstalar OPEN OFFICE

$ tar xzvf OOo_3.2.0_LinuxIntel_install_en-US_deb.tar.gz Descomprime archivo

$ sudo dpkg -i *.deb Instala los paquetes .deb (directorio DEBS)

$ sudo dpkg -i *.deb Instala iconos del menú (directoro DEBS/desktop-integration)

Install Java (JRE and the Java Plugin) In Ubuntu 10.10 Maverick Meerkat

To install Java in Ubuntu 10.10, follow these steps:

1. Press ALT + F2 and enter this:gksu /usr/bin/software-properties-gtk

2. Then go to the "Other Software" tab and the first repository on the list should be "http://archive.canonical.com/ubuntu maverick partner" - enable this repository (both lines). Then click "Close" and when prompted, click "Reload".

3. Then simply search for "sun java" in Ubuntu Software Center and install JRE and the Java plugin, or install it from a terminal using the following command:sudo apt-get install sun-java6-jre sun-java6-plugin

//The post has been updated with new instructions since Sun Java is now available in Ubuntu 10.10 Maverick Meerkat!

rimero que debemos hacer es abrir una ventana de terminal y escribir:

sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts

Tras hacerlo se nos abrirá una ventana de instalación tan sólo tendremos que completarla para tener instalado en nuestro equipo el JRE.