Skip to main content

Install driver printer canon IP2700 on ubuntu 20.04

 Install driver printer canon IP2700 on ubuntu 20.04


 

 Hello everyone, today is Wednesday 16 December 2020. i want to talking about installing canon IP2700 printer on an ubuntu 20.04.

In the ubuntu 18.04 user can run this printer without installing driver first, but in the ubuntu 20.04 user must install driver first. ( maybe ubuntu remove this printer type module from their Operating System  *if  i wrong please tell it to me )

canon IP2700 this printer is quite old, i still have this type printer and still work fine

How To Install this printer on Ubuntu 20.04

 

 1. open terminal

2. sudo su

3. sudo apt update

4. visit this page : https://sourceforge.net/projects/gimp-print/files/ 

* i recommended download " gutenprint-5.3.3.tar.xz "

5. tar xvf ~/Downloads/gutenprint*.tar* -C /tmp

* this instruction is to extract file inside /tmp

6. cd /tmp/gutenprint*

7. ./configure --without-cups

8. make clean

9. make

10. sudo make install


and you can connect your computer with printer


if you have any question feel free to ask at : ghost087@protonmail.com


<---- don't forget to keep your healty --->

Comments

Popular posts from this blog

Easy | installing osu on an linux using wine application

Easy | installing osu! on an linux using wine application Hello all, Today i want to talking about installing osu on an linux. recently i get bored using linux because osu rhythm game is not compatible with linux, so i think how about using wine application to make osu compatible with linux, and more or less i success.  osu is rhythm game, this game is world wide know as the popular rhythm game, osu have so many player over the world wide, and many player contribute to osu to make osu more and more fun. Inside osu game player can contribute Bitemap, Skin for osu game, etc. before we go,  we need to install wine application: How To Install -------------------------------------------  # Download osu! first  https://osu.ppy.sh/home/download   # open terminal in the same folder you download osu! sudo apt install winetricks  winetricks dotnet45 # install every recommendation application from winetricks wine osu.exe # this time...

How To Format USB ( Flash Disk ) using Ubuntu

  How To Fomat and Delete Partition Flash Disk using ubuntu Hello everyone, today is Sunday, 13 December 2020.  i want to talking about format flash disk using linux.  Before user create bootable media user need to format flashdisk ( this is optional ) or user  want to make bootable media become normal flashdisk. Basically formating flash disk it's very important technique    * i have test this method in debian based linux ( ubuntu, kali, pop os, and any distro based on debian ) *follow this method step by step Step To Remove Partition    1. Open Terminal and type " sudo su " 2. Type "fdisk -l" ( to show all Partition ) 3. Type " fdisk /dev/sdx"  ( Change Variabel 'x' to your usb ) 4. Type 'd' to remove  5. Type '1' to chose your patition  6. Type 'd' to remove partition      Step To Create New Partition  1. Type 'n' to Create New Partition 2. Type 'p' To Make It Primary 3. Tekan '1' To Make It Be...

Free and Open Source Image Editors for linux

 Free and Source Photo Image Editors for linux     Hello everyone, today is Friday 18 December 2020. I want to talking about application to edit Image on an linux, My recommendation is GIMP Gimp is High Quality Photo Manipulation and cross-platform application avaible for Linux, OS X, Windows.  Gimp is free application user can make a change on source code and distribute your changes. Gimp Have a many Feature to empower user do their job, photo editing, adding effect to image, convert image to png, change contrast image, and much more if user want to learn about GIMP user can visit official site GIMP, or user can learn from youtube * References  https://www.gimp.org/ How To Install ( Debian Based Linux ) -------------------------------------------------- sudo apt update sudo apt install snapd sudo snap install gimp if you have any question feel free to ask at : ghost087@protonmail.com <---------- Have a nice day --------->