ベストアンサー1
apt
代わりに、次のコマンド(Debianベースのディストリビューションの場合)を使用する必要がありますyum
。
sudo apt install wacom
パッケージをビルドするには、次のものを使用する必要があります。
sudo apt update
sudo apt upgrade
sudo reboot
sudo apt install build-essential autoconf linux-headers-$(uname -r)
ビルドステップ(指針:ソース入力からインストールwacom):
wget https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.46.0/input-wacom-0.46.0.tar.bz2
tar xvf input-wacom-0.46.0.tar.bz2
cd input-wacom-0.46.0/
#./autogen.sh
if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo "Build Failed"
sudo depmod -a
sudo modprobe -v wacom
sudo modprobe -v wacom_w8001