cacalabs / libcaca

💩 Colour ASCII Art Library
Do What The F*ck You Want To Public License
519 stars 70 forks source link

There are dependency problems on Ubuntu with libcaca0 #72

Closed Darkproduct closed 1 year ago

Darkproduct commented 1 year ago

https://github.com/ros-planning/navigation/issues/1224#issue-1436081240

I have Ubuntu 20.04 with ROS noetic running and I can't install ros-noetic-navigation.

The following packages have unmet dependencies: ros-noetic-navigation : Depends: ros-noetic-map-server but it is not going to be installed

I followed the dependency chain: ros-noetic-navigationros-noetic-map-serverlibsdl-image1.2-devlibsdl1.2-devlibcaca-devlibcaca0 and ended up with the following error:

The following packages have unmet dependencies: libcaca-dev : Depends: libcaca0 (= 0.99.beta19-2.1ubuntu1) but 0.99.beta19-2.1ubuntu1.20.04.1 is to be installed

From here, I see that there are two different versions of libcaca0 for amd64. I'm not sure how I can solve this issue, nor who is to blame for it. I really hope this gets resolved soon.

Darkproduct commented 1 year ago

Solved it with:

sudo dpkg -r --force-depends libcaca0
sudo apt install libcaca0