安装包失败提示apt --fix-broken install 笔记

2023-05-16

Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 python3-rosdep-modules : Depends: python3-rospkg-modules (>= 1.3.0) but it is not going to be installed
                          Depends: python3-catkin-pkg-modules (>= 0.4.0) but it is not going to be installed
                          Depends: python3-rosdistro-modules (>= 0.7.5) but it is not going to be installed
 ros-noetic-rospack : Depends: python3-catkin-pkg-modules but it is not going to be installed
 ros-noetic-rqt-gui : Depends: python3-rospkg-modules but it is not going to be installed
 ros-noetic-rqt-robot-monitor : Depends: python3-rospkg-modules but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
(base) tariq@nbutu:~$ sudo apt --fix-broken install
(base) tariq@nbutu:~$ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  librospack0d rospack-tools
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  python3-rosdistro-modules
The following NEW packages will be installed:
  python3-rosdistro-modules
0 upgraded, 1 newly installed, 0 to remove and 34 not upgraded.
677 not fully installed or removed.
Need to get 0 B/31.9 kB of archives.
After this operation, 265 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 189817 files and directories currently installed.)
Preparing to unpack .../python3-rosdistro-modules_0.9.0-1_all.deb ...
Unpacking python3-rosdistro-modules (0.9.0-1) ...
dpkg: error processing archive /var/cache/apt/archives/python3-rosdistro-modules_0.9.0-1_all.deb (--unpack):
 trying to overwrite '/usr/lib/python3/dist-packages/rosdistro/__init__.py', which is also in package python3-rosdistro 0.8.0-1
Errors were encountered while processing:
 /var/cache/apt/archives/python3-rosdistro-modules_0.9.0-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
(base) tariq@nbutu:~$
(base) tariq@nbutu:~$ sudo dpkg -i --force-overwrite /var/cache/apt/archives/python3-rosdistro-modules_0.9.0-1_all.deb
(base) tariq@nbutu:~$ sudo dpkg -i --force-overwrite /var/cache/apt/archives/python3-rosdistro-modules_0.9.0-1_all.deb
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

安装包失败提示apt --fix-broken install 笔记 的相关文章

随机推荐