@@ -42,28 +42,17 @@ Package is available from the [official repo][gentoo].
42
42
emerge pick
43
43
```
44
44
45
- ### Fedora/RHEL/CentOS
45
+ ### Fedora Linux
46
46
47
- The RPM builds are not yet in the official repositories.
48
- But you can use the
49
- [ COPR repo] ( https://copr.fedorainfracloud.org/coprs/freedomben/pick/ )
50
- for all currently supported distro versions, see
51
- [ Active Releases] ( https://copr.fedorainfracloud.org/coprs/freedomben/pick/ ) :
47
+ Package is available from the [ official repo] [ fedora ] .
52
48
53
49
``` sh
54
- sudo dnf install -y dnf-plugins-core && \
55
- sudo dnf copr enable -y freedomben/pick && \
56
- sudo dnf install -y pick
50
+ dnf install pick
57
51
```
58
52
59
- Alternatively, on Fedora 33 on x86_64 the RPM can be installed directly:
53
+ ### RHEL/CentOS
60
54
61
- ``` sh
62
- wget https://github.com/FreedomBen/pick-rpm/releases/download/v4.0.0/pick-4.0.0-1.fc33.x86_64.rpm
63
- sudo dnf install pick-4.0.0-1.fc33.x86_64.rpm
64
- ```
65
-
66
- If you are running RHEL, CentOS, Fedora 31/32, or if you are on ARM/aarch64
55
+ If you are running RHEL, CentOS, Fedora 31-33, or if you are on ARM/aarch64
67
56
architecture, you can find appropriate RPMs on the
68
57
[ RPM project releases page] ( https://github.com/FreedomBen/pick-rpm/releases ) .
69
58
@@ -135,3 +124,4 @@ Copyright (c) 2019 Calle Erlandsson, Anton Lindqvist & thoughtbot.
135
124
[ release ] : https://github.com/mptre/pick/releases/
136
125
[ ubuntu ] : https://packages.ubuntu.com/xenial/pick
137
126
[ void ] : https://github.com/void-linux/void-packages/blob/master/srcpkgs/pick/template
127
+ [ fedora ] : https://src.fedoraproject.org/rpms/pick
0 commit comments