You are not logged in.
Pages: 1
Just wondering whether there are likely to be any issues adding a PPA which is specifically for Ubuntu. I know Ubuntu is based on Debian so I'm guessing they should be compatible but thought I'd ask first as I don't want to mess up my system. Thanks!
Offline
It is not recommended to add PPA repositories to Q4OS. There is a big possibility, that you will damage entire package structure and will be forced to reinstall entire Q4OS.
Or at least make full system backup using Systemback before experimenting with PPA repositories.
Last edited by Rademes (2016-05-17 20:45)
Before asking for help please read this topic: https://www.q4os.org/forum/viewtopic.php?id=3502 If you have problems with WiFi network, try to install the Network Manager using Q4OS Software Centre.
Offline
Thanks Rademes. That's a shame because the software doesn't seem to have any option for building from source.
Last edited by Jerome (2016-05-18 10:29)
Offline
You could try installing in a virtual-box, that would give your system protection whilst trying out something new.
Offline
You can add PPA repositories in Q4OS Orion, if they support Debian Jessie. You need to install 'software-properties-common' package:
$ sudo apt-get install software-properties-common
If you want to add PPA repository:
$ sudo add-apt-repository some-ppa-repo
Make sure the PPA supports Debian Jessie. If not so, the 'apt-get update' process will report a non-existent repository error.
Offline
Thanks team. So you're saying that the worst that could happen is that an error will be reported if the PPA does NOT support Debian Jessie?
I'll give it a try.
Offline
It didn't work. Do I need to remove the PPA or is it ok to leave it? This was the output but I got a not found error when updating.
gpg: keyring `/tmp/tmpw3r1tgxk/secring.gpg' created
gpg: keyring `/tmp/tmpw3r1tgxk/pubring.gpg' created
gpg: requesting key A402E8BE from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpw3r1tgxk/trustdb.gpg: trustdb created
gpg: key A402E8BE: public key "Launchpad PPA for JASP-UvA" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
This is the message I got after the update:
W: Failed to fetch http://ppa.launchpad.net/jasp-uva/jasp/ … 6/Packages 404 Not Found
Last edited by Jerome (2016-05-18 18:44)
Offline
It didn't work.
Please describe it a bit more.
You can remove the PPA:
$ sudo add-apt-repository -r some-ppa-repo
Offline
Thanks for the description, this PPA doesn't support Debian Jessie. You can safely remove it, see the previous post.
Offline
Pages: 1