Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 733  / 1 Year ago, wed, february 15, 2023, 1:41:58

I can't install ceph-deploy on Ubuntu 20.04.2 LTS. When I try:


apt install ceph-deploy

I get this:


dpkg: error processing archive /var/cache/apt/archives/ceph-deploy_2.0.1-0ubuntu1_all.deb (--unpack):
trying to overwrite '/usr/share/man/man8/ceph-deploy.8.gz', which is also in package ceph-base 15.2.11-0ubuntu0.20.04.2
Errors were encountered while processing:
/var/cache/apt/archives/ceph-deploy_2.0.1-0ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

It seems to be this bug listed here:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1892448


Could this package solve the problem?


Do I need to install that package? If yes, how do I do that and what else do I need to do?


More From » 20.04

 Answers
7

You can override package installation using low-level command below


sudo dpkg -i --force-all /var/cache/apt/archives/ceph-deploy_2.0.1-0ubuntu1_all.deb

and then run


sudo apt-get install -f
sudo dpkg --configure -a

to resume package installation.


[#1450] Thursday, February 16, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
calronze

Total Points: 0
Total Questions: 110
Total Answers: 112

Location: Belarus
Member since Thu, Aug 11, 2022
2 Years ago
calronze questions
Sun, Jan 9, 22, 13:41, 2 Years ago
Sat, Jul 23, 22, 21:03, 2 Years ago
Sat, Feb 5, 22, 01:57, 2 Years ago
;