Quote:
Originally Posted by mariose
Just to provide an update. I replaced my sources.list file to be the same as Shadow_7 however the errors are still seems to be the same.
Has anyone had this problem before?
Thanks
|
Yes the libpam-modules package contains a file that is in another package so it fails to install it is a packaging error on the maintainers part try.
Code:
dpkg -i --force-overwrite /var/cache/apt/archives/libpam-modules_1.1.8-3.1+deb8u2_i386.deb
dpkg --configure -a
This should force the overwriting of the file then the next line will configure all unpacked but not yet configured packages. You will want to run your original install command again to make sure there were no missed packages left to install when the error occurred.
But now I look at the name again you have bigger problems than that you say 64bit in the title but you are installing a 386 or 32bit package adjust you sources.list to a 64bit repository, here is what my file server shows me for that package.
Code:
root@MiniFiles:/home/seeder1# apt-get install -s libpam-modules
Reading package lists... Done
Building dependency tree
Reading state information... Done
libpam-modules is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
root@MiniFiles:/home/seeder1# apt-cache policy libpam-modules
libpam-modules:
Installed: 1.1.8-3.1+deb8u2
Candidate: 1.1.8-3.1+deb8u2
Version table:
*** 1.1.8-3.1+deb8u2 0
500 http://ftp.de.debian.org/debian/ jessie/main amd64 Packages
100 /var/lib/dpkg/status
root@MiniFiles:/home/seeder1# ll /var/cache/apt/archives/libpam-modules_1.1.8-3.1+deb8u2_amd64.deb
-rw-r--r-- 1 root root 306508 Nov 12 03:59 /var/cache/apt/archives/libpam-modules_1.1.8-3.1+deb8u2_amd64.deb
See the amd64 in the name that is 64bit package, my sources.list.
Code:
root@MiniFiles:/home/seeder1# cat /etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux 7.11.0 _Wheezy_ - Official amd64 NETINST Binary-1 20160605-17:36]/ wheezy main
#deb cdrom:[Debian GNU/Linux 7.11.0 _Wheezy_ - Official amd64 NETINST Binary-1 20160605-17:36]/ wheezy main
deb http://ftp.de.debian.org/debian/ jessie main non-free contrib
deb-src http://ftp.de.debian.org/debian/ jessie main non-free contrib
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
# jessie-updates, previously known as 'volatile'
deb http://ftp.de.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.de.debian.org/debian/ jessie-updates main contrib non-free
# For zfs
deb http://ftp.debian.org/debian jessie-backports main contrib non-free