docs(installation): Fedora & CentOS wrong package libvhd-utils (#7200)

Under Packages the installation of package `libvhdi-utils` is incorrect for Fedora/CentOS. This should be replaced by `libvhdi-tools` instead.
This commit is contained in:
Michael Bennett
2023-11-21 11:46:17 -05:00
committed by GitHub
parent 858ecbc217
commit 887b49ebbf

View File

@@ -112,7 +112,7 @@ apt-get install build-essential redis-server libpng-dev git python3-minimal libv
On Fedora/CentOS like:
```sh
dnf install redis libpng-devel git libvhdi-utils lvm2 cifs-utils make automake gcc gcc-c++
dnf install redis libpng-devel git libvhdi-tools lvm2 cifs-utils make automake gcc gcc-c++
```
### Make sure Redis is running