Locked History Actions

Diff for "OneLiners"

Differences between revisions 22 and 23
Revision 22 as of 2009-04-25 18:14:57
Size: 3964
Comment:
Revision 23 as of 2010-02-05 03:59:36
Size: 3972
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:
 . sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak;sudo wget [http://192.168.2.15/sources.list.d/`lsb_release http://192.168.2.15/sources.list.d/][http://192.168.2.15/sources.list.d/jaunty.list jaunty.list] -O /etc/apt/sources.list;sudo apt-get update;sudo apt-get dist-upgrade  . sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak;sudo wget [[http://192.168.2.15/sources.list.d/`lsb_release|http://192.168.2.15/sources.list.d/]][[http://192.168.2.15/sources.list.d/jaunty.list|jaunty.list]] -O /etc/apt/sources.list;sudo apt-get update;sudo apt-get dist-upgrade
Line 29: Line 29:
 . sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak;sudo wget [http://192.168.2.15/sources.list.d/`lsb_release http://192.168.2.15/sources.list.d/][http://192.168.2.15/sources.list.d/intrepid.list intrepid.list] -O /etc/apt/sources.list;sudo apt-get update;sudo apt-get dist-upgrade  . sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak;sudo wget [[http://192.168.2.15/sources.list.d/`lsb_release|http://192.168.2.15/sources.list.d/]][[http://192.168.2.15/sources.list.d/intrepid.list|intrepid.list]] -O /etc/apt/sources.list;sudo apt-get update;sudo apt-get dist-upgrade

Estas lineas contienen el comando completo de instalación de software elemental no incluido en la instalación por omisión, en caso de ser necesario especificar arquitecturas y versiones de distribuciones.

ARCHLINUX

Recordar que arch por defecto hace una instalación básica.

Para GNOME

pacman -Sy libgl xorg alsa-utils alsa-oss gnome firefox pidgin openoffice-base openoffice-es file-roller rhythmbox vlc mplayer brasero k3b flashplugin jre

Para KDE:

pacman -Sy alsa-utils alsa-oss libgl xorg kde gtk-chtheme firefox pidgin openoffice-base openoffice-es rhythmbox vlc mplayer k3b flashplugin jre

DEBIAN 5.0 Lenny

Con GNOME:

apt-get install iceweasel pidgin openoffice.org openoffice.org-l10n-es openoffice.org-help-es file-roller rhythmbox vlc mplayer brasero sun-java6-plugin sun-java6-jre && wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz && tar xzvf install_flash_player_10_linux. tar.gz && mv install_flash_player_10_linux/libflashplayer.so /usr/lib/iceweasel/plugins/

Con KDE:

apt-get install iceweasel konqueror gtk-chtheme kopete openoffice.org openoffice.org-help-es openoffice.org-kde openoffice.org-l10n-es amarok mplayer vlc ark k3b sun-java6-plugin sun-java6-jre && wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz && tar xzvf install_flash_player_10_linux.tar.gz && mv install_flash_player_10_linux/libflashplayer.so /usr/lib/iceweasel/plugins

UBUNTU 8.04, 8.10 y 9.04

Mirror Ubuntu Bogotá

Con GNOME:

sudo apt-get -q update; sudo apt-get upgrade -y; sudo apt-get install -y ubuntu-restricted-extras vlc emesene vlc-plugin-pulse

Con GNOME (Ubuntu, Ubuntu Studio, Ubuntu Netbook Remix):

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get -y -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update; sudo apt-get upgrade -y; sudo apt-get install -y ubuntu-restricted-extras non-free-codecs libdvdcss2 vlc emesene vlc-plugin-pulse

Con KDE (Kubuntu):

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get -y -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update; sudo apt-get upgrade -y; sudo apt-get install -y kubuntu-restricted-extras non-free-codecs libdvdcss2 firefox vlc vlc-plugin-pulse

Con XFCE (Xubuntu):

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get -y -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update; sudo apt-get upgrade -y; sudo apt-get install -y xubuntu-restricted-extras non-free-codecs libdvdcss2 vlc emesene vlc-plugin-pulse

Información adicional instaladores de Ubuntu: https://wiki.ubuntu.com/ColombianTeam/flisol2009/Instalacion