diff --git a/docs/install_pipx.md b/docs/install_pipx.md
index 3e7310f97f80c992b78e4cedc12c8a0a67f604c5..c653986fe76776f539df921536feafb24cd5dfa1 100644
--- a/docs/install_pipx.md
+++ b/docs/install_pipx.md
@@ -25,7 +25,7 @@ On a Unix system, run in your shell following commands:
 
 === "Fedora"
     ```
-    sudo dnf install libsodium
+    sudo dnf install libsodium-devel
     ```
 
 === "macOS"
@@ -52,12 +52,6 @@ Check [`pipx` documentation](https://pipx.pypa.io/stable/) for an extended insta
     brew install python3 pipx
     ```
 
-Following packages might be necessary:
-
-```
-sudo apt install libffi-dev python3-wheel libssl-dev
-```
-
 ## Install with pipx
 
 [pipx](https://pypa.github.io/pipx/) tool is recommended for Python executables.