For touchpad indicator control, you can use the touchegg package, available in the Linux Mint repository, in Besgnulinux 3-0.
Touchegg software doesn't have a GUI interface. However, it runs in the background after installation. This way, you can control the touchpad.
If you need to use the Touchpad Indicator, in Besgnulinux 3-0, paste the following commands into the terminal, either all or one at a time, enter your password, and the necessary software for touchpad control will be installed on the system.
rm -rf /tmp/*.deb
cd /tmp
wget -nc http://packages.linuxmint.com/pool/import/t/touchegg/touchegg_2.0.18+gigi_amd64.deb
wget -nc http://packages.linuxmint.com/pool/import/t/touchegg/touchegg-dbgsym_2.0.18+gigi_amd64.deb
sudo dpkg -i *.deb
echo y | sudo apt install -f
No comments:
Post a Comment