ungoogled-chromium-debian
ungoogled-chromium-debian copied to clipboard
Debian Sid packages wrong libjsoncpp version
Debian Sid packages requires libjsoncpp24 but version in the repo is libjsoncpp25. I'm with correct repo.
$ cat /etc/apt/sources.list.d/home-ungoogled_chromium.list
deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Sid/ /
$ apt install ungoogled-chromium
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:
ungoogled-chromium : Depends: libjsoncpp24 (>= 1.9.4) but it is not installable
E: Unable to correct problems, you have held broken packages.
$ sudo apt install libjsoncpp24
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libjsoncpp24 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libjsoncpp24' has no installation candidate
$ sudo apt install libjsoncpp25 -s
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libjsoncpp25 is already the newest version (1.9.5-4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
It just means that some of the packages are from a previous stable version of Debian (not in the unstable repository). You have to find them and install manually with dpkg -i.
New release in progress, this is no longer relevant.