Linux Mint “PPA does not support trusty”

aptcommand linelinuxlinux-mintrepository

ta to the repostitories list in Linux Mint 17.3 but cannot seem to get it to add!

I get the error:

'This PPA does not support trusty'
Cannot add PPA: ''This PPA does not support trusty'

I have tried with the ppa for VSXu: ppa:gwibber-daily/ppa and another I can't remember. This is really frustrating!

Is there a way to set apt to accept 'non-trusty'(?) PPAs?

Best Answer

I managed to solve it by running:

sudo dpkg --add-architecture i386

first, to enable 32-bit architecture. Then sudo apt-get update and adding the ppa.

Related Question