Strona 1 z 1

Unrar - problem z instalacją/wypakowywaniem

: 22 marca 2008, 14:02
autor: mekosx
Witam. Mam debiana 4.0r3 (wersja amd64) i gdy wstukuję w terminalu apt-get install unrar wyskakuje cos takiego:

Kod: Zaznacz cały

Reading package lists... Done
Building dependency tree... Done
Package unrar is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
W: Couldn't stat source package list [url]http://wine.budgetdedicated.com[/url] etch/main Packages (/var/lib/apt/lists/wine.budgetdedicated.com_apt_dists_etch_main_binary-amd64_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list [url]http://wine.budgetdedicated.com[/url] etch/main Packages (/var/lib/apt/lists/wine.budgetdedicated.com_apt_dists_etch_main_binary-amd64_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Package unrar has no installation candidate
Spróbowałem wbić apt-get install unrar-free, udało się, ale wyskoczyły jakies błędy (nie pamiętam jakie). Teraz gdy wydaję polecenie, np.

Kod: Zaznacz cały

unrar e /home/janek/archiwum.rar
wyskakuje coś takiego:

Kod: Zaznacz cały

unrar: /lib32/libc.so.6: version `GLIBC_2.4' not found (required by unrar)
Jak wypakować rara pod debianem 64-bitowym?
Dodam że wcześniej miałem wersję 32-bitową (i386), ale usunąłem ją i wbiłem amd64. Na i386 unrar smigał.

[ Dodano: 2008-03-22, 16:42 ]
Nikt nie pomoże? :-(

: 22 marca 2008, 16:53
autor: paolus
Witam
unrar jest w repo multimedia i działa spoko. Sprawdź wpisy do sources.list (na forum jest wątek jakie wpisy są potrzebne)
Pozdrawiam

: 22 marca 2008, 17:01
autor: Yampress
dodaj do tepo w /etc/apt/sources.list na końcu wpisu

Kod: Zaznacz cały

non-free

Przykład dla echa :arrow: deb http://ftp.pl.debian.org/debian/ etch main contrib non-free

po czym

Kod: Zaznacz cały

apt-get update
apt-get install unrar

: 22 marca 2008, 17:32
autor: BlackEvo

Kod: Zaznacz cały

unrar x archiwum.rar

: 22 marca 2008, 18:13
autor: mekosx
OK, już działa, dzięki :)