Results 1 to 4 of 4

Thread: Help in installing printer driver

  1. #1
    Join Date
    Feb 2009
    Location
    United Kingdom
    Beans
    40
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question Help in installing printer driver

    Some time ago I tried unsuccessfully to install a driver for my Canon printer on my laptop running 9.10. I am now trying to install it on my PC running 10.04. The download appears successfully to my doenload file but whereas other downloads such as VLC & IBM Symphony then install by a double click,when I do this with the canon driver all that happens is Archive Manager opens with the following 5 entries:
    cnijfilter-common_2.80-1.tar.tar
    cnijfilter-common_2.80-1_i386...
    cnijfilter-ip4500series_2.80-1...
    faq-pd-2.80-1.tar.tar
    guideip4500series-pd-2.80-1.t...
    The files1,4&5 are shown as Tar archives and 2 & 3 as Debian packages.
    Can anyone tell me,a distinct novice at IT, what I have to do next to complete the install?

  2. #2
    Join Date
    Oct 2010
    Location
    Aix en Provence, France
    Beans
    76
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Help in installing printer driver

    If you don't want to deal with these files and install your printer's drivers the easy way (by using the package manager) run this command :
    Code:
    sudo add-apt-repository ppa:michael-gruz/canon
    This will add this ppa to your repository list.

    Now you can install the drivers with synaptic or in command line :
    Code:
    sudo apt-get update
    sudo apt-get install cnijfilter-common cnijfilter-ip4500Series
    Hope it helped
    Last edited by demonipuch; September 14th, 2011 at 12:42 PM. Reason: typo

  3. #3
    Join Date
    Feb 2009
    Location
    United Kingdom
    Beans
    40
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Help in installing printer driver

    Thanks Demonipuch. it all seemed to be going OK until the last entry when the following showes E:Invalid operation installer. You mentioned the easy way using the package installer--that was what I had hoped to do?

  4. #4
    Join Date
    Oct 2010
    Location
    Aix en Provence, France
    Beans
    76
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Help in installing printer driver

    Sorry there was a typo in the last command. The command is
    Code:
    sudo apt-get install cnijfilter-common cnijfilter-ip4500Series

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •