Ubuntu users guide applications
Материал из NNLUG Wiki.
Установка приложений
Как установить Демон буфера обмена для GNOME?
- Прочтите #Общие замечания
wget -c http://easylinux.info/uploads/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 & export EDITOR=gedit && crontab -e
- Добавьте следующую строку в конец файла
@reboot gnome-clipboard-daemon
- Сохраните редактируемый файл
Как установить J2SE Runtime Environment (JRE) и плагин для Mozilla Firefox
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install sun-java5-jre sun-java5-plugin echo 3 | sudo update-alternatives --config java
- При запросе согласитель с положениями лицензии DLJ
Как установить Flash Player (Macromedia Flash) Plug-in для Mozilla Firefox?
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install flashplugin-nonfree sudo update-flashplugin
- Перезапустите Mozilla Firefox
Как установить PDF Reader (Adobe Reader) и Plug-in для Mozilla Firefox?
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install acroread sudo apt-get install mozilla-acroread sudo apt-get install acroread-plugins
- Прочтите #Как обновить панель GNOME?
- Applications -> Office -> Adobe Reader
- Перезапустите Mozilla Firefox
Как установить менеджер закачек (Downloader for X)?
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install d4x
- Прочтите #Как обновить панель GNOME?
- Applications -> Internet -> Downloader for X
Как установить клиент FTP (gFTP)?
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install gftp
- Read # Как обновить панель GNOME?
- Applications -> Internet -> gFTP
Как установить программу предоставления доступа к файлам (DC++)?
- Прочтите #Общие замечания
wget -c http://easylinux.info/uploads/linuxdcpp.tar.gz sudo tar zxvf linuxdcpp.tar.gz -C /opt sudo gedit /usr/share/applications/dcpp.desktop
- Добавьте следующие строки в новый файл
[Desktop Entry] Encoding=UTF-8 Name=DC++ Exec=/opt/linuxdcpp/ldcpp Terminal=false Type=Application StartupNotify=true Icon=/opt/linuxdcpp/pixmaps/linuxdcpp.svg Categories=Application;Network;
- Сохраните редактируемый файл
- Applications -> Internet -> DC++
Как установить P2P-клиент сети BitTorrent (Azureus)?
- Прочтите #Общие замечания
- Read #How to install J2SE Runtime Environment (JRE) with Plug-in for Mozilla Firefox
wget -c http://kent.dl.sourceforge.net/sourceforge/azureus/Azureus_2.4.0.2_linux.tar.bz2 sudo tar jxvf Azureus_2.4.0.2_linux.tar.bz2 -C /opt sudo gedit /usr/share/applications/azureus.desktop
- Добавьте следующие строки в новый файл
[Desktop Entry] Name=Azureus Comment=A Bittorrent client Exec=/opt/azureus/azureus Icon=/opt/azureus/Azureus.png Terminal=false Type=Application Categories=Application;Network;
- Сохраните редактируемый файл
- Applications -> Internet -> Azureus
Как установить P2P-клиент eMule (aMule)?
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install amule
- Read #How to refresh GNOME panel
- Applications -> Internet -> aMule
Как установить P2P-клиент сети Gnutella (FrostWire)?
- Прочтите #Общие замечания
- Read #How to install J2SE Runtime Environment (JRE) with Plug-in for Mozilla Firefox
wget -c http://www.users.on.net/~stubby/FrostWire-4.10.9-2.i586.deb sudo dpkg -i FrostWire-4.10.9-2.i586.deb
- Applications -> Internet -> FrostWire
Как установить программу для обмена сообщениями (Skype)?
- Прочтите #Общие замечания
sudo gedit /etc/apt/sources.list
- Добавьте следующие строки в конец файла
## Repository for Skype deb http://download.skype.com/linux/repos/debian/ stable non-free
- Сохраните редактируемый файл
sudo apt-get update sudo apt-get install skype
- Applications -> Internet -> Skype
Как установить WinPopup (LinPopUp)?
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
- Read #How to install Samba Server for files/folders sharing service
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;
- Сохраните редактируемый файл
- Прочтите # Как обновить панель GNOME?
- Applications -> Accessories -> LinPopUp
Как установить кодеки мультимедиа?
Stubby Все известные кодеки работают кроме wmv
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install gstreamer0.10-ffmpeg sudo apt-get install gstreamer0.10-gl sudo apt-get install gstreamer0.10-plugins-base sudo apt-get install gstreamer0.10-plugins-good sudo apt-get install gstreamer0.10-plugins-bad sudo apt-get install gstreamer0.10-plugins-bad-multiverse sudo apt-get install gstreamer0.10-plugins-ugly sudo apt-get install gstreamer0.10-plugins-ugly-multiverse
How to install DVD playback capability
ironss: gstreamer dvd plugin is available as part of plugins-bad (or ugly?) and does not work reliably. However, Totem works with the xine backend to play back DVDs. This will keep you going until gstreamer gets dvd playback. Note that you do not have to install xine-ui or mplayer as suggested in
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install libdvdread3 sudo /usr/share/doc/libdvdread3/examples/install-css.sh sudo apt-get install totem-xine
Stubby: gstreamer dvd plugin not ported to dapper yet. following instructions will not work properly
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install libdvdcss2
How to install Multimedia Player (xine-ui)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
- Read #How to install Multimedia Codecs
- Read #How to install DVD playback capability
sudo apt-get install xine-ui
- Associate xine-ui to play multimedia files
gconftool-2 --type string --set /desktop/gnome/volume_manager/autoplay_dvd_command "xine dvd://" sudo rm -f /usr/share/applnk/Multimedia/xine.desktop sudo ln -fs /usr/share/xine/desktop/xine.desktop /usr/share/applications/ sudo cp /usr/share/applications/defaults.list /usr/share/applications/defaults.list_backup sudo sed -e 's/totem.desktop/xine.desktop/g' /usr/share/applications/defaults.list_backup > /tmp/defaults.list sudo mv /tmp/defaults.list /usr/share/applications/defaults.list
- Read #How to refresh GNOME panel
- Read #How to refresh GNOME desktop
- Applications -> Sound & Video -> xine
How to install VLC Multimedia player
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install vlc vlc-plugin-*
- Applications -> Sound and Video -> VLC Media Player
How to install Multimedia Player (Totem) with Plug-in for Mozilla Firefox
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
- Read #How to install Multimedia Codecs
- Read #How to install DVD playback capability
sudo apt-get install totem-gstreamer-firefox-plugin
- Restart Mozilla Firefox
How to install Multimedia Player (XMMS)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
- Read #How to install Multimedia Codecs
sudo apt-get install xmms sudo apt-get install xmms-skins wget -c http://easylinux.info/uploads/xmms-wma_1.0.4-2_i386.deb sudo dpkg -i xmms-wma_1.0.4-2_i386.deb
- Associate XMMS to play MP3/M3U/WAV files
sudo cp /usr/share/applications/defaults.list /usr/share/applications/defaults.list_backup sudo cp /usr/share/applications/defaults.list /tmp/defaults.list_tmp sudo sed -e 's/audio\/mpeg=.*/audio\/mpeg=XMMS.desktop/g' /tmp/defaults.list_tmp > /tmp/defaults.mp3 sudo sed -e 's/audio\/x-mpegurl=.*/audio\/x-mpegurl=XMMS.desktop/g' /tmp/defaults.mp3 > /tmp/defaults.m3u sudo sed -e 's/audio\/x-wav=.*/audio\/x-wav=XMMS.desktop/g' /tmp/defaults.m3u > /tmp/defaults.list sudo mv /tmp/defaults.list /usr/share/applications/defaults.list sudo rm -f /tmp/defaults.*
- Read #How to refresh GNOME panel
- Read #How to refresh GNOME desktop
- Applications -> Sound & Video -> XMMS
Как установить мультимедиа плеер (amaroK)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
- Прочтите #How to install Multimedia Codecs
sudo apt-get install amarok
- Applications -> Sound & Video -> amaroK
How to install Multimedia Player (RealPlayer 10)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install realplay
- Note: 'realplay' installs RealPlayer 10 from PLF repo. 'realplayer' installs RealPlayer 8 from multiverse.
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> RealPlayer 10
How to install Stream Directory Browser (streamtuner)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install streamtuner sudo apt-get install streamripper
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> streamtuner
How to install Music Organizer (Cowbell)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install cowbell
- Applications -> Sound & Video -> Cowbell Music Organizer
How to install ID3 Tag Editor (EasyTAG)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install easytag
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> EasyTAG
How to install Video Editor (Kino)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
- Read #How to install Multimedia Codecs
sudo apt-get install kino sudo apt-get install kinoplus sudo apt-get install kino-timfx sudo apt-get install kino-dvtitler
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> Kino Video Editor
How to install Audio Editor (Audacity)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
- Read #How to install Multimedia Codecs
sudo apt-get install audacity
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> Audacity
How to install DVD Ripper (dvd::rip)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
- Read #How to install Multimedia Codecs
- Read #How to install DVD playback capability
- Read #How to install Multimedia Player (MPlayer) with Plug-in for Mozilla Firefox
- Read #How to install RAR Archiver (rar)
sudo apt-get install dvdrip sudo apt-get install vcdimager sudo apt-get install cdrdao sudo apt-get install subtitleripper sudo ln -fs /usr/bin/rar /usr/bin/rar-2.80 sudo gedit /usr/share/applications/dvdrip.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=dvd::rip Comment=dvd::rip Exec=dvdrip Icon=/usr/share/perl5/Video/DVDRip/icon.xpm Terminal=false Type=Application Categories=Application;AudioVideo;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> dvd::rip
How to install CD Ripper (Goobox)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
- Read #How to install Multimedia Codecs
sudo apt-get install goobox sudo rm -f /usr/share/applications/goobox.desktop sudo gedit /usr/share/applications/goobox.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=CD Player & Ripper Comment=Play and extract CDs Exec=goobox Icon=goobox.png Terminal=false Type=Application Categories=Application;AudioVideo;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> CD Player & Ripper
How to install Image Viewer (digiKam)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install digikam
- Applications -> Graphics -> digikam
How to install Email Client (Mozilla Thunderbird)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install mozilla-thunderbird
- Read #How to refresh GNOME panel
- Applications -> Internet -> Thunderbird Mail Client
How to install Newsreader (Pan)
- Прочтите #Общие замечания
wget -c http://www.users.on.net/~stubby/pan_0.99_i386.deb sudo apt-get install libgmime2.1 sudo dpkg -i pan_0.99_i386.deb
- Read #How to refresh GNOME panel
- Applications -> Internet -> Pan Newsreader
How to install RSS/RDF/Atom Newsreader (RSSOwl)
- Прочтите #Общие замечания
- Read #How to install J2SE Runtime Environment (JRE) with Plug-in for Mozilla Firefox
wget -c http://easylinux.info/uploads/rssowl_linux_1_1_3_bin.tar.gz sudo tar zxvf rssowl_linux_1_1_3_bin.tar.gz -C /opt/ sudo chown -R root:root /opt/rssowl_linux_1_1_3_bin/ sudo gedit /usr/bin/runRSSOwl.sh
- Insert the following lines into the new file
export MOZILLA_FIVE_HOME=/usr/lib/mozilla-firefox
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH}
cd /opt/rssowl_linux_1_1_3_bin/
./run.sh
- Save the edited file
sudo chmod +x /usr/bin/runRSSOwl.sh sudo gedit /usr/share/applications/RSSOwl.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=RSSOwl Comment=RSSOwl Exec=runRSSOwl.sh Icon=/opt/rssowl_linux_1_1_3_bin/rssowl.xpm Terminal=false Type=Application Categories=Application;Network;
- Save the edited file
- Applications -> Internet -> RSSOwl
How to install Web Authoring System (Nvu)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install nvu sudo rm -f /usr/share/applications/nvu.desktop sudo gedit /usr/share/applications/nvu.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=Nvu Comment=Web Development Editor Exec=nvu Icon=nvu.xpm Terminal=false Type=Application Categories=Application;Network;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Internet -> Nvu
How to install Web Development Environment (quanta plus)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install quanta
- Applications -> Programming -> Quanta Plus
How to install Project Management Application (Planner)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install planner
- Read #How to refresh GNOME panel
- Applications -> Office -> Project Management
How to install Accounting Application (GnuCash)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install gnucash sudo rm -fr /usr/share/gnome/apps/Applications/ sudo gedit /usr/share/applications/GnuCash.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=GnuCash Comment=GnuCash Personal Finance Exec=gnucash Icon=/usr/share/pixmaps/gnucash/gnucash-icon.png Terminal=false Type=Application Categories=Application;Office;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Office -> GnuCash
How to install Desktop Publishing Application (Scribus)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install scribus
- Read #How to refresh GNOME panel
- Applications -> Office -> Scribus
How to install Diagram Editor (Dia)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install dia-gnome
- Read #How to refresh GNOME panel
- Applications -> Graphics -> Dia
How to install Compiled HTML Help (CHM) Viewer (xCHM)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install xchm
- Read #How to refresh GNOME panel
- Applications -> Graphics -> xCHM
How to install CD/DVD Burning Application (GnomeBaker)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install gnomebaker
- Read #How to refresh GNOME panel
- Applications -> Accessories -> GnomeBaker CD/DVD Creator
How to install CD/DVD Burning Application (K3b)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install k3b k3b-mp3
- Applications -> Sound & Video -> K3b
How to install Dialup PPP Client (GNOME PPP)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install gnome-ppp
- Read #How to refresh GNOME panel
- Applications -> Internet -> GNOME PPP
How to install Broadband ADSL/PPPoE Client (RP-PPPoE)
wget -c http://easylinux.info/uploads/rp-pppoe-3.6.tar.gz sudo tar zxvf rp-pppoe-3.6.tar.gz -C /opt/ sudo chown -R root:root /opt/rp-pppoe-3.6/ sudo gedit /usr/share/applications/RP-PPPoE.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=RP-PPPoE Comment=RP-PPPoE Exec=gksudo /opt/rp-pppoe-3.6/go-gui Icon= Terminal=false Type=Application Categories=Application;Network;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Internet -> RP-PPPoE
How to install Boot-Up Manager (BUM)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install bum
- Read #How to refresh GNOME panel
- System -> Administration -> Boot-Up Manager
How to install Partition Editor (GParted)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install gparted
- Read #How to refresh GNOME panel
- Applications -> System Tools -> GParted
How to install Firewall (Firestarter)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install firestarter
- Read #How to refresh GNOME panel
- Applications -> System Tools -> Firestarter
How to install network traffic analyzer (Ethereal)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install ethereal
- Applications -> Internet -> Ethereal
How to install Vulnerability Scanner (Nessus)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install nessus sudo apt-get install nessusd sudo nessus-adduser sudo ln -fs /etc/init.d/nessusd /etc/rc2.d/S20nessusd sudo /etc/init.d/nessusd start sudo gedit /usr/share/applications/Nessus.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=Nessus Comment=Nessus Exec=nessus Icon=/usr/share/pixmaps/nessus.xpm Terminal=false Type=Application Categories=Application;System;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> System Tools -> Nessus
How to install RAR Archiver (rar)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install rar sudo ln -fs /usr/bin/rar /usr/bin/unrar
- Applications -> Accessories -> Archive Manager
How to install Extra Fonts
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
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 gsfonts-x11 sudo apt-get install msttcorefonts sudo fc-cache -f -v
- Save the edited file
- Read #How to restart GNOME without rebooting computer
- Note: Ubuntu Dapper comes with the DejaVu fonts (derived from Bitstream Vera) and provides adequate support for Latin, Greek and Cyrillic based languages.
How to install Chinese Input Method (SCIM)
The following advices are outdated and it could be hard to revert to normal afterwards. Please follow instead the official Ubuntu 6.06 Dapper Drake guide at https://wiki.ubuntu.com/InputMethods/SCIM/CJK_Chinese_Japanese_Korean_Input_Method_configuration_using_SCIM_in_Ubuntu_6%2e06_Dapper_Drake
Please note that scim is now installed by default in Dapper, and installing Chinese, Japanese or Korean Support is done using System>Administration>Language Support. The wiki details the method more thoroughly
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
- Read #How to install Extra Fonts
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 -c http://easylinux.info/uploads/fireflysung-1.3.0.tar.gz sudo tar zxvf fireflysung-1.3.0.tar.gz -C /usr/share/fonts/truetype/ sudo chown -R root:root /usr/share/fonts/truetype/fireflysung-1.3.0/ sudo fc-cache -f -v
- System -> Preferences -> SCIM Input Method Setup
- To activate SCIM
Press 'Ctrl + Space'
How to install Desktop Applets (gDesklets)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install gdesklets sudo apt-get install gdesklets-data
- Read #How to refresh GNOME panel
- Applications -> Accessories -> gDesklets
- For more info see: http://gdesklets.gnomedesktop.org/
How to install Basic Compilers (build-essential)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install build-essential
How to install Integrated Development Environment (Anjuta)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install anjuta
- Applications -> Programming -> Anjuta IDE
How to install 3D modeling tool (Blender 3d)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install blender
- Applications -> Graphics -> Blender 3D modeller
How to install game Tuxracer
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install planetpenguin-racer planetpenguin-racer-data planetpenguin-racer-extras
- Applications -> Games -> planetpenguin-racer
How to install game Frozen-Bubble
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install frozen-bubble
- Applications -> Games -> Frozen-Bubble
How to install game Scorched3D
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install scorched3d sudo gedit /usr/share/applications/scorched3d.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=Scorched 3D Comment=A 3D Remake Of Scorched Earth Exec=scorched3d Icon= Terminal=false Type=Application Categories=Application;Game;ArcadeGame;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Games -> Scorched 3D
How to install virtual planetarium (Stellarium)
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install stellarium sudo gedit /usr/share/applications/stellarium.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=Stellarium Comment=Virtual planetarium Exec=stellarium Terminal=false Type=Application Categories=Application;Education;
- Applications -> Education -> Stellarium
How to install KDE Edutainment applications
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo apt-get install kdeedu
- Applications -> Education -> ...
How to install Wine
- Прочтите #Общие замечания
- Прочтите #Как подключить дополнительные репозитарии?
sudo gedit /etc/apt/sources.list
- Add the following lines at the end of this file
# Repository for wine deb http://wine.sourceforge.net/apt binary/ deb-src http://wine.sourceforge.net/apt source/
- Save the edited file
sudo apt-get update sudo apt-get install wine
- For more info see http://www.winehq.com/

