You are not logged in.
Pages: 1
Hi, I would like to install Avidemux on my Q4OS with the Cinnamon desktop but I don't know how to do it, I did a search but to no avail.
With Q4OS equipped with the Trinity desktop it was simple, just type qrepoadd --gui in the terminal to open the multimedia backports, but with Cinnamon this command doesn't work, can anyone help me?
Thank you.
Offline
See https://www.deb-multimedia.org/ how to add those repositories manually.
Offline
See https://www.deb-multimedia.org/ how to add those repositories manually.
Thanks for the reply.
What a mess, I hope one day you will be able to develop a simple command like qrepoadd --gui for Q4OS Cinnamon too.
Good day.
Offline
You can also use:
$ sudo -E qrepoadd --gui
Offline
You can also use:
$ sudo -E qrepoadd --gui
Unfortunately the suggested command doesn't work:
root@q4os-b75:/home/q4os# sudo -E qrepoadd --gui
building cache, wait a moment please ...
Authorization required, but no authorization protocol specified[2024/05/27 16:06:42.139] kdialog: cannot connect to X server :0
Authorization required, but no authorization protocol specified[2024/05/27 16:06:42.156] kdialog: cannot connect to X server :0
canceled, exiting ..
root@q4os-b75:/home/q4os#
Last edited by Riccardo62 (2024-05-27 15:29)
Offline
This should work though:
$ /opt/trinity/bin/tdesudo "qrepoadd --gui"
Offline
This should work though:
$ /opt/trinity/bin/tdesudo "qrepoadd --gui"
No, not even this, I solved it with these instructions found on the internet:
echo "deb http://www.deb-multimedia.org buster main non-free" | sudo tee /etc/apt/sources.list.d/debmultimedia.list
wget http://www.deb-multimedia.org/pool/main … .1_all.deb
sudo apt install ./deb-multimedia-keyring_2016.8.1_all.deb
sudo apt update
sudo apt upgrade
Solved, thanks.
Last edited by Riccardo62 (2024-05-27 15:28)
Offline
Pages: 1