Page 1 of 1

installation of.deb mx linux packages does not start  [Solved]

Posted: Wed Nov 16, 2022 6:01 am
by megaherz33
Hi!

Cannot install more than one .deb package. When you double-click on a deb package, the mouse cursor rotates for a while, but installation does not occur. What's the problem?

Thank you!

Sincerely,
Alexander.

Re: installation of.deb mx linux packages does not start

Posted: Wed Nov 16, 2022 6:13 am
by markol
Open a terminal in that folder and run

Code: Select all

sudo dpkg -i file-to-install.deb
to see the messages

Or open the file with gdebi/qapt (or even Discover as you're on KDE)

Re: installation of.deb mx linux packages does not start

Posted: Wed Nov 16, 2022 6:16 am
by megaherz33
Returns an error through the command line. I have MX Xfce

Image

Re: installation of.deb mx linux packages does not start

Posted: Wed Nov 16, 2022 6:33 am
by chrispop99
Please post your Quick System Info, and the error message you get when you use the terminal.

Chris

Re: installation of.deb mx linux packages does not start

Posted: Wed Nov 16, 2022 6:46 am
by megaherz33
After entering the command: sudo dpkg -i file-to-install.deb
Error: No such file or directory


Image

Image

Re: installation of.deb mx linux packages does not start

Posted: Wed Nov 16, 2022 6:57 am
by Eadwine Rose
Please post the output between code tags (</> button), not an image, thanks.

Re: installation of.deb mx linux packages does not start

Posted: Wed Nov 16, 2022 6:59 am
by megaherz33
I am not very experienced, how to do it?

Re: installation of.deb mx linux packages does not start

Posted: Wed Nov 16, 2022 7:04 am
by Eadwine Rose
Select the output, right click, copy.

Go to the forum, click full editor and preview, click </> button above the text field, paste between the two.

Re: installation of.deb mx linux packages does not start

Posted: Wed Nov 16, 2022 7:07 am
by megaherz33
My English is bad (

Thank you!

I will reinstall MX Linux.

Re: installation of.deb mx linux packages does not start

Posted: Wed Nov 16, 2022 7:15 am
by megaherz33
Of MX Linux KDE same problem.

Re: installation of.deb mx linux packages does not start

Posted: Wed Nov 16, 2022 7:49 am
by megaherz33
cd /usr/share/applications
cp gdebi.desktop ~/.local/share/applications/
nano ~/.local/share/applications/gdebi.desktop

Replaced "Exec = gdebi-gtk% f" with "Exec = gksu gdebi-gtk% f"
Then saved the changes: "Ctrl + O" - "Enter" - "Ctrl + X"

Re: installation of.deb mx linux packages does not start

Posted: Wed Nov 16, 2022 8:26 am
by megaherz33
And GDebi earned.

Re: installation of.deb mx linux packages does not start

Posted: Wed Nov 16, 2022 9:02 am
by Eadwine Rose
There is another option in the right click menu to install deb files, NOT gdebi. Look further down. Install Deb files, use that.

Or start gdebi first, THEN navigate to the file you want to install. That does work.

Re: installation of.deb mx linux packages does not start

Posted: Wed Nov 16, 2022 9:38 am
by baldyeti
One word of caution: don't install just any random deb package found on the web , but only those coming from an MX repository or one that claims strict compatibility with the underlying debian stable release (debian 11 "bullseye" in the case of MX21)

Re: installation of.deb mx linux packages does not start

Posted: Wed Nov 16, 2022 9:57 am
by Dearth
Had the same issue. For me, installing apper solved it.