mirror of
https://github.com/AltraMayor/f3.git
synced 2025-09-09 07:09:35 -04:00
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 <michel@digirati.com.br>
This commit is contained in:
parent
e8cc238c72
commit
f05682451b
@ -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::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user