From f05682451b6d489bc62c82e7f08c4b63cba4721f Mon Sep 17 00:00:00 2001 From: kwaaak Date: Sun, 15 Nov 2020 17:19:00 +0100 Subject: [PATCH] Change libparted library name (#150) * Change libparted library name On Ubuntu 20.04.1 LTS, the name of the library is libparted-dev Co-authored-by: Michel Machado --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5a01e64..c75b147 100644 --- a/README.rst +++ b/README.rst @@ -277,7 +277,10 @@ f3probe and f3brew require version 1 of the library libudev, and f3fix requires version 0 of the library libparted to compile. On Ubuntu, you can install these libraries with the following command:: - sudo apt-get install libudev1 libudev-dev libparted0-dev + sudo apt-get install libudev1 libudev-dev libparted-dev + +If you are running a version of Ubuntu before 20.04.1, replace the package `libparted-dev` +on the command line above with `libparted0-dev`. On Fedora, you can install these libraries with the following command::