Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: cheatty92 01 Ledna 2007, 18:26:46
-
Zdravím. Po hledání zde na foru jsem bohužel nenašel odpověď. A proto se ptám.
Při instalaci balíčku pluginů pro Gstreamer na 6.06 (Dapper) mi to vypíše Error: Dependency is not satisfiable: libc6
Přitom knihovnu libc6 mám nainstalovanou verze 2.3.6-0ubuntu20
Dokážete poradit
-
nemas nejakou jinou verzi nez to vyzaduje?
-
1/ Jake repozitare mate nastavene? Poslete vypis souboru /etc/apt/sources.list.
2/ Jake konkretni balicky s pluginy jste instaloval?
3/ Jak jste tyto balicky instaloval?
-
1/ Jake repozitare mate nastavene? Poslete vypis souboru /etc/apt/sources.list.
2/ Jake konkretni balicky s pluginy jste instaloval?
3/ Jak jste tyto balicky instaloval?
1)
deb http://cz.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://cz.archive.ubuntu.com/ubuntu/ dapper main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://cz.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://cz.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## 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/ dapper universe
# deb-src http://cz.archive.ubuntu.com/ubuntu/ dapper universe
## 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/ dapper-backports main restricted universe multiverse
# deb-src http://cz.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
# deb http://security.ubuntu.com/ubuntu dapper-security universe
# deb-src http://security.ubuntu.com/ubuntu dapper-security universe
2) instaloval jsem balicky:
w32codecs (win32 Binary Codecs) - bez problémů
gstreamer0.10-plugins-ugly - problém viz. ta knihovna libc6
pak jsem to vzdal
3) intsaloval jsem je pomocí Systém-Správa-Synaptic - respektive v adresáři jsem kliknul na balíček s příponou .deb a objevil se tento nástroj pro instalaci
-
Doporucuji k prostudovani odkazy z meho podpisu. Mate povolene pouze repozitare main a restricted. Balicek gstreamer0.10-plugins-ugly se ale nachazi v repozitari universe a zavisi na dalsich balicich, ktere se nachazeji v repozitarich universe nebo multiverse. Povolte vsechny repozitare, provedte
sudo apt-get updatea nainstalujte gstreamer0.10-plugins-ugly znovu bud ze Synapticu, nebo prikazem sudo apt-get install gstreamer0.10-plugins-ugly
-
Děkuji. Po nastavení sources.list vše proběhlo v pořádku a výše jmenovaný balíček je nainstalován.