Есть Debian Squeeze amd64.
sources.list
Код: Выделить всё
deb http://ftp.ua.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.ua.debian.org/debian/ squeeze main contrib non-free
deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
deb http://www.backports.org/debian lenny-backports main contrib non-free
deb http://mirror.yandex.ru/debian-multimedia/ testing main
deb http://download.virtualbox.org/virtualbox/debian lenny non-freeПри установке transcode у меня возникли баги (с зависимостями). Устанавливал с помощью apt-get.
apt-get install -f не исправил ситуации и я не мог устанавливать ничего, поскольку просило разрешить зависимости.
Сейчас имеем такую фигню:
Код: Выделить всё
krasi:/home/vlakas# apt-get install nmap
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libpcap0.8 libpcre3
The following packages will be REMOVED:
libfftw3-3 libifp4 libkarma0 libmodplug0c2 libnjb5 libofa0 libpq5 libruby1.8 libtagc0 libtunepimp5 libxcb-shape0 libxcb-shm0 libxcb-xv0 libxine1-bin
The following packages will be upgraded:
libpcap0.8 libpcre3 nmap
3 upgraded, 0 newly installed, 14 to remove and 920 not upgraded.
14 not fully installed or removed.
Need to get 0B/1945kB of archives.
After this operation, 12.5MB disk space will be freed.
Do you want to continue [Y/n]? y
Can't exec "locale": No such file or directory at /usr/share/perl5/Debconf/Encoding.pm line 16.
Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line 17.
dpkg: `ldconfig' not found on PATH.
dpkg: 1 expected program(s) not found on PATH.
NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.
E: Sub-process /usr/bin/dpkg returned an error code (2)Код: Выделить всё
krasi:/home/vlakas# aptitude install nmap
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following packages will be REMOVED:
libfftw3-3{u} libifp4{u} libkarma0{u} libmodplug0c2{u} libnjb5{u} libofa0{u} libpq5{u} libruby1.8{u} libtagc0{u} libtunepimp5{u} libxcb-shape0{u} libxcb-shm0{u} libxcb-xv0{u} libxine1-bin{u}
The following packages will be upgraded:
libpcap0.8 libpcre3 nmap
3 packages upgraded, 0 newly installed, 14 to remove and 920 not upgraded.
Need to get 0B/1945kB of archives. After unpacking 12.5MB will be freed.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
Can't exec "locale": No such file or directory at /usr/share/perl5/Debconf/Encoding.pm line 16.
Use of uninitialized value $Debconf::Encoding::charmap in scalar chomp at /usr/share/perl5/Debconf/Encoding.pm line 17.
dpkg: `ldconfig' not found on PATH.
dpkg: 1 expected program(s) not found on PATH.
NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.
E: Sub-process /usr/bin/dpkg returned an error code (2)
A package failed to install. Trying to recover:
dpkg: `ldconfig' not found on PATH.
dpkg: 1 expected program(s) not found on PATH.
NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... DoneПодскажите, как ее порешать.
Спасибо.