diff --git a/Run-Manuskript-from-Source-Code-on-Linux.md b/Run-Manuskript-from-Source-Code-on-Linux.md index f76378c..4b03480 100644 --- a/Run-Manuskript-from-Source-Code-on-Linux.md +++ b/Run-Manuskript-from-Source-Code-on-Linux.md @@ -32,11 +32,11 @@ Manuskript is written in Python (v3) programming language and uses the cross-pla sudo apt install python3 python3-pyqt5 python3-pyqt5.qtwebkit libqt5svg5 python3-lxml zlib1g -**Fedora**: _Some packages have different names._ +**Fedora**: su -c "dnf install python3 python3-qt5 python3-qt5-webkit qt5-qtsvg python3-lxml zlib" -_Accept other dependencies proposal._ +Accept all other dependencies as proposed. ## Install Optional Dependencies