Script d’installation de Logiciel Pour Ubuntu

Vous venez de finir d’installer ubuntu, et vous ne savez pas quoi installer ensuite ? Et bien je vous propose mon script d’installation. Il s’occupe d’ajouter des dépôts (attention, il y a des dépôts non libre. Je préviens pour les puristes), de mettre a jour le système, puis d’installer toute une série de logiciel. Le script ne sera pas très bavard (c’est le but) mais il faudra quand même accepter quelques conditions d’utilisation, comme pour JAVA ou Google Earth. Je vous conseil quand même de le télécharger et de le modifier pour correspondre au mieux à vos besoins.

Si vous me faites confiance (aille !!) il suffit d’executer ces quelques commandes :

wget http://blog.lyrixx.info/wp-content/uploads/2010/02/install.sh.txt
mv install.sh.txt install.sh
chmod +x install.sh
sudo ./install.sh

J’utilise d’autres logiciels qui ne sont ni dans les dépôts officiels, ni dans les PPA. Pour les installer j’utilise Ailurus quand c’est possible. je vous invite a lire mon article sur Ailurus.

Sinon le script est le suivant :

#!/bin/sh

cp /etc/apt/sources.list /etc/apt/sources.list.back

## Chromium
# https://launchpad.net/~chromium-daily/+archive/beta
add-apt-repository ppa:chromium-daily/beta

## VLC
# https://launchpad.net/~c-korn/+archive/vlc
add-apt-repository ppa:c-korn/vlc

## medibuntu
# https://launchpad.net/~medibuntu-maintainers/+archive/ppa
wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list

## gstreamer
# https://launchpad.net/~gstreamer-developers/+archive/ppa
add-apt-repository ppa:gstreamer-developers/ppa

## WineHQ
# http://www.winehq.org/download/deb
add-apt-repository ppa:ubuntu-wine/ppa

## WinFF
# https://launchpad.net/~paul-climbing/+archive/ppa
add-apt-repository ppa:paul-climbing/ppa

## Ubuntu Tweak
# https://launchpad.net/~ubuntu-tweak-testing/+archive/ppa
add-apt-repository ppa:ubuntu-tweak-testing/ppa

## Piding
# https://launchpad.net/~pidgin-developers/+archive/ppa
add-apt-repository ppa:pidgin-developers/ppa

## Cairo Dock
# https://launchpad.net/~cairo-dock-team/+archive/ppa
add-apt-repository ppa:cairo-dock-team/ppa

## Virtual Box
# http://www.virtualbox.org/wiki/Linux_Downloads
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- |  apt-key add -
echo "deb http://download.virtualbox.org/virtualbox/debian karmic non-free" >> /etc/apt/sources.list

## Lottanzb
# https://launchpad.net/~lottanzb/+archive/ppa
add-apt-repository ppa:lottanzb/ppa

## Get Deb
# https://launchpad.net/~getdeb-package-managers/+archive/ppa
add-apt-repository ppa:getdeb-package-managers/ppa
# http://www.getdeb.net/updates/ubuntu/9.10/
echo "deb http://archive.getdeb.net/ubuntu karmic-getdeb apps" >> /etc/apt/sources.list
wget -q -O- http://archive.getdeb.net/getdeb-archive.key | apt-key add -

## Ailurus
# https://launchpad.net/~ailurus/+archive/ppa
add-apt-repository ppa:ailurus/ppa

## Google Testing Respo
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A040830F7FAC5991
echo "deb http://dl.google.com/linux/deb/ testing non-free " >> /etc/apt/sources.list

apt-get update
apt-get upgrade

## Client IM
apt-get -y install pidgin pidgin-extprefs pidgin-guifications pidgin-plugin-pack pidgin-hotkeys pidgin-otr pidgin-facebookchat
## Amélioration de Gimp
apt-get -y install gimp-data-extras gimp-dcraw
## Amélioration d'Ubuntu (codec, java, flash, nautilus)
apt-get -y install ubuntu-restricted-extras non-free-codecs language-support-fr preload gphoto2 gphotofs nautilus-open-terminal  nautilus-gksu nautilus-actions sun-java6-jre  sun-java6-plugin sun-java6-jdk
## Compiz fusion
apt-get -y install compizconfig-settings-manager fusion-icon
## Logiciel pour personnaliser Ubuntu
apt-get -y install ubuntu-tweak fslint ailurus
## Logiciel de gravure, iso
apt-get -y install gmountiso #k3b
## Gnome Do
apt-get -y install gnome-do gnome-do-plugins
## Cairo Dock
apt-get -y install cairo-dock
## Info Système
apt-get -y install htop hardinfo
## Outils Réseau, sécurité
apt-get -y install grsync rsync sshfs synergy quicksynergy aircrack-ng wireshark nmap zenmap
## Logiciel son, vidéo
apt-get -y install easytag ario soundconverter vlc
## Logiciel Web
apt-get -y install filezilla amule amsn deluge hellanzb lottanzb chromium-browser #skype opera
## Gestion de projet
apt-get -y install planner
## Developpement
apt-get -y install geany
## Divertissement
apt-get -y install googleearth picasa
## Divers
apt-get -y install pdfedit
## Virtualisation
apt-get -y install virtualbox-3.1 #wine
##LAMP
apt-get -y install apache2 apache2-doc mysql-server php5 php5-cli php-pear libapache2-mod-php5 php5-mysql phpmyadmin openssh-server

Articles en rapport :


Et on peut meme partager l'article:

  • Print
  • Twitter
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • Netvibes
  • Blogosphere News
  • Identi.ca
  • LinkedIn
  • Technorati
  • Wikio FR
  • Yahoo! Buzz
  • Ping.fm

2 Tweets

2 Commentaires

lyrixxfévrier 5th, 2010 at 9 h 00 min

{post} : #Script d’#installation de Logiciel Pour #Ubuntu http://goo.gl/fb/SHbJ #automatique

This comment was originally posted on Twitter

lyrixxfévrier 21st, 2010 at 16 h 53 min

En train de reinstaller son gros pc… il prend cher le coco avec un bon script d’install http://bit.ly/bqpRa4 #ubuntu

This comment was originally posted on Twitter

Laisser un commentaire

Votre commentaire :

Additional comments powered by BackType