@salass00
The files you've provided are for 32bit ubuntu.
You told me that the previous packages where 64 bit, so i installed a 64 bit Linux Mint
The following is the output of the console using the guide for the installation on page:
https://github.com/sba1/adtoolsamidev@amidev-virtual-machine ~ $ apt-key adv --keyserver
hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
Executing: /tmp/tmp.gQGrRHUybx/gpg.1.sh --keyserver
hkp://keyserver.ubuntu.com:80--recv-keys
379CE192D401AB61
gpg: requesting key D401AB61 from hkp server keyserver.ubuntu.com
gpg: key D401AB61: public key "Bintray (by JFrog) <
bintray@bintray.com>" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
gpg: no writable keyring found: eof
gpg: error reading `[stdin]': general error
gpg: import from `[stdin]' failed: general error
gpg: Total number processed: 0
amidev@amidev-virtual-machine ~ $ echo "deb
http://dl.bintray.com/sba1/adtools-deb /" | sudo tee -a /etc/apt/sources.list
deb
http://dl.bintray.com/sba1/adtools-deb /
amidev@amidev-virtual-machine ~ $ aptitude install adtools-binutils adtools-sdk adtools-gcc
W: Target Packages (Packages) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:3
W: Target Translations (en_US) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:3
W: Target Translations (en) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:3
W: You may want to update the package lists to correct these missing files
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
amidev@amidev-virtual-machine ~ $