LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 08-04-2020, 02:15 PM   #1
nogueira13
Member
 
Registered: Jul 2018
Location: South of Brazil
Distribution: Linux Mint 19,2
Posts: 40

Rep: Reputation: Disabled
How to Install hplip-3.20.6


Guys, I downloaded hplip-3.20.6.run from the HP Support website and I was afraid to run it and give dependency problems.
I noticed that it really have a dependency problem with Python3-pyqt4 and on the Linux Mint website it seemed to me that it still don't have a simple solution to work around this dependency problem with Phyton3-pyqt4.
I am running now on Laptop Acer Nitro 5:
Linux Mint 20 Cinnamon Cinnamon version: 4.6.6
Kernel 5.4.0-42-generic
hplip -3.20.3 + dfsg (what is this dfsg?)
Does HP Deskjet Multifuncional HP Deskjet Ink Advantage 3776 works fine with my Linux Mint 20?
What Printers do you suggest?
Thanks in advance for any suggestions
 
Old 08-04-2020, 05:04 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
hplip should be in the mint repos ( i run openSUSE so... )

to search
Code:
sudo apt search hplip 

if it is there then 

sudo apt-get hplip
if you can not find it you will need to wait for a mint user to post
 
Old 08-04-2020, 06:51 PM   #3
nogueira13
Member
 
Registered: Jul 2018
Location: South of Brazil
Distribution: Linux Mint 19,2
Posts: 40

Original Poster
Rep: Reputation: Disabled
Well, the app is instaled but the version is hplip-3.20.3 and HP already has offered hplip-3.20.6
 
Old 08-04-2020, 07:52 PM   #4
KGIII
Member
 
Registered: Sep 2015
Location: North-Western, Maine - in the mountains.
Distribution: Lubuntu 18.04 LTS
Posts: 158
Blog Entries: 6

Rep: Reputation: 64
A newer version may not actually offer any benefit over an older version. They may have released it to cover newer models, to remove bugs that don't impact you, etc... So, I'd try the _supported_ version in the repository able to be installed w/apt.

However, usually .run files can be turned into executables (chmod +x filename.run) and run from the terminal by just using the filename.run command. Usually...

(I'm not a Mint user, but that strikes me as something pretty universal.)
 
Old 08-16-2020, 12:05 PM   #5
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,260

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
+1 on trying the supported version.

You can usually check the Changelog, but it won't be much. Most packages are labelled 'package-x.y.z' where x, y, & z are numbers as in your hplip-3.20.6;
  • Increment z for a bug fix. The program remains the same (eg 3.20.5 -->3.20.6)
  • Increment y for feature additions (3.20.6 --> 3.21.0)
  • Increment x for compatibility break 3.20.6 --> 4.0.0)

If you're on 3.20.x, there's no point in updating.
 
Old 08-16-2020, 12:17 PM   #6
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,567
Blog Entries: 19

Rep: Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448
hplip uses Python-qt4 for its dedicated user interface. If installed without, it still works as a driver, but you have to configure it through cups.
 
Old 08-16-2020, 12:24 PM   #7
nogueira13
Member
 
Registered: Jul 2018
Location: South of Brazil
Distribution: Linux Mint 19,2
Posts: 40

Original Poster
Rep: Reputation: Disabled
But hplip-3.20.6.run can be installed without Python-qt4? What is the step by step procedure to install it without have dependencies issues? Just "sudo hplip-3.20.6.run" in a terminal?

Last edited by nogueira13; 08-16-2020 at 12:30 PM.
 
Old 08-16-2020, 07:41 PM   #8
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,311
Blog Entries: 28

Rep: Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137
Quote:
Well, the app is instaled but the version is hplip-3.20.3 and HP already has offered hplip-3.20.6
I have never in over a dozen years of using HPLIP and HP printers noticed any significant differences that were visible to the user in HPLIP version upgrades.
 
Old 08-16-2020, 09:01 PM   #9
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,681

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
As far as I know as new printers are introduced HP will add suport which I assume means a new version. Your particular model number is not on the supported printer list but it might fall under the Advantage 3735 as part of its series. It appears that all of the Advantage type printers min version is 3.17.x so which hopefully means that you do not need to upgrade.

As already suggested I would try installing your printer using the currently installed version.

https://developers.hp.com/hp-linux-imaging-and-printing
 
Old 08-17-2020, 03:56 AM   #10
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
@business_kid. True in priciple for most software, but HPLIP release numbers are (partially) date-based: 3.20.3 was released in March 2020, and 3.20.6 in June 2020.

Last edited by shruggy; 08-17-2020 at 03:59 AM.
 
Old 08-17-2020, 04:20 PM   #11
nogueira13
Member
 
Registered: Jul 2018
Location: South of Brazil
Distribution: Linux Mint 19,2
Posts: 40

Original Poster
Rep: Reputation: Disabled
So from March to June is not a very significant time difference. So, I think the hplip-3.20.3 should support the 37 series printers ??

By the way I checked on Seiko-Epson support that Linux Mint 20 has a driver for the Epson Ecotank L3150 Printer. I ended up buying this printer. It is already working on my Linux Mint 20. The scanner is working not too round but it is possible to scan documents. I managed to work with Xsane. He recognized the scanner part. I just had to configure /etc/imagescan as:
# /etc/imagescan/imagescan.conf -- Image Scan configuration
# Refer to the documentation for details on the configuration options
# for the software. Plugins should come with their own documentation
# if they have configuration options.
#
# Lines starting with a # or a ; are comments. Comments must be on a
# line of their own. End-of-line comments are not supported.

[devices]
myscanner.udi = esci:networkscan://192.168.1.105:1865
myscanner.vendor = Epson
myscanner.model = DS-5500
myscanner.name = My Network Scanner
 
  


Reply

Tags
hp, linux, linux mint, printers



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing HPLIP-GUI on HPLIP 3.17.11 Linux Mint 17.3 laptop anon298 Linux - Software 1 02-26-2018 08:22 PM
[SOLVED] Upgrade hplip-3.9.4b to hplip-3.9.12 (32-bit and 64-bit) tronayne Slackware 8 02-27-2011 11:12 PM
HPlip woes on --current ; Sharing printer gets broken if the hplip gui is launched Old_Fogie Slackware 2 10-28-2010 10:23 AM
apt-get install dependency problems with hplip software and kde install for Agnula maybi7 Linux - Software 1 02-03-2007 05:16 PM
HP 7310 All-in-One & HPLIP install problem. nadaclue Linux - Hardware 0 03-06-2005 10:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 06:52 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