I hear enough Linux Youtubers/LBRYians talk about Kdenlive’s stability issues and they usually say AppImage is the way to go. Based on that, I would say (for Kdenlive at least) you might want to do the same and look at the AppImages.
Just speaking in general, both Flatpak and Appimage are fine to use for apps from outside our repo. Adding a PPA though is asking for trouble from a support standpoint. You’re free to do it of course and if you have it within your means to fix something if it borks go ahead. For the average joe though I highly recommend against PPA’s.
One upside to Appimage is that it doesn’t taint GNOME Software by showing proprietary apps unlike Flatpak
thanks @Richard for the response. I am going to experiment with AppImage I think, the downaide means I have to do the upgrades manually, but the upside as pointed out @spacemanspiffy is that it works out of the box, and for something as complex as a video editor needing to import/export various video/audio formats, that’s one headache less.
Yes. No way I would recommend changing from Amber to Byzantium just at the moment but it is possible that the version of your package is later in Byzantium than it is in Amber.
Having a similar issue when trying to install a 3rd party program [BetaFlight Configurator]. there is a zip file which may as well be in Chinese to me and then there is a Filename.deb package. when i try to install it, it fails. Any ideas or suggestions as to how i tackle this. I am green when it comes to linux.
Download the .deb file
and install as demonstrated (for some other random package) here
Needless to say that there are security and trust issues in installing random packages from the internet.
If it fails to install, please post error messages.
The most likely errors are missing dependencies. There is no easy way to sort that out but a starting point would be to check with the web site where you downloaded the .deb file what the expected version of Debian (or other Linux distro) is.
(Reading database … 208042 files and directories currently installed.)
Preparing to unpack …/betaflight-configurator_10.6.0_amd64.deb …
xdg-desktop-menu: No writable system menu directory found.
dpkg: warning: old betaflight-configurator package pre-removal script subprocess returned error exit status 3
dpkg: trying script from the new package instead …
xdg-desktop-menu: No writable system menu directory found.
dpkg: error processing archive /home/cypher/Downloads/betaflight-configurator_10.6.0_amd64.deb (–install):
new betaflight-configurator package pre-removal script subprocess returned error exit status 3
chown: cannot access ‘/opt/betaflight/betaflight-configurator’: No such file or directory
xdg-desktop-menu: file ‘/opt/betaflight/betaflight-configurator/betaflight-configurator.desktop’ does not exist
dpkg: error while cleaning up:
installed betaflight-configurator package post-installation script subprocess returned error exit status 2
Errors were encountered while processing:
/home/cypher/Downloads/betaflight-configurator_10.6.0_amd64.deb
Thank you for taking the time.
This is the message it returned.
I think I may have messed up my PureOS, do you think i should re-install. Start from scratch.
Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘betaflight-configurator’ instead of ‘/home/cypher/Downloads/betaflight-configurator_10.6.0_amd64.deb’
betaflight-configurator is already the newest version (10.6.0).
The following package was automatically installed and is no longer required:
purebrowser
Use ‘sudo apt autoremove’ to remove it.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 /home/cypher/Downloads/betaflight-configurator_10.6.0_amd64.deb betaflight-configurator amd64 10.6.0 [64.5 MB]
dpkg: error processing package betaflight-configurator (–configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
Errors were encountered while processing:
betaflight-configurator
E: Sub-process /usr/bin/dpkg returned an error code (1)
cypher@Beta:~$ sudo apt --fix-broken install’
E: Command line option --fix-broken is not understood in combination with the other options
cypher@Beta:~$ sudo apt --fix-broken install
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: The package betaflight-configurator needs to be reinstalled, but I can’t find an archive for it.
Thank you, Vrata. I tried your method also, and this is the message it returned above.
I used this command
sudo apt install /home/xxxxx/Downloads/betaflight-configurator_10.6.0_amd64.deb
then this
sudo apt --fix-broken install
I got this error message
dpkg: error processing package betaflight-configurator (–configure):
installed betaflight-configurator package post-installation script subprocess returned error exit status 3
Errors were encountered while processing:
betaflight-configurator
E: Sub-process /usr/bin/dpkg returned an error code (1)
A brief internet search suggests its a bug with xdg. A solution I see is to create a directory for it to look at so the installation scripts don’t fail. Try sudo mkdir /usr/share/desktop-directories/ and then try installing it.