librewolf/website
14
55
Fork
You've already forked website
39

Adding repository using DNF command #124

Merged
any1here merged 3 commits from eIKpaSrnMoKI/website:update-fedora-installation-path into master 2026年01月29日 11:28:55 +01:00
Contributor
Copy link
For reference, see the official Fedora documentation: https://docs.fedoraproject.org/en-US/quick-docs/adding-or-removing-software-repositories-in-fedora/#_adding_repositories This PR closes https://codeberg.org/librewolf/issues/issues/2346.

Have you tested this?

Have you tested this?
Author
Contributor
Copy link

What criteria are important to you when it comes to testing?

What criteria are important to you when it comes to testing?

Does running sudo dnf config-manager addrepo --from-repofile=https://repo.librewolf.net/librewolf.repo work now?

Does running `sudo dnf config-manager addrepo --from-repofile=https://repo.librewolf.net/librewolf.repo` work now?
Author
Contributor
Copy link

And somehow, the prompt to import your key appears twice. I don't understand that yet.

Once during the step sudo dnf config-manager addrepo --from-repofile=https://repo.librewolf.net/librewolf.repo
and then again during the step sudo dnf install librewolf.

Do you know anything about it? Or could it be relevant?

And somehow, the prompt to import your key appears twice. I don't understand that yet. Once during the step `sudo dnf config-manager addrepo --from-repofile=https://repo.librewolf.net/librewolf.repo` and then again during the step `sudo dnf install librewolf`. Do you know anything about it? Or could it be relevant?

@eIKpaSrnMoKI wrote in #124 (comment):

And somehow, the prompt to import your key appears twice. I don't understand that yet. Do you know anything about it? Or could it be relevant?

I was able to reproduce the double prompt. This should only double prompt when you add the repo for the first time.
If you try to install librewolf after that again, it should only prompt you once.

@eIKpaSrnMoKI wrote in https://codeberg.org/librewolf/website/pulls/124#issuecomment-10230244: > And somehow, the prompt to import your key appears twice. I don't understand that yet. Do you know anything about it? Or could it be relevant? I was able to reproduce the double prompt. This should only double prompt when you add the repo for the first time. If you try to install librewolf after that again, it should only prompt you once.
Author
Contributor
Copy link

I was able to reproduce the double prompt. This should only double prompt when you add the repo for the first time.

Do you have an explanation why the double prompt appears when you first do it?

Have you also tested the installation path, and would you say that the PR is ready to go?

> I was able to reproduce the double prompt. This should only double prompt when you add the repo for the first time. Do you have an explanation why the double prompt appears when you first do it? Have you also tested the installation path, and would you say that the PR is ready to go?
Author
Contributor
Copy link

I'm just wondering whether it's important to start both installation steps with sudo. If I stay in the terminal, the first sudo command remains active for a certain period of time.

I'm just wondering whether it's important to start both installation steps with `sudo`. If I stay in the terminal, the first sudo command remains active for a certain period of time.

@eIKpaSrnMoKI wrote in #124 (comment):

I was able to reproduce the double prompt. This should only double prompt when you add the repo for the first time.

Do you have an explanation why the double prompt appears when you first do it?

Have you also tested the installation path, and would you say that the PR is ready to go?

I would assume that adding the repo triggers the first prompt.

@eIKpaSrnMoKI wrote in https://codeberg.org/librewolf/website/pulls/124#issuecomment-10230523: > > I was able to reproduce the double prompt. This should only double prompt when you add the repo for the first time. > > Do you have an explanation why the double prompt appears when you first do it? > > Have you also tested the installation path, and would you say that the PR is ready to go? I would assume that adding the repo triggers the first prompt.

@eIKpaSrnMoKI wrote in #124 (comment):

I'm just wondering whether it's important to start both installation steps with sudo. If I stay in the terminal, the first sudo command remains active for a certain period of time.

You still need to add sudo in front both the commands. The other command might just not prompt you for the password if you do it before the timeout happens.

@eIKpaSrnMoKI wrote in https://codeberg.org/librewolf/website/pulls/124#issuecomment-10230526: > I'm just wondering whether it's important to start both installation steps with `sudo`. If I stay in the terminal, the first sudo command remains active for a certain period of time. You still need to add sudo in front both the commands. The other command might just not prompt you for the password if you do it before the timeout happens.
Author
Contributor
Copy link

@any1here wrote in #124 (comment):

Have you tested this?

With Fedora Workstation, yes.
And not with Fedora Atomic Desktops.
Perhaps someone looking at this PR could try it out?

@any1here wrote in https://codeberg.org/librewolf/website/pulls/124#issuecomment-10227706: > Have you tested this? With Fedora Workstation, yes. And not with Fedora Atomic Desktops. Perhaps someone looking at this PR could try it out?

@eIKpaSrnMoKI wrote in #124 (comment):

@any1here wrote in #124 (comment):

Have you tested this?

With Fedora Workstation, yes. And not with Fedora Atomic Desktops. Perhaps someone looking at this PR could try it out?

It seems to work on atomic too. You can remove the WIP if you are ready for it to be merged.

@eIKpaSrnMoKI wrote in https://codeberg.org/librewolf/website/pulls/124#issuecomment-10236484: > @any1here wrote in #124 (comment): > > > Have you tested this? > > With Fedora Workstation, yes. And not with Fedora Atomic Desktops. Perhaps someone looking at this PR could try it out? It seems to work on atomic too. You can remove the WIP if you are ready for it to be merged.
eIKpaSrnMoKI changed title from (削除) WIP: Adding repository using DNF command (削除ここまで) to Adding repository using DNF command 2026年01月28日 23:22:12 +01:00

Thank you for the PR!

Thank you for the PR!
eIKpaSrnMoKI deleted branch update-fedora-installation-path 2026年01月29日 12:18:53 +01:00
Author
Contributor
Copy link

Thank you for supporting me!

Thank you for supporting me!
Author
Contributor
Copy link

It seems to work on atomic too.

Is the command dnf config-manager addrepo --from-repofile=https://repo.librewolf.net/librewolf.repo also required for an installation on an Atomic Fedora desktop?

> It seems to work on atomic too. Is the command dnf config-manager addrepo --from-repofile=https://repo.librewolf.net/librewolf.repo also required for an installation on an Atomic Fedora desktop?

@eIKpaSrnMoKI wrote in #124 (comment):

It seems to work on atomic too.

Is the command dnf config-manager addrepo --from-repofile=https://repo.librewolf.net/librewolf.repo also required for an installation on an Atomic Fedora desktop?

Yes

@eIKpaSrnMoKI wrote in https://codeberg.org/librewolf/website/pulls/124#issuecomment-10251350: > > It seems to work on atomic too. > > Is the command dnf config-manager addrepo --from-repofile=https://repo.librewolf.net/librewolf.repo also required for an installation on an Atomic Fedora desktop? Yes
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
librewolf/website!124
Reference in a new issue
librewolf/website
No description provided.
Delete branch "eIKpaSrnMoKI/website:update-fedora-installation-path"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?