solemnwarning / rehex

Reverse Engineers' Hex Editor
https://rehex.solemnwarning.net/
GNU General Public License v2.0
2.31k stars 116 forks source link

Unable to install from repository on Ubuntu 21.04 #134

Closed laurent-simon closed 3 years ago

laurent-simon commented 3 years ago

The package published in the repository Ubuntu hirsute repository has a dependency on libcapstone3, but this version is obsoleted and cannot be installed, so installations fails:

> sudo apt install rehex

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:
 rehex : Depends: libcapstone3 but it is not installable
E: Unable to correct problems, you have held broken packages.

Ubuntu 21.04 (hirsute) uses libcapstone4.

solemnwarning commented 3 years ago

ooops! Thanks for pointing this out, I'll have a new package up shortly!

solemnwarning commented 3 years ago

Should be fixed now.

laurent-simon commented 3 years ago

Ok, it works now. There is just a small remaining glitch (see issue #135)