Skip to content

Commit bcb95bd

Browse files
authored
Update Fedora section of the README.md file (#4792)
After discussion from the following PR ( #4362 ) I have finally found time to make a PR to update the Fedora section of the README.md file. I actually use those instructions myself from few different Fedora and Amazon Linux 2023 machines. Here is an example of installing lazygit from the Copr: ``` » sudo dnf install lazygit Updating and loading repositories: Repositories loaded. Package Arch Version Repository Size Installing: lazygit x86_64 0.48.0-1.fc41 copr:copr.fedorainfracloud.org:dejan:lazygit 21.5 MiB Transaction Summary: Installing: 1 package Total size of inbound packages is 6 MiB. Need to download 6 MiB. After this operation, 22 MiB extra will be used (install 22 MiB, remove 0 B). Is this ok [y/N]: y [1/1] lazygit-0:0.48.0-1.fc41.x86_64 100% | 3.7 MiB/s | 5.7 MiB | 00m02s ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- [1/1] Total 100% | 3.7 MiB/s | 5.7 MiB | 00m02s Running transaction [1/3] Verify package files 100% | 52.0 B/s | 1.0 B | 00m00s [2/3] Prepare transaction 100% | 3.0 B/s | 1.0 B | 00m00s [3/3] Installing lazygit-0:0.48.0-1.fc41.x86_64 100% | 44.9 MiB/s | 21.5 MiB | 00m00s Complete! ```
2 parents 5175798 + 2e0d66c commit bcb95bd

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,15 +283,21 @@ and the git version which builds from the most recent commit.
283283
Instruction of how to install AUR content can be found here:
284284
<https://wiki.archlinux.org/index.php/Arch_User_Repository>
285285

286-
### Fedora and RHEL
286+
### Fedora / Amazon Linux 2023 / CentOS Stream
287287

288-
Packages for Fedora/RHEL and CentOS Stream are available via [Copr](https://copr.fedorainfracloud.org/coprs/atim/lazygit/) (Cool Other Package Repo).
288+
Packages for Fedora, Amazon Linux 2023 and CentOS Stream are available via
289+
[Copr](https://copr.fedorainfracloud.org/coprs/dejan/lazygit/) (Cool Other Package Repo).
289290

290291
```sh
291-
sudo dnf copr enable atim/lazygit -y
292+
sudo dnf copr enable dejan/lazygit
292293
sudo dnf install lazygit
293294
```
294295

296+
These packages are built using the RPM spec file located here: https://codeberg.org/dejan/rpm-lazygit
297+
298+
You should be able to build RPMs for Fedora 41 or older, and other Fedora derivatives using the
299+
SRPM (Source RPM) file that you can grab from the latest COPR build.
300+
295301
### Solus Linux
296302

297303
```sh

0 commit comments

Comments
 (0)