[lang_en]This is personal user guide for quick installation of Ubuntu 8.04 Hardy Heron desktop.[/lang_en]
[lang_cs]Toto je osobní uživatelská příručka na rychlou instalaci desktopu s Ubuntu 8.04 Hardy Heron.[/lang_cs]
[lang_en]
![]() |
Repositories configurationBefore we start installation proces we have to set package sources. |
- Backup repositories configuration file placed in path /etc/apt/sources.list
Run this command in the console:sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup
- Open file /etc/apt/sources.list for editing
Run this command in the console:gksu gedit /etc/apt/sources.list
- Put content below to the file
# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://cz.archive.ubuntu.com/ubuntu/ hardy main restricted deb-src http://cz.archive.ubuntu.com/ubuntu/ hardy main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://cz.archive.ubuntu.com/ubuntu/ hardy-updates main restricted deb-src http://cz.archive.ubuntu.com/ubuntu/ hardy-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://cz.archive.ubuntu.com/ubuntu/ hardy universe deb-src http://cz.archive.ubuntu.com/ubuntu/ hardy universe deb http://cz.archive.ubuntu.com/ubuntu/ hardy-updates universe deb-src http://cz.archive.ubuntu.com/ubuntu/ hardy-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://cz.archive.ubuntu.com/ubuntu/ hardy multiverse deb-src http://cz.archive.ubuntu.com/ubuntu/ hardy multiverse deb http://cz.archive.ubuntu.com/ubuntu/ hardy-updates multiverse deb-src http://cz.archive.ubuntu.com/ubuntu/ hardy-updates multiverse ## Uncomment the following two lines to add software from the 'backports' ## repository. ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. # deb http://cz.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse # deb-src http://cz.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. This software is not part of Ubuntu, but is ## offered by Canonical and the respective vendors as a service to Ubuntu ## users. deb http://archive.canonical.com/ubuntu hardy partner # deb-src http://archive.canonical.com/ubuntu hardy partner deb http://security.ubuntu.com/ubuntu hardy-security main restricted deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted deb http://security.ubuntu.com/ubuntu hardy-security universe deb-src http://security.ubuntu.com/ubuntu hardy-security universe deb http://security.ubuntu.com/ubuntu hardy-security multiverse deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse # Skype deb http://download.skype.com/linux/repos/debian/ stable non-free ## WineHQ deb http://wine.budgetdedicated.com/apt hardy main deb-src http://wine.budgetdedicated.com/apt hardy main ## VirtualBox #deb http://www.virtualbox.org/debian hardy non-free ## Medibuntu - Ubuntu 8.04 "Hardy Heron" ## Please report any bug on https://bugs.launchpad.net/medibuntu/ deb http://packages.medibuntu.org/ hardy free non-free deb-src http://packages.medibuntu.org/ hardy free non-free
- Save file
- Install signs of repository servers
Run console and run these commands:wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add - wget -q http://www.virtualbox.org/debian/innotek.asc -O- | sudo apt-key add -
- Update list of repositories
Run this command in the console:sudo apt-get update
![]() |
Systém updateAdept-notifier is notify you on new updates in graphic mode, but when you are in text console and you want to update system directly this guide is for you. |
- You have to update list of repositories at the start:
sudo apt-get update
- You can update your distro now by command:
sudo apt-get upgrade
- If you want to update complete distribution (e.g. when you wont upgrade from Kubuntu 6.04 to 6.10) use this command:
sudo apt-get dist-upgrade
![]() |
nVidia dirversOne of the most popular guides is nVidia driver installation process guide. You can find guide how to install nVidia driver at this place. |
Requirements
You have to set repositories before installation. Please see ‘Repositories configuration’
How to install nVidia driver
- Run this command in the console:
sudo apt-get update && sudo apt-get install nvidia-glx-new
- You have to backup your functional xorg.conf
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.orig
- You can set nvidia configuration now by this command:
sudo nvidia-xconfig
- The drivers should work after system or Xorg restart.
Test
You can test if driver is installed and configured correctly.
- Run console and run this command in graphic mode:
glxgears -printfps
- If you can see window contains gears, everything works fine (you can see FPS report in console)
Starting Xorg without nVidia logo
If you doesn’t want see nVidia logo when Xorg start, you have to do a small change in /etc/X11/xorg.conf file
- Run this command in the console:
gksu gedit /etc/X11/xorg.conf
- Find section looks like this:
Section "Device" Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]" Driver "nvidia" EndSection
- and add this line into the section
Option "NoLogo"
- the result should looks like this:
Section "Device" Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]" Driver "nvidia" Option "NoLogo" EndSection
LCD pivot configuration
If your LCD support pivot function you can enable this function by thius guide.
- Run this command in the console:
gksu gedit /etc/X11/xorg.conf
- Find section looks like this:
Section "Device" Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]" Driver "nvidia" EndSection
- and add this line into the section
Option "RandRRotation" "on"
- the result should looks like this:
Section "Device" Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]" Driver "nvidia" Option "RandRRotation" "on" EndSection
- You can set screen rotation in KDE control center.
![]() |
Configuration of Czech keyboard in Xorg.confYou can find guide how to set Czech QWERTY and English keyboard. |
Installation process
- Run this command in the console:
gksu gedit /etc/X11/xorg.conf
- You have to write root’s password. Then you will see gedit program with opened Xorg.conf file.
- Find in file section ‘ Section “InputDevice” ‘ related with keyboard.
This section should look like :Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbOptions" "lv3:ralt_switch" EndSection
- Please completely comment all lines in the section by using char ‘#’.
Section should look like :#Section "InputDevice" # Identifier "Generic Keyboard" # Driver "kbd" # Option "CoreKeyboard" # Option "XkbRules" "xorg" # Option "XkbModel" "pc105" # Option "XkbLayout" "us" # Option "XkbOptions" "lv3:ralt_switch" #EndSection
- Add new section below the commented one:
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us,cz" Option "XkbVariant" ",qwerty" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" EndSection
- Save file. That’s all.
You can switch keyboards by press combination of keys “SHFT + ALT” after the X server restart. When the LED diode “Scroll Lock” is highlighted you have activated Czech keyboard, when the LED is non highlighted you have enabled English keyboard.
![]() |
Installation of SkypeYou can have this popular communication program in your Linux too. Installation is very easy. |
Requirements
You have to set repositories before installation. Please see ‘Repositories configuration’
Installation process
- Run this command in the console:
sudo apt-get install skype
![]() |
Installation of web browser Firefox 2 and Flash plug-in |
Requirements
You have to set repositories before installation. Please see ‘Repositories configuration’
Installation process of Firefox 2
- Run this command in the console:
sudo apt-get install firefox-2 mozilla-firefox-locale-cs-cz
Installation process of Flash plug-in
- Run this command in the console:
sudo apt-get install flashplugin-nonfree msttcorefonts
![]() |
Mail client Thunderbird |
Requirements
You have to set repositories before installation. Please see ‘Repositories configuration’
Installation process
- Run this command in the console:
sudo apt-get install mozilla-thunderbird thunderbird-locale-cs
![]() |
How to install JAVA JRE a JDKA lot of programs use JAVA, because JAVA is fast, platform independent and full object language. If you want run or develop these programs you will need JRE or JDK installed. There is little guide. |
Requirements
You have to set repositories before installation. Please see ‘Repositories configuration’
Installation process of JRE (only running Java applications)
- Run this command in the console:
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts sun-java6-plugin
Installation process of JDK (running and develop of Java applications)
- Run this command in the console:
sudo apt-get install sun-java6-jdk sun-java6-plugin sun-java6-fonts sun-java6-plugin sun-java6-demo sun-java6-doc
Note: Before installation you must download JavaDOC from SUN site and save this file to /tmp folder, because deb package sun-java6-doc doesn’t contain documentation but only installation script.
![]() |
Installation of Adobe Acrobat ReaderOne of the most popular formats is PDF. If you want read documents in the PDF format you must install Adobe Acrobat Reader. |
Requirements
You have to set repositories before installation. Please see ‘Repositories configuration’
Installation process
- Run this command in the console:
sudo apt-get install acroread acroread-plugins
- Run installed “Adobe Acrobat Reader” and it should give you a message concerning a libgtkembedmoz.so. After you click OK it’ll give you a blank window with no options. Switch back to the previous window and select “Edit > Preferences > Internet”. In the “Select Browser” and “libgtkembedmoz Folder” area put in the following path:
/usr/lib/firefox
At this point you can save and close your changes and restart the application.
Adobe Reader should work without any errors now. - If you want integrate your Adobe Acrobat Reader to Firefox run this command:
sudo apt-get install mozilla-acroread
![]() |
Multimedia codecs and DVD playbackInstallation of codecs and DVD playback is simple as previous installations. |
Requirements
You have to set repositories before installation. Please see ‘Repositories configuration’
Installation process
- Run this command in the console:
sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse libxine1-ffmpeg w32codecs libdvdcss2 regionset gstreamer0.10-pitfdll
Tímto jediným příkazem nainstalujete všechny kodeky i podporu pro DVD.
- If you want play videos in your Firefoxu. Please run this command:
Run this command in the console:sudo apt-get install mozilla-mplayer
[/lang_en]
[lang_cs]
![]() |
Konfigurace repositřůPřed instalací jednotlivých programů si musíme korektně nastavit zdroje balíčků. |
- Zálohovat konfiguraci repositářů apt-get který se nachází v /etc/apt/sources.list
Spusťte konzoli a zadejte příkaz:sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup
- Otevřít soubor /etc/apt/sources.list pro editaci
Spusťte konzoli a zadejte příkaz:gksu gedit /etc/apt/sources.list
- Vložte následující řádky do souboru
# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://cz.archive.ubuntu.com/ubuntu/ hardy main restricted deb-src http://cz.archive.ubuntu.com/ubuntu/ hardy main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://cz.archive.ubuntu.com/ubuntu/ hardy-updates main restricted deb-src http://cz.archive.ubuntu.com/ubuntu/ hardy-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://cz.archive.ubuntu.com/ubuntu/ hardy universe deb-src http://cz.archive.ubuntu.com/ubuntu/ hardy universe deb http://cz.archive.ubuntu.com/ubuntu/ hardy-updates universe deb-src http://cz.archive.ubuntu.com/ubuntu/ hardy-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://cz.archive.ubuntu.com/ubuntu/ hardy multiverse deb-src http://cz.archive.ubuntu.com/ubuntu/ hardy multiverse deb http://cz.archive.ubuntu.com/ubuntu/ hardy-updates multiverse deb-src http://cz.archive.ubuntu.com/ubuntu/ hardy-updates multiverse ## Uncomment the following two lines to add software from the 'backports' ## repository. ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. # deb http://cz.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse # deb-src http://cz.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. This software is not part of Ubuntu, but is ## offered by Canonical and the respective vendors as a service to Ubuntu ## users. deb http://archive.canonical.com/ubuntu hardy partner # deb-src http://archive.canonical.com/ubuntu hardy partner deb http://security.ubuntu.com/ubuntu hardy-security main restricted deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted deb http://security.ubuntu.com/ubuntu hardy-security universe deb-src http://security.ubuntu.com/ubuntu hardy-security universe deb http://security.ubuntu.com/ubuntu hardy-security multiverse deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse # Skype deb http://download.skype.com/linux/repos/debian/ stable non-free ## WineHQ deb http://wine.budgetdedicated.com/apt hardy main deb-src http://wine.budgetdedicated.com/apt hardy main ## VirtualBox #deb http://www.virtualbox.org/debian hardy non-free ## Medibuntu - Ubuntu 8.04 "Hardy Heron" ## Please report any bug on https://bugs.launchpad.net/medibuntu/ deb http://packages.medibuntu.org/ hardy free non-free deb-src http://packages.medibuntu.org/ hardy free non-free
- Uložit soubor
- Nainstalovat podpisy jednotlivých repositářů
Spusťte konzoli a zadejte příkazy:wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add - wget -q http://www.virtualbox.org/debian/innotek.asc -O- | sudo apt-key add -
- Update repositářů
Spusťte konzoli a zadejte příkaz:sudo apt-get update
![]() |
Aktualizace systémuV grafickém prostředí nás na aktualizace upozorňuje adept-notifier, ale pokud se nacházíte v textové konzoli nebo chcete aktualizovat systém explicitně, je tento krátký návod právě pro Vás. |
- Před samotnou aktualizací systému musíme aktualizovat databázi balíčků. To provedeme příkazem:
sudo apt-get update
- Po samotné aktualizaci repositářů můžeme přistoupit k samotné aktualizaci naší distribuce
sudo apt-get upgrade
- Pokud chceme upgradovat celou distribuci (např. při změně repozitářů Kubuntu 6.04 na 6.10) použijeme příkaz
sudo apt-get dist-upgrade
![]() |
nVidia ovladačJedním z nejžádanějších návodů jsou postupy instalace grafických ovladačů. V této části si můžete přečíst jak nainstalovat grafický ovladač nVidia. |
Požadavky
Před instalací si musíte korektně nastavit repositář viz. ‘Konfigurace repositářů’
Postup instalace nVidia ovladače
- Spusťte konzoli a zadejte následující příkaz
sudo apt-get update && sudo apt-get install nvidia-glx-new
- Po nainstalování ovladačů provedeme změnu /etc/X11/xorg.conf
Nejdříve si zálohujeme původní verzisudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.orig
- A nyní změníme nastavení
sudo nvidia-xconfig
- Po restartu počítače by jste měli mít funkční nVidia ovladač.
Test
Nyní zjistíme zda vše funguje.
- Spusťte konzoli v grafickém prostředí a zadejte následující příkaz
glxgears -printfps
- Pokud vidíte okno s otáčejícími se ozubenými koly, vše funguje korektně. (v konzoli můžete sledovat výpis FPS)
Nastavení spouštění Xorg serveru bez loga nVidia
Pokud nechcete vidět logo nVidia při stratu X, musíte udělat malý zasah do /etc/X11/xorg.conf souboru
- Spusťte konzoli a zadejte následující příkaz
gksu gedit /etc/X11/xorg.conf
- V souboru nalzeněte sekci, která vypadá Spusťte konzoli a zadejte příkaz:podobně jako tato:
Section "Device" Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]" Driver "nvidia" EndSection
- a přidejte do ní řádek
Option "NoLogo"
- výsledkem tedy bude podobně vypadající zápis:
Section "Device" Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]" Driver "nvidia" Option "NoLogo" EndSection
Nastavení LCD pivot
Jestliže máte LCD s podporou funkce pivot, můžete ji povolit takto.
- Spusťte konzoli a zadejte následující příkaz
gksu gedit /etc/X11/xorg.conf
- V souboru nalezněte sekci, která vypadá podobně jako tato:
Section "Device" Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]" Driver "nvidia" EndSection
- a přidejte do ní řádek
Option "RandRRotation" "on"
- výsledkem tedy bude podobně vypadající zápis:
Section "Device" Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]" Driver "nvidia" Option "RandRRotation" "on" EndSection
- Nyní můžete v KDE control center nastavovat natočení obrazu.
![]() |
Nastavení české klávesnice v Xorg.confV tomoto textu si ukážeme jak snadno nastavit grafické prostředí abychom mohli přepínat mezi českou QWERTY a anglickou klávesnicí. |
Postup instalace
- Spusťte konzoli a zadejte následující příkaz
gksu gedit /etc/X11/xorg.conf
- Budete vyzváni k zadání rootovského hesla. Po správném zadání hesla se zobrazí gedit s otevřeným konfiguračním souborem Xorg.conf,
- Najděte v souboru sekci ‘ Section “InputDevice” ‘ tákající se klávesnice.
Dafaultně vypadá nějak takto:Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbOptions" "lv3:ralt_switch" EndSection
- Kompletně ji zakomentujte tím že před každý řádek vložíte znak #.
Po vaší úpravě bude sekce vypadat takto:#Section "InputDevice" # Identifier "Generic Keyboard" # Driver "kbd" # Option "CoreKeyboard" # Option "XkbRules" "xorg" # Option "XkbModel" "pc105" # Option "XkbLayout" "us" # Option "XkbOptions" "lv3:ralt_switch" #EndSection
- Nyní vložíme pod řádek ‘ #EndSection ‘ a následující text:
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us,cz" Option "XkbVariant" ",qwerty" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" EndSection
- Uložíme soubor a je hotovo.
Po restartu X serveru nebo počítače můžeme přepínat klávesnici mezi anglickou a českou. V naše případě bude anglické klávesnice výchozí a pomocí SHIFT+ALT můžeme mezi klávesnicemi přepínat. Pokud nám bude na klávesnici svítit LED dioda “Scroll Lock” máme aktivovanou českou klávesnici v opačném případě anglickou.
![]() |
Instalace komunikátoru SkypeTento populární kominikátor můžete mít i ve vašem Linuxu. Instalace je velice jednoduchá. |
Požadavky
Před instalací si musíte korektně nastavit repositář viz. ‘Konfigurace repositářů’
Postup instalace
- Spusťte konzoli a zadejte následující příkaz, který stáhne skype z internetu a nainstaluje jej.
sudo apt-get install skype
![]() |
Instalace webového prohlížeče Firefox 2 včetně Flash pluginuAbychom mohli plně využívat internet, potřebujeme k tomu kvalitní prohlížeč. Špičkou mezi prohlížeči je Firefox 2. My si nyní ukážeme jak jej nainstalovat. |
Požadavky
Před instalací si musíte korektně nastavit repositář viz. ‘Konfigurace repositářů’
Postup instalace Firefox 2
- Spusťte konzoli a zadejte následující příkaz, který se o vše postará sám.
sudo apt-get install firefox-2 mozilla-firefox-locale-cs-cz
Postup instalace Flash pluginu
- Spusťte konzoli (pokud jste ji již zavřeli) a zadejte následující příkaz
sudo apt-get install flashplugin-nonfree msttcorefonts
![]() |
Poštovní klient Thunderbird |
Požadavky
Před instalací si musíte korektně nastavit repositář viz. ‘Konfigurace repositářů’
Postup instalace
- Spusťte konzoli a zadejte následující příkaz:
sudo apt-get install mozilla-thunderbird thunderbird-locale-cs
![]() |
Jak nainstalovat JAVA JRE a JDKČím dál více programů je dnes psáno v tomto populárním objektovém jazyce. Jeho největší výhodou je jeho multiplatformnost. Abychom mohli spouštět programy psané v Jave, nainstalujeme si Java Runtime Environment (JRE). |
Požadavky
Před instalací si musíte korektně nastavit repositář viz. ‘Konfigurace repositářů’
Postup instalace pro používání Javy (jen runtime)
- Spusťte konzoli a zadejte následující příkaz:
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts sun-java6-plugin
Postup instalace pro vývoj v Java (runtime a SDK)
- Spusťte konzoli a zadejte následující příkaz:
sudo apt-get install sun-java6-jdk sun-java6-plugin sun-java6-fonts sun-java6-plugin sun-java6-demo sun-java6-doc
Pozn: Během instalace budete vyzváni ke stažení dokumentace ze stránek SUN a uložení tohot ZIP do /tmp. Je to z toho důvodu, že instalační deb balíček sun-java6-doc v sobě neobsahuje danou dokumentaci, ale jen instalační skript.
![]() |
Instalace Adobe Acrobat ReaderuJedním z nejpupolárnějších formátů pro šíření dokumentů je formát PDF. Abychom si jej mohli prhlédnout nainstalujeme si Adobe Acrobate Reader včetně pluginu do Firefoxu. |
Požadavky
Před instalací si musíte korektně nastavit repositář viz. ‘Konfigurace repositářů’
Postup instalace
Spusťte konzoli a zadejte příkaz:
- Spusťte konzoli a zadejte následující příkaz:
sudo apt-get install acroread acroread-plugins
- Spusťte nainstalovaný “Adobe Acrobat Reader” ten by měl zahlásit že mu chybí libgtkembedmoz.so. Po kliknutí na OK vám program ukáže prázdné okno. Přepněte se zpět do hlavního okna Acrobatu a vyberte v menu “Edit > Preferences > Internet”. Do oblasti “Select Browser” a “libgtkembedmoz Folder” vložte následující cestu:
/usr/lib/firefox
Restartujte program, nyní by měl Adobe Acrobat fungovat bez chyby.
- Pokud chcete mít Acrobat Reader integorvaný ve Vašem Firefoxu, spusťte ještě následující příkaz
sudo apt-get install mozilla-acroread
![]() |
Instalace multimediálních kodeků a přehrávání DVDDnes je nepředstavitelné, že bychom si nemohli přehrávat hudbu a videa na našem domácím počítači. O tuto radost vás samozřejmě neošidí ani Linux. Instalace je opět velice jednoduchá. |
Požadavky
Před instalací si musíte korektně nastavit repositář viz. ‘Konfigurace repositářů’
Postup instalace
- Spusťte konzoli a zadejte následující příkaz:
sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse libxine1-ffmpeg w32codecs libdvdcss2 regionset gstreamer0.10-pitfdll
Tímto jediným příkazem nainstalujete všechny kodeky i podporu pro DVD.
- Pokud by jste chtěli přehrávat videa i ve vašem Firefoxu. stačí aplikovat následující postup.
Spusťte konzoli a zadejte příkazsudo apt-get install mozilla-mplayer
[/lang_cs]