Binaryanalysis: "Dependency is not satisfiable: ctags"

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1483
Joined: Fri Aug 29, 2003 8:39 pm

Binaryanalysis: "Dependency is not satisfiable: ctags"

Post 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.
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply