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