Xubuntu System install printer libdvd-pkg: `apt-get check` failed, you may have broken packages. Aborting

OP
W

wedolearnlinux

New Member
Joined
Mar 29, 2023
Messages
19
Reaction score
0
Credits
150
epson-inkjet-printer-escpr_1.7.25-1lsb3.2_i386.deb
epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb

What is the right URL?
Do I use i386 or amd?

We do use Xubuntu 22.10 64 bit.
 


Brickwizard

Well-Known Member
Joined
Apr 28, 2021
Messages
4,006
Reaction score
2,702
Credits
29,863
OP
W

wedolearnlinux

New Member
Joined
Mar 29, 2023
Messages
19
Reaction score
0
Credits
150
Download Printer Driver ESC/P-R Driver (generic driver)
epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb
Is this fine?
I did the download.

Now I have do install with dpkd?

Regards and thank You.
 

JasKinasis

Well-Known Member
Joined
Apr 25, 2017
Messages
1,704
Reaction score
2,471
Credits
13,677
Now I have do install with dpkd?
It’s better to install the driver with apt. That way it will automatically install any dependencies that might be missing:
Bash:
sudo apt install /path/to/epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb

Note: Where /path/to is the path to the directory containing the driver you downloaded.
E.g. if you downloaded it to your Downloads directory, the path would be
Bash:
~/Downloads/epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb
Alternatively, if you cd into the directory containing the driver, you can use a relative path: ./epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb as the path.

Either way, install the package with apt. If you install with dpkg and the package has any external dependencies that aren’t installed, the package will fail to install and you’ll have to install any extra dependencies before trying to install the package again.

So whenever installing packages, whether locally stored ones that you’ve downloaded, or remote ones that are in your distros default repositories, apt should always be preferred over dpkg because apt can tesolve any missing dependency chains. apt uses dpkg under the hood. But it’s pretty rare that you will need to use dpkg. Usually only if apt was interrupted/stopped mid-operation. E.g. if you’re installing updates, or new packages and you have a power cut, or your laptops battery dies, or the system somehow crashes. (kernel panic, or lockup/freeze due to problems/bugs with hardware, or device card drivers.)

In those rare cases, after you reboot your pc, you might need to use dpkg to try to finish installing/configuring packages that didn’t completely install if apt throws errors when you try to use it again.
Other than that, apt should be preferred over dpkg.
 
OP
W

wedolearnlinux

New Member
Joined
Mar 29, 2023
Messages
19
Reaction score
0
Credits
150
Hello

I did it wrong.



sudo install epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb
[sudo] Passwort
install: Fehlender Zieldatei‐Operand hinter 'epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb'
.
What did I do wrong?


English:
sudo install epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb
Missing target file operand behind 'epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb'

I did try:

sudo apt-get install epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
E: Paket epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb kann nicht gefunden werden.
E: Mittels des Musters »epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb« konnte kein Paket gefunden werden.
E: Mittels regulärem Ausdruck »epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb« konnte kein Paket gefunden werden.

English:

Reading package lists... Done
Building dependency tree... Done
Status information is read in... Done
E: Cannot find package epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb.
E: No package could be found using the pattern 'epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb'.
E: No package could be found using the regular expression "epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb".






Regards
 

Brickwizard

Well-Known Member
Joined
Apr 28, 2021
Messages
4,006
Reaction score
2,702
Credits
29,863
I had no luck trying to install mine using the apt tool, in the end I downloaded lbs3.2 deb from the net and the Epson print drivers & scan drivers from the Epson, download site, then I installed Sane and sane -utls from the repository, next I opend the downloaded lib file and installed it from the download file, and finally again from the download file I installed the print drivers and the scanner drivers, when i connected the printer and switched it on it took a little while before it was recognised
 
OP
W

wedolearnlinux

New Member
Joined
Mar 29, 2023
Messages
19
Reaction score
0
Credits
150
Thank You.
I did only understand a little bit.

I should not use dpkd?
I should use GDebi?

How can I use it?

Thank You.

I am confused because:
apt-get install software
and
install software
did produce other messages.

Shall I use

apt install software?
 

kc1di

Well-Known Member
Joined
May 14, 2021
Messages
1,622
Reaction score
1,438
Credits
11,698
Thank You.
I did only understand a little bit.

I should not use dpkd?
I should use GDebi?

How can I use it?

Thank You.

I am confused because:
apt-get install software
and
install software
did produce other messages.

Shall I use

apt install software?
it's not dpkd it is dpkg and you can use that to install packages also.
Gdebi is a GUI package installer and works well you just right click on the downloaded file and select gedbi from the right click menu then follow the instructions there.
 

Lord Boltar

Well-Known Member
Joined
Nov 24, 2020
Messages
2,212
Reaction score
1,616
Credits
16,337
to install the deb package there is basically two ways - use a deb package installer such as GDebi or use the command line
if you do not have GDebi installed run
Code:
sudo apt install gdebi
then open GDebi then click File then Open now navigate to the deb file and open it
or
open a terminal where your deb file is located then run
Code:
 sudo dpkg -i epson-inkjet-printer-escpr_1.7.25-1lsb3.2_amd64.deb
 
OP
W

wedolearnlinux

New Member
Joined
Mar 29, 2023
Messages
19
Reaction score
0
Credits
150
Good afternoon

Thank You for help.

I could install gdebi.

I did install the deb file.

Then I tried to print:
It did not work,
printer in chaos
the only readable message was

"If you can read this, you are using the wrong driver for your printer."

What did I do wrong?

Regards
 
MALIBAL Linux Laptops

Linux Laptops Custom Built for You
MALIBAL is an innovative computer manufacturer that produces high-performance, custom laptops for Linux.

For more info, visit: https://www.malibal.com

Members online


Latest posts

Top