Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

apt-get package problem

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
Grell
Posts: 35
Joined: 2006-08-17 20:41
Location: New Jersey, US

apt-get package problem

#1 Post by Grell »

Hello, I am having an issue when I am trying to update my system using apt-get update and I apt-get dist-upgrade and I am getting this error:

Code: Select all

root@BroadFoot:~# apt-get dist-upgrade 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  manpages
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/1,241 kB of archives.
After this operation, 36.9 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Reading changelogs... Done
(Reading database ... 199618 files and directories currently installed.)
Preparing to unpack .../manpages_4.10-1_all.deb ...
Unpacking manpages (4.10-1) over (4.09-2) ...
dpkg: error processing archive /var/cache/apt/archives/manpages_4.10-1_all.deb (--unpack):
 trying to overwrite '/usr/share/man/man7/keyrings.7.gz', which is also in package keyutils 1.5.9-9
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/manpages_4.10-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
So apt-get keeps failing. Anyone know what the problem is? I am using Debian Sid on amd64 arch. Thank you.

cronoik
Posts: 310
Joined: 2015-05-20 21:17

Re: apt-get package problem

#2 Post by cronoik »

Have a nice day!

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: apt-get package problem

#3 Post by stevepusser »

Sid users should expect that kind of thing! They should also know how to read the dpkg man page and use the "--force" if they want to try and work around an conflicting file like that.
MX Linux packager and developer

User avatar
sunrat
Administrator
Administrator
Posts: 6458
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 472 times

Re: apt-get package problem

#4 Post by sunrat »

I hit that problem last night in siduction. Tried again a bit later and it was fixed with a new replacement package in the repo.
Standard sid problem. :)
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Post Reply