Improve Linux install advice

This commit is contained in:
James R. Barlow
2022-08-01 01:59:40 -07:00
parent 42c983c86c
commit c7fcbe9075
+4 -4
View File
@@ -226,11 +226,11 @@ package:
LINUX_INSTALL_ADVICE = '''
On systems with the aptitude package manager (Debian, Ubuntu), try these
commands:
sudo apt-get update
sudo apt-get install {package}
sudo apt update
sudo apt install {package}
On RPM-based systems (Red Hat, Fedora), search for instructions on
installing the RPM for {program}.
On RPM-based systems (Red Hat, Fedora), try this command:
sudo dnf install {package}
'''
WINDOWS_INSTALL_ADVICE = '''