Page 1 of 1

Binaryanalysis: "Dependency is not satisfiable: ctags"

Posted: Thu Mar 21, 2013 12:48 pm
by ^rooker
[PROBLEM]
I wanted to install the "Binary Analysis" tools (bat) to inspect a possible GPL-vioation of the "Freecom Media-Player 350" device.

I downloaded all 3 .deb packages for Ubuntu Precise (12.04), but got the following error message when trying to install the "bat" package (v12.0):
Dependency is not satisfiable: ctags
[SOLUTION]
On Ubuntu, the "exuberant-ctags" provides "ctags", so install it:

Code: Select all

$ apt-get install exuberant-ctags 
Now you can install the bat-package without problems.