609
edits
Changes
m
For ==== '''Debian-based systems''', this ==== First '''purging''' is done in two steps:<br />
For <prompt>:$ sudo dpkg -i <deb file><br /> assuming you are in the folder where you downloaded it. ==== '''RPM-based systems''' (from v1.1.1), the procedure ==== Purging has two steps:<br />
Once the old versions are removed, installation is straight-forward: For Then '''Debian-based systemsInstallation''':<br /> <prompt>:$ sudo dpkg -i <deb file><br /> assuming you are in the folder where you downloaded it. For '''RPM-based systems''' (from v1.1.1), you You may need to pre-install some libraries (the example below is for Fedora 31):<br />
→Linux version
<prompt>$ dpkg -l | grep -i oscar<br />
<prompt>$ sudo dpkg --purge <package-name><br />
Then '''installation''':<br />
<prompt>$ dnf list installed “oscar*”<br />
<prompt>$ sudo dnf remove <package-name><br />
<prompt>$ sudo dnf install mesa-libGLU-9.0.1-1.fc31<br />
Donate to Apnea Board