I'm busy installing all my stuff on my new Dell PC with a solid state hard drive. I've got Kubuntu on there and I've been busy doing all my settings, and installing all my applications.
However, for some reason QApt Package installer won't install a deb file via the GUI. I just installed it on my older Dell, and it installed fine. On the old PC, you right click on the deb file and choose "open with QApt Package Installer." It then comes up with QApt's GUI and you just click on the "Install Package" button. QApt then shows in a little window what's happening on the command line, and the program gets installed.
It doesn't do what on the new Dell, for some reason. I wonder if I chose something in the install that I shouldn't have. It's a fresh install from a thumb drive. The older PC was an upgrade from Kubuntu 20.04.
The application is Fade In, which is a proprietary screenwriting word processor. To their credit, they offer a Linux version, unlike some other similar programs. The install file name is as follows:
On the new PC, when I write click on that deb file and choose "open with QApt Package Installer," it does pull up the QApt GUI menu, and it says "dependencies are satisfied." However, when I click on the "Install Package" button, it does nothing. Very frustrating. I did manage to get it to install on the command like with this command in the deb file's directory:
I vaguely remember from the install choosing some kind of security feature. Maybe I shouldn't have. But could that be what's stopping these deb files from installing in the GUI via a right click? I could install all my deb files from the command line, but that would really slow me down. I want to fix it so that I can use right click in Dolphin on a file, and then install via QApt's GUI menu.
Anyone know what's going on? Is there some security thing in settings that I've allowed to run that I need to shut off?
However, for some reason QApt Package installer won't install a deb file via the GUI. I just installed it on my older Dell, and it installed fine. On the old PC, you right click on the deb file and choose "open with QApt Package Installer." It then comes up with QApt's GUI and you just click on the "Install Package" button. QApt then shows in a little window what's happening on the command line, and the program gets installed.
It doesn't do what on the new Dell, for some reason. I wonder if I chose something in the install that I shouldn't have. It's a fresh install from a thumb drive. The older PC was an upgrade from Kubuntu 20.04.
The application is Fade In, which is a proprietary screenwriting word processor. To their credit, they offer a Linux version, unlike some other similar programs. The install file name is as follows:
Code:
fadein-linux-amd64-4.0.18.deb
On the new PC, when I write click on that deb file and choose "open with QApt Package Installer," it does pull up the QApt GUI menu, and it says "dependencies are satisfied." However, when I click on the "Install Package" button, it does nothing. Very frustrating. I did manage to get it to install on the command like with this command in the deb file's directory:
Code:
sudo dpkg -i fadein-linux-amd64-4.0.18.deb
Anyone know what's going on? Is there some security thing in settings that I've allowed to run that I need to shut off?
Comment