Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] I'm not able to open qapt-deb-installer

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
User avatar
kaos
Posts: 12
Joined: 2020-02-08 12:04
Location: USA

[Solved] I'm not able to open qapt-deb-installer

#1 Post by kaos »

Hi,

I want to try to open 'qapt-deb-installer' but i can't do it, a window coming up with this message:

[Could not open <filename></filename>. It does not appear to be a valid Debian package file]

Of course it is! i already installed from the synaptic. It should be someting else ...

And for the terminal i got this message:

Code: Select all

kaos@debian:~$ qapt-deb-installer
Icon theme "crystalsvg" not found.

root@debian:~# qapt-deb-installer
qt.qpa.screen: QXcbConnection: Could not connect to display 
Could not connect to any X display.
root@debian:~# 

I don't know what im doing wrong.
Last edited by kaos on 2020-02-24 10:28, edited 1 time in total.
Quad Core Intel Core i5-8265U
Dell Inspiron 3583
UEFI
Buster/Xfce4

User avatar
sunrat
Administrator
Administrator
Posts: 6463
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 473 times

Re: I'm not able to open qapt-deb-installer

#2 Post by sunrat »

First I heard of this program but sounds like a Qt equivalent of Gdebi. If so it needs a .deb file to act on and is probably not supposed to open by itself. Try double-click on the .deb file you want to install or right click and see what shows in the context menu.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
kaos
Posts: 12
Joined: 2020-02-08 12:04
Location: USA

Re: I'm not able to open qapt-deb-installer

#3 Post by kaos »

No nothing is coming after right click ... any way thanks, probably i don't need it ... if it is a clon of gdebi ...
Quad Core Intel Core i5-8265U
Dell Inspiron 3583
UEFI
Buster/Xfce4

User avatar
sunrat
Administrator
Administrator
Posts: 6463
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 473 times

Re: I'm not able to open qapt-deb-installer

#4 Post by sunrat »

You don't need a GUI installer at all. Just do:

Code: Select all

apt install ./name_of_deb_file.deb
with terminal open in same directory as your downloaded file, or give the full path to the file.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
kaos
Posts: 12
Joined: 2020-02-08 12:04
Location: USA

Re: I'm not able to open qapt-deb-installer

#5 Post by kaos »

Thanks! :D
Quad Core Intel Core i5-8265U
Dell Inspiron 3583
UEFI
Buster/Xfce4

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: [Solved] I'm not able to open qapt-deb-installer

#6 Post by stevepusser »

Your error is due to trying to launch it from a root terminal--it should have some built-in authorization dialog, just like gdebi.
MX Linux packager and developer

Post Reply