LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-23-2023, 08:07 AM   #1
SAMIA
LQ Newbie
 
Registered: Nov 2023
Posts: 3

Rep: Reputation: 0
problem in installing driver of printer


hi when i try to install driver of printer canon lbp 6030
in the end install has failed
problem of somme librery like
libglade2

jbigkit-libs
how i can solve this problem
thank
 
Old 11-23-2023, 09:48 AM   #2
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,682
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Use your system's package manager to install these libraries.

btw it would help if you said what Linux distro you are using.
 
Old 11-23-2023, 10:21 AM   #3
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,005
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
SAMIA,

Welcome to LQ forums.

Connect the printer to the computer using a printer cable and switch on the printer.

These instructions apply:
https://oip.manual.canon/USRMA-0593-...#lcn_installer

Go here and click on Download:
https://www.canon.co.uk/support/cons...s-lbp6030.html

Let’s assume that the linux-UFRIILT-drv-v500-uken-18.tar.gz file has been downloaded to your Downloads folder. If different, change the command below accordingly to Desktop or whatever.

Open a Terminal (Ctrl + Alt + T), then type the following command:

Code:
cd Downloads
Press Enter.

Code:
tar zxf linux-UFRIILT-drv-v500-uken-18.tar.gz
Press Enter.

Code:
cd linux-UFRIILT-drv-v500-uken
Press Enter.

Code:
sudo ./install.sh
Press Enter, type your user password and press Enter again.

If you wish to proceed, type Y and then press Enter.

Those two items may still be missing, as hazel has noted.

The first one should be in your (Synaptic) Package Manager.

The second one may be more problematic.

Which Linux distro are you using?

It may be openSUSE, CentOS or Fedora etc using .rpm not .deb.

Last edited by beachboy2; 11-23-2023 at 10:34 AM.
 
Old 11-24-2023, 12:54 AM   #4
SAMIA
LQ Newbie
 
Registered: Nov 2023
Posts: 3

Original Poster
Rep: Reputation: 0
REPLY

I HAVE folloying all steps but in the end installing is failled
message
libglade2

jbigkit-libs package
i use linux MX

The first one should be in your (Synaptic) Package Manager
YES THIS IS MY PROBLEM HOW I CAN SOLVE IT PLEASE

THANKS SORRY ABOUT MY ENGLISH
 
Old 11-24-2023, 01:05 AM   #5
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,682
Blog Entries: 19

Rep: Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492Reputation: 4492
Debian has these packages so MX should have them too. The jbigkit one is confusingly called libjbig0, which is perhaps why you couldn't find it before. Use synaptic to install them. If you don't know how to use synaptic, drop everything and just learn that! Knowing how to use your distro's package manager is one of the most important things you can learn in Linux.
https://www.linuxquestions.org/quest...se-them-37648/

Last edited by hazel; 11-24-2023 at 01:21 AM.
 
Old 11-24-2023, 03:02 AM   #6
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,005
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
SAMIA,

You are getting closer to success.

For Synaptic Package Manager in MX Linux refer to:
https://mxlinux.org/wiki/help-files/help-synaptic/

Synaptic allows you to install, remove and search for software packages.

Use the Search box in the upper right corner to locate software based on name or keywords.

As hazel recommends, search for libglade2 and libjbig0.

Mark each one, via the tick/check box, for installation (plus any other dependencies) and click on Apply.

Last edited by beachboy2; 11-24-2023 at 03:09 AM.
 
1 members found this post helpful.
Old 11-30-2023, 07:25 AM   #7
SAMIA
LQ Newbie
 
Registered: Nov 2023
Posts: 3

Original Poster
Rep: Reputation: 0
You are getting closer to success.

For Synaptic Package Manager in MX Linux refer to:
https://mxlinux.org/wiki/help-files/help-synaptic/

Synaptic allows you to install, remove and search for software packages.

Use the Search box in the upper right corner to locate software based on name or keywords.

As hazel recommends, search for libglade2 and libjbig0.

Mark each one, via the tick/check box, for installation (plus any other dependencies) and click on Apply.

beachboy2 thanks for your reponse but the problem still persist
installing failled ; i install package libglade2 and libjbig0.
but no result i used synaptique without result
i can 't usr my canon printer
 
Old 11-30-2023, 08:40 AM   #8
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,005
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
SAMIA,

What exactly are the error messages?

You can take a screenshot (use the Prnt Scr key) of the messages and then attach it in the grey area below Submit Reply/Preview Post.

See Additional options > Attach files.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Brother MFC-J5945DW printer driver installing problem -> network printer doesn't scan to pc Aquas Linux - Hardware 15 01-22-2021 02:52 PM
[SOLVED] My HP 2600 printer stopped printing and their isn't a printer model now in the settings? the error message says the printer is paused? sudo1 Linux - Server 6 04-02-2019 06:14 AM
Installing printer driver for HP 1300 Printer jeffey60 Linux - Newbie 3 07-19-2014 08:38 PM
[SOLVED] error while installing printer driver for hp printer .. M1213nf mfp sachin.davra Linux - Newbie 3 04-07-2014 01:35 AM
keeping printer on at bootup keeps printer from printing (some printer modules loaded TheOneAndOnlySM Slackware 1 10-17-2003 07:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration