Skip to content

Instantly share code, notes, and snippets.

@NegatioN
Last active September 27, 2021 13:48
Show Gist options
  • Save NegatioN/fe30ca52c9a57880224071c5170c9c09 to your computer and use it in GitHub Desktop.
Save NegatioN/fe30ca52c9a57880224071c5170c9c09 to your computer and use it in GitHub Desktop.
Installing Canon Printers Ubuntu
# Origin http://ubuntuhandbook.org/index.php/2020/05/canon-printer-scangear-mp-ubuntu-20-04/
# Ubuntu
sudo apt install printer-driver-gutenprint
sudo add-apt-repository ppa:thierry-f/fork-michael-gruz
sudo apt install scangearmp2
sudo apt install scangearmp-mp495series
# Arch / Manjaro
yay -G aur/cnijfilter-mp620
sed -i '1 i\DLAGENTS=("http::/usr/bin/curl -L -k -o %o %u")' cnijfilter-mp620/PKGBUILD
cd cnijfilter-mp620 && makepkg -si
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment