-
-
Save gangstaJS/d1a685132b971f6fcb6ca8eda85f67de to your computer and use it in GitHub Desktop.
Installing Canon Printers Ubuntu
This file contains hidden or 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
# 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