Locked History Actions

Diff for "OneLiners"

Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2009-04-22 21:05:09
Size: 2710
Comment: Cambios adicionales a Ubuntu
Revision 8 as of 2009-04-22 21:16:28
Size: 2746
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
{{{
Line 8: Line 9:
}}}
Line 10: Line 11:
{{{
Line 11: Line 13:
}}}
Line 13: Line 16:
Line 14: Line 18:
{{{
Line 15: Line 20:
}}}
Line 17: Line 22:
{{{
Line 18: Line 24:

== Ubuntu 8.10 y 9.04 ==
}}}
== UBUNTU 8.04, 8.10 y 9.04 ==
Line 21: Line 27:
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; sudo apt-get install non-free-codecs {{{
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 }}}
Line 24: Line 31:
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; sudo apt-get install non-free-codecs {{{
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
}}}
Line 27: Line 35:
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; sudo apt-get install non-free-codecs {{{
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
}}}

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 gnome firefox pidgin openoffice-base openoffice-es file-roller rhythmbox vlc mplayer brasero k3b flashplugin jre

Para KDE:

pacman -Sy 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

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 

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

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