deafmute1 / deb-pkg

Debian packaging files for packages maintained by me. Find PPAs (and direct .deb downloads) at https://launchpad.net/~deafmute.
2 stars 0 forks source link

dependency on libyaml-cpp0.6 (>= 0.6.2) but it is not installable for ubuntu 22.04 #6

Open madh-van opened 2 years ago

madh-van commented 2 years ago

Currently on:

Distributor ID: Ubuntu
Description:    Ubuntu 22.04 LTS
Release:    22.04
Codename:   jammy

Command issued:

sudo apt install interception-tools

Error:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 interception-tools : Depends: libyaml-cpp0.6 (>= 0.6.2) but it is not installable
E: Unable to correct problems, you have held broken packages.
ethanfischer commented 2 years ago

I'm facing this same issue in Ubuntu 22.04 lts

lay-z commented 1 year ago

Same issue :(

lay-z commented 1 year ago

Downloading pkg from https://packages.ubuntu.com/focal/amd64/libyaml-cpp0.6/download and install through cli sudo apt install ~/Downloads/libyaml-cpp0.6_0.6.2-4ubuntu1_amd64.deb did the job for me. Weird because then it upgraded to libyaml-cpp0.7 afterwards.