Linuxターミナルを開き、以下のコマンドを実行して、CUPS
(Common Unix Printing System)をインストールする。私の環境ではこれだけで、Linuxアプリでプリンターが使用できるようになった。
sudo apt update && sudo apt upgrade -y
sudo apt install cups -y
cups
のインストールだけで使用できるようになったので、試していませんが、もし印刷メニューにプリンターが現れなければ、以下のコマンドを実行してみると良いかもしれない。
sudo service cups start
または、
sudo service cups restart
それでも現れなければ、以下のコマンドを実行して、system-config-printer
をインストールする。
sudo apt install system-config-printer -y
xhost + si:localuser:root
その後、以下のコマンドを実行して、プリンター設定にアクセスして、プリンターを検索して追加できるかもしれない。
sudo system-config-printer