Q : Comment installer un éditeur de menu pour GNOME ?
wget http://myosc.org/ubuntuguide/menueditor_0.4.3ubuntu1_all.deb sudo dpkg -i menueditor_0.4.3ubuntu1_all.deb
Q : Comment installer un presse-papier dans GNOME ?
wget http://myosc.org/ubuntuguide/gnome-clipboard-daemon-1.0.bin.tar.bz2 sudo tar jxvf gnome-clipboard-daemon-1.0.bin.tar.bz2 -C /usr/bin/ sudo chown root:root /usr/bin/gnome-clipboard-daemon sudo chmod 755 /usr/bin/gnome-clipboard-daemon sudo gnome-clipboard-daemon &
Onglet Programmes au démarrage -> Ajouter Commande de démarrage: gnome-clipboard-daemon Ordre: 80
Q : Comment installer J2SE Runtime Environment (JRE) avec son plug-in pour Mozilla Firefox ?
wget http://myosc.org/ubuntuguide/jre-1_5_0_02-linux-i586.bin sh jre-1_5_0_02-linux-i586.bin sudo mkdir /usr/java sudo mv jre1.5.0_02/ /usr/java/ sudo chown -R root:root /usr/java/jre1.5.0_02/ sudo ln -s /usr/java/jre1.5.0_02/bin/java /usr/bin/java sudo ln -s /usr/java/jre1.5.0_02/bin/java_vm /usr/bin/java_vm sudo ln -s /usr/java/jre1.5.0_02/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/ sudo ln -s /usr/java/jre1.5.0_02/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla-firefox/plugins/ java -version
Q : Comment installer le plug-in Flash (Macromedia Flash) pour Mozilla Firefox ?
sudo apt-get install flashplayer-mozilla
Q : Comment installer PDF Reader (Adobe Reader) avec son plug-in pour Mozilla Firefox ?
sudo apt-get install acroread
sudo apt-get install mozilla-acroread
Q : Comment installer un gestionnaire de téléchargements (Downloader for X) ?
sudo apt-get install d4x
Q : Comment installer un client FTP (gFTP) ?
sudo apt-get install gftp
Q : Comment installer un client P2P BitTorrent (Azureus) ?
wget http://myosc.org/ubuntuguide/Azureus_2.2.0.2_linux.GTK.tar.bz2 sudo tar jxvf Azureus_2.2.0.2_linux.GTK.tar.bz2 -C /opt/ sudo chown -R root:root /opt/azureus/ sudo gedit /usr/share/applications/Azureus.desktop
[Desktop Entry]
Name=Azureus
Comment=Azureus
Exec=/opt/azureus/azureus
Icon=/opt/azureus/Azureus.png
Terminal=false
Type=Application
Categories=Application;Network;
Q : Comment installer un client P2P eMule (aMule) ?
sudo apt-get install amule
Q : Comment installer un client P2P Gnutella (LimeWire) ?
wget http://myosc.org/ubuntuguide/LimeWireSoftOther.zip sudo unzip LimeWireSoftOther.zip -d /opt/ sudo chown -R root:root /opt/LimeWire/ sudo gedit /usr/bin/runLime.sh
cd /opt/LimeWire/
./runLime.sh
sudo chmod +x /usr/bin/runLime.sh
sudo gedit /usr/share/applications/LimeWire.desktop
[Desktop Entry]
Name=LimeWire
Comment=LimeWire
Exec=runLime.sh
Icon=/opt/LimeWire/LimeWire.ico
Terminal=false
Type=Application
Categories=Application;Network;
Q : Comment installer un logiciel de téléphonie voIP (Skype) ?
sudo apt-get install libqt3c102-mt
wget http://myosc.org/ubuntuguide/skype_1.1.0.3-1_i386.deb sudo dpkg -i skype_1.1.0.3-1_i386.deb
Q : Comment installer WinPopup (LinPopUp) ?
sudo apt-get install linpopup
sudo gedit /usr/share/applications/linpopup.desktop
[Desktop Entry]
Name=LinPopUp
Comment=LinPopUp
Exec=linpopup
Icon=/usr/share/pixmaps/linpopup.xpm
Terminal=false
Type=Application
Categories=Application;Utility;
Q : Comment installer les codecs multimédia ?
sudo apt-get install gstreamer0.8-plugins
sudo apt-get install w32codecs
Q : Comment installer la lecture de DVD ?
sudo apt-get install libdvdcss2
Q : Comment installer un lecteur multimédia (xine-ui) ?
sudo apt-get install xine-ui
Q : Comment installer un lecteur multimédia (MPlayer) avec son plug-in pour Mozilla Firefox ?
sudo apt-get -t hoary install mplayer-386
sudo apt-get -t hoary install mplayer-fonts
sudo apt-get -t hoary install mozilla-mplayer
Q : Comment installer un lecteur multimédia (XMMS) ?
sudo apt-get install xmms
Q : Comment installer un lecteur multimédia (RealPlayer) ?
wget http://myosc.org/ubuntuguide/realplay-10.0.4.750-linux-2.2-libc6-gcc32-i586.bin chmod +x realplay-10.0.4.750-linux-2.2-libc6-gcc32-i586.bin sudo ./realplay-10.0.4.750-linux-2.2-libc6-gcc32-i586.bin ... Enter the complete path to the directory where you want RealPlayer to be installed. You must specify the full pathname of the directory and have write privileges to the chosen directory. Directory: [/home/chua/RealPlayer]: /opt/RealPlayer You have selected the following RealPlayer configuration: Destination: /opt/RealPlayer Enter [F]inish to begin copying files, or [P]revious to go back to the previous prompts: [F]: F Copying RealPlayer files...configure system-wide symbolic links? [Y/n]: Y enter the prefix for symbolic links [/usr]: /usr ...
Q : Comment installer Stream Directory Browser (streamtuner) ?
sudo apt-get install streamtuner
Q : Comment installer un éditeur vidéo (Kino) ?
sudo apt-get install kino
Q : Comment installer un éditeur audio (Audacity) ?
sudo apt-get install audacity
Q : Comment installer client mail (Mozilla Thunderbird) ?
sudo apt-get install mozilla-thunderbird
Q : Comment installer un lecteur de news (Pan) ?
sudo apt-get install pan
Q : Comment installer un lecteur de fils RSS/RDF/Atom (RSSOwl) ?
wget http://myosc.org/ubuntuguide/rssowl_linux_1_1_bin.tar.gz sudo tar zxvf rssowl_linux_1_1_bin.tar.gz -C /opt/ sudo chown -R root:root /opt/rssowl_linux_1_1_bin/ sudo gedit /usr/bin/runRSSOwl.sh
cd /opt/rssowl_linux_1_1_bin/
./run.sh
sudo chmod +x /usr/bin/runRSSOwl.sh
sudo gedit /usr/share/applications/RSSOwl.desktop
[Desktop Entry]
Name=RSSOwl
Comment=RSSOwl
Exec=runRSSOwl.sh
Icon=/opt/rssowl_linux_1_1_bin/rssowl.xpm
Terminal=false
Type=Application
Categories=Application;Network;
Q : Comment installer un éditeur HTML (Nvu) ?
wget http://myosc.org/ubuntuguide/nvu-1.0PR-pc-linux2.6.10-gnu.tar.bz2 sudo tar jxvf nvu-1.0PR-pc-linux2.6.10-gnu.tar.bz2 -C /opt/ sudo chown -R root:root /opt/nvu-1.0PR/ sudo gedit /usr/share/applications/Nvu.desktop
[Desktop Entry]
Name=Nvu
Comment=Nvu
Exec=/opt/nvu-1.0PR/nvu
Icon=/opt/nvu-1.0PR/icons/mozicon50.xpm
Terminal=false
Type=Application
Categories=Application;Office;
Q : Comment installer un gestionnaire de projet (Planner) ?
sudo apt-get install planner
Q : Comment installer un logiciel de PAO (Scribus) ?
sudo apt-get install scribus
Q : Comment installer un logiciel de gravure CD/DVD (GnomeBaker) ?
sudo apt-get install gnomebaker
Q : Comment installer un logiciel de partitionnement (GParted) ?
sudo apt-get install gparted
Q : Comment installer un firewall (Firestarter) ?
sudo apt-get install firestarter
Q : Comment installer un logiciel de compression RAR (rar) ?
sudo apt-get install rar
Q : Comment installer des polices supplémentaires ?
sudo apt-get install xfonts-intl-arabic
sudo apt-get install xfonts-intl-asian
sudo apt-get install xfonts-intl-chinese
sudo apt-get install xfonts-intl-chinese-big
sudo apt-get install xfonts-intl-european
sudo apt-get install xfonts-intl-japanese
sudo apt-get install xfonts-intl-japanese-big
sudo apt-get install xfonts-intl-phonetic
sudo apt-get install msttcorefonts
Q : Comment installer Chinese Input Method (SCIM) ?
sudo apt-get install scim
sudo apt-get install scim-chinese
sudo apt-get install scim-config-socket
sudo apt-get install scim-gtk2-immodule
sudo apt-get install scim-tables-zh
wget http://myosc.org/ubuntuguide/fireflysung-1.3.0.tar.gz tar zxvf fireflysung-1.3.0.tar.gz sudo cp fireflysung-1.3.0/fireflysung.ttf /usr/share/fonts/truetype/ sudo fc-cache -f -v
Appuyer sur [Ctrl]+[Espace]
Q : Comment installer un jeu (Frozen-Bubble) ?
sudo apt-get install frozen-bubble
Q : Comment installer un compilateur (build-essential) ?
sudo apt-get install build-essential