Canon Legacy Driver Mint 19 Dependencies Installation

July 8, 2020 | By the+gnu+linux+evangelist.

GNU/Linux Mint 19 Canon Legacy Driver Dependencies Installation Guide

Hi! The Tutorial shows you Step-by-Step How to Install Required Packages for Canon Printer Legacy Driver on Mint 19.x Tara/Tessa/Tina/Tricia LTS 64-bit GNU/Linux.

This because in origin the Canon Legacy Drivers has been made for Ubuntu 12.04 Precise, and so we Need to Setup some of those Legacy Packages.

How to Install Required Packages for Canon Legacy Driver on Mint 19 - Featured
  1. 1. Launching Terminal

    How to QuickStart with Command Line on Linux Mint

    Bash Shell Linux Mint QuickStart Guide

    First, Update the Apt Repo Sources with:

    sudo apt update
    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.
  2. 2. Installing Dependencies

    To Install Required Dependency
    Simply play:

    sudo apt install libpango1.0-0
  3. 3. Installing Ubuntu 12.04 Dependencies

    First, Add the Ubuntu Precise Extra Packages Repo
    With:

    sudo su -c "echo 'deb [trusted=yes] http://old-releases.ubuntu.com/ubuntu/ precise main universe' >> /etc/apt/sources.list.d/extra.list"
    Again Update the Apt Sources:
    sudo apt update

    Installing Precise Packages
    Run:

    sudo apt install libpng12-0 libtiff4:i386 libtiff4
    And in case of Issue then play:
    sudo apt -f install
  4. 4. Restoring Default Sources

    Restore Mint 19 LTS Repo
    Remove the Repo:

    sudo rm /etc/apt/sources.list.d/extra.list
    And finally, to Restore the Default Sources:
    sudo apt update
    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

Contents


QuickChic Theme • Powered by WordPress