Linux
Requirements
- Ubuntu 20.04.0 +
Installing the Doohly Player
When installing the Doohly Player on a Linux system, running the below command will start a script that automatically downloads the player, installs it, ensures it automatically starts on login, and immediately starts it.
This script will also download two additional pieces of software that are required for the Doohly Player to run. FUSE, which allows AppImage files to be run as executables, as well as an extension that hides the taskbar.
sudo wget -qO- https://dooh.ly/player/linux/install.sh | bash -s -- -q
This will also create a shortcut to the Doohly Player in the list of applications.
Updating the Doohly Player
To avoid any issues, the following command is the only way to correctly and successfully update the Doohly Player on Linux OS devices.
$HOME/.doohly-player/update.sh
Uninstalling the Doohly Player
To uninstall the Doohly Player, enter the below command to execute our uninstall script. This script will not only uninstall and remove everything the previous script installed, it will also look for and remove any manually created shortcuts. The script will also stop anything related to Doohly from starting on device startup.
wget -qO- https://dooh.ly/player/linux/uninstall.sh | bash
Updated 5 days ago