0

Can I, running Ubuntu 16.04 LTS, install, say, a driver for Ubuntu 14.04?

I'm running Ubuntu on a Parrot Chromebook and the touchpad doesn't work and neither do the F1-12 keys when I'm not holding down function. I know I can fix the touchpad with these drivers but there isn't a repo for Xenial. There's only devel, saucy, trusty, and utopic. I want to know if installing the driver from one of the other repos would work or if it would mess something up.

Also, I'm very new to Ubuntu and don't understand apt pinning so, if that is the best way to do this, then could someone break it down so it's very simple?

Zanna
  • 72,312
Amolith
  • 1,082

1 Answers1

0

download the package from the repo that has it.

remove the not working driver: sudo apt-get remove <package name>

then run: sudo dpkg -i <file name>.

if you can satisfy all the dependencies of the package without creating a conflict with a newer package, the the older package will run just fine.

you can get a compiled package here https://launchpad.net/~hugegreenbug/+archive/ubuntu/cmt

ravery
  • 6,924