Skip to content

Commit 312d197

Browse files
mikelolasagastijfcoz
authored andcommittedSep 26, 2020
Add Fedora package install step.
Change from apt-get to apt.
1 parent 089f23c commit 312d197

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
 

‎README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ It needs Perl with various modules, mainly `DBD::Pg`
124124

125125
- On Debian or a derivative:
126126
```
127-
apt-get install libdbd-pg-perl libdbi-perl perl-modules
127+
apt install libdbd-pg-perl libdbi-perl perl-modules
128128
```
129129
- On Fedora or a derivative:
130130
```
@@ -169,6 +169,15 @@ postgres$ postgresqltuner.pl --host=/var/run/postgresql # PostgreSQL socket dir
169169

170170
If available, postgresqltuner.pl will use standard PostgreSQL variables like `PGHOST`, `PGPORT`, `PGDATABASE`, `PGUSERNAME`, and password from the `~/.pgpass` file.
171171

172+
### From package
173+
174+
- On Fedora:
175+
```
176+
dnf install postgresqltuner
177+
```
178+
179+
- On RHEL/CentOS it is available in EPEL.
180+
172181

173182
### With Docker
174183

0 commit comments

Comments
 (0)
Please sign in to comment.