How to install Canon iR ADV c5030 on Ubuntu 12.04

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rakesh
    Service Manager

    50+ Posts
    • May 2012
    • 72

    #1

    [Misc] How to install Canon iR ADV c5030 on Ubuntu 12.04

    Hi, Can someone please guide me to install Canon iR ADV c5030 on Ubuntu 12.04 LTS (64bit)

    need step by step guide. please help.


    I've downloaded file from canon web site.
    http://support-asia.canon-asia.com/contents/ASIA/EN/0100270810.html#r=s&r=s

    Thanks
    View Life As A Continuous Learning Experience...
  • Tricky
    Field Supervisor

    Site Contributor
    2,500+ Posts
    • Apr 2009
    • 2620

    #2
    Re: How to install Canon iR ADV c5030 on Ubuntu 12.04

    Why..

    many years ago when I dabbled with Linux it was all command line

    tar -xvzf filename.tar.gz
    ./configure
    make
    sudo make install

    Doesn't Ubuntu have some graphical package installer ?

    Comment

    • teckat
      Field Supervisor

      Site Contributor
      10,000+ Posts
      • Jan 2010
      • 16083

      #3
      Re: How to install Canon iR ADV c5030 on Ubuntu 12.04

      Originally posted by Rakesh
      Hi, Can someone please guide me to install Canon iR ADV c5030 on Ubuntu 12.04 LTS (64bit)

      need step by step guide. please help.


      I've downloaded file from canon web site.
      http://support-asia.canon-asia.com/contents/ASIA/EN/0100270810.html#r=s&r=s

      Thanks
      ------------------------------------


      To install these Canon printer driver for Ubuntu you need to add the PPA below in your Ubuntu system. Open a "terminal" window and copy and paste these commands:

      sudo add-apt-repository ppa:michael-gruz/canon
      sudo apt-get update

      Make sure to disconnect the Canon printer from your computer first.

      Now copy and paste your appropriate install command based on your printer:

      (this might work)

      sudo apt-get install cnijfilter-iRADVC5000series



      After the Canon printer driver is installed, connect the Canon printer to your computer and turn it on. Your printer will automatically be detected by the system.


      **Knowledge is time consuming, exhausting and costly for a trained Tech.**

      Comment

      • northernlife
        Senior Tech

        500+ Posts
        • Sep 2011
        • 847

        #4
        Re: How to install Canon iR ADV c5030 on Ubuntu 12.04

        um, cups comes with all canon drivers except the presses. sudo apt-get install cups then run the cups config.

        Comment

        Working...