this post was submitted on 30 May 2024
5 points (100.0% liked)

Linux Questions

31 readers
5 users here now

A place to ask Linux-related questions, post advice and suggestions, etc. Any questions pertaining to Linux from novice to greybeard level are welcome. ---- ### Asking Questions: Please provide enough info to for people to actually help you. While there are some things that are generally the same, there is no one "Linux" - every distro has some things they do different and you'll get better answers if you provide some info. And remember the people here are helping you purely out of their own good will - so be nice! If you are encountering a problem, please include: 1. Which distro you are using 2. A brief summary of the problem 3. Any steps you have attempted 4. Relevant details such as hardware specs (see below), application versions, etc. ---- ### Capturing System Specs In almost all cases, posting output from inxi -Fmz - either as in a code block, as a linked file, or as a screenshot - will be appreciated. Some distros may pre-install inxi but on others (such as Fedora), you may need to install it yourself. But we understand that there will be times when you are unable to provide this info (such as with boot problems). The output from inxi info should be safe (especially with the -z option)... But in general,**YOU SHOULD ALWAYS REVIEW OUTPUT AND REMOVE ANY PRIVATE DATA BEFORE POSTING ONLINE** (e.g. replace "Your Name" with `` or something similar - this helps in preventing doxxing, identity theft, and similar issues). - Some common graphical screenshot apps:gnome-screenshot, ksnip, shutter, and flameshot . There are also terminal-based ones like maim and scrot.

founded 1 year ago
 

What am I doing wrong?

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 4 months ago

Well, after some very obscure search over internet, I found something that solves my issue (maybe yours too in case you want to install packages as user).

If you use Lubuntu (I don't know whether it works on other distributions), you have to go to the folder /home/[youruser]/.local/share/flatpak/repo/. There is a file there called config. Open it, and write something like this:

`[core]
repo_version=1
mode=bare-user-only
min-free-space-size=500MB

[remote "flathub"]
gpg-verify=true
gpg-verify-summary=true
url=https://dl.flathub.org/repo/
xa.title=Flathub
`

(By the way where it says true, I set it as false, thinking that was my issue).

Now, when I install OBS Studio as user, it lets me.

PS: if GPG verification is set as true, make sure you downloaded the flathub.gpg file from the repo and copied it to your local folder as flathub.trustedkeys.gpg and flathub-beta.trustedkeys.gpg