Binaryanalysis: "Dependency is not satisfiable: ctags"
Posted: Thu Mar 21, 2013 12:48 pm
[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):
On Ubuntu, the "exuberant-ctags" provides "ctags", so install it:
Now you can install the bat-package without problems.
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):
[SOLUTION]Dependency is not satisfiable: ctags
On Ubuntu, the "exuberant-ctags" provides "ctags", so install it:
Code: Select all
$ apt-get install exuberant-ctags