I am attempting to use the PPA version of touchegg on the Raspberry Pi version of MATE (focal; 20.04). The PPA is at touchegg version 2.0+ while Ubuntu Universe is at 1.1+.
The PPA info is here: https://launchpad.net/~touchegg/+archive/ubuntu/stable/+packages
I execute:
sudo add-apt-repository ppa:touchegg/stable 
and the PPA appears to install. This is followed by apt-get update.
/etc/apt/sources.list.d/touchegg-ubuntu-stable-focal.list contains:
deb http http://ppa.launchpad.net/touchegg/stable/ubuntu focal main
I also placed 99-touchegg-repository in /etc/apt/preferences.d ; it contains the following:
Package: touchegg
Pin: release o=LP-PPA-touchegg
Pin-priority: 450
However, apt policy touchegg still shows that the only version of touchegg available is that in universe. Whenever I apt install touchegg, I get the old version from universe.
How do I get apt within Ubuntu MATE to use the version of touchegg in the PPA?
 
     
     
     
    