8. Scanner
How to install XSANE in Ubuntu
sudo apt install xsaneYou must install the mono package to complete the scanner installation
sudo apt install gnupg ca-certificatessudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EFecho "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.listsudo apt updatesudo apt install gnupg ca-certificatessudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EFecho "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.listsudo apt updatesudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
sudo apt install apt-transport-https ca-certificatesecho "deb https://download.mono-project.com/repo/ubuntu stable-xenial main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt updateOnce the apt repository is enabled , update the packages list and install Mono with:
sudo apt updatesudo apt install mono-completeVerify the installation by typing the following command which will print the Mono version:
mono --version
Identify which scanner is used
scanimage -LTO detect all USB's
lsusbWhat to do in a situation where a simple scan does not open
Go to Home---->.Cache(view hidden files)------>Simple-scan
Delete the simple scan folder.This will clear the cache in that software and This will help to open the simple scan properly .
Installation of CANON PIXMA GM4070
Step1: Download and install IJ Printer Driver
Step 2: Download and install ScanGear
Step 3: Run the following command to add the PPA.
sudo add-apt-repository ppa:thierry-f/fork-michael-gruzStep 4: Run the following command to install ScanGear MP in Ubuntu
sudo apt install scangearmp2KODAK i2620 Scanner
i2620 Scanner|Ubuntu 16.04 LTS-32bit
i2620 Scanner| Ubuntu - 64 bit
Expand the file (e.g., tar -xf *.gz) and then run the setup script (i.e. sudo ./setup)
i2620 Scanner| Ubuntu 18.04 LTS
the following command must be entered in a terminal window:
sudo ln -sfr /usr/lib/sane/libsane-kds* /usr/lib/x86_64-linux-gnu/saneLast updated