This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$xinput list | |
$xinput list-props 26 | |
$xinput set-prop 26 "libinput Middle Emulation Enabled" 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
║ dnf -y install wget | |
get https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm | |
rpm --import http://download.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8 | |
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm | |
dnf -y install epel-release | |
dnf -y install --nogpgcheck http://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/c/CUnit-2.1.3-26.fc37.x86_64.rpm | |
dnf -y install --nogpgcheck http://rpmfind.net/linux/centos/8-stream/AppStream/x86_64/os/Packages/CUnit-2.1.3-17.el8.x86_64.rpm | |
dnf -y install --nogpgcheck http://rpmfind.net/linux/centos/8-stream/PowerTools/x86_64/os/Packages/CUnit-devel-2.1.3-17.el8.x86_64.rpm | |
dnf -y install --nogpgcheck http://rpmfind.net/linux/centos/8-stream/AppStream/x86_64/os/Packages/gsl-2.5-1.el8.x86_64.rpm | |
dnf -y install --nogpgcheck http://rpmfind.net/linux/centos/8-stream/AppStream/x86_64/os/Packages/gsl-devel-2.5-1.el8.x86_64.rpm |