NativeDSD has developed their own download manager. It is available for MacOS and Windows. The Linux Installation is explained below. The latest version info can be found here.
CLI Installation
Download the RPM package to your Downloads folder
Open terminal:
a. Right click inside folder, choose Open in terminal
b. Use main menu Activities to start the terminal, go to the folder (cd ~/Downloads)Run installation command with superuser pivileges:
"sudo dnf install ./nativedsd-2.1.2.x86_64.rpm"
sudo = do as superuser (root)
dnf = actual RPM-based package manager in RHEL family Linux systems (RHEL, CentOS, Alma/Rocky Linux, Oracle Linux, Fedora, etc.)Input your (user's) password if asked. Not applicable for NOPASSWD sudoers users
Answer "y" when asked to confirm operation
Wait for "Complete!"
[johndoe@charger Downloads]$ sudo dnf install ./nativedsd-2.1.2.x86_64.rpm
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for johndoe:
Last metadata expiration check: 0:26:23 ago on Sun 08 Dec 2024 12:16:12 AM MSK.
Dependencies resolved.
=============================================================
Package Architecture Version Repository Size
=============================================================
Installing:
nativedsd x86_64 2.1.2-1 @commandline 59 M
Transaction Summary
=============================================================
Install 1 Package
Total size: 59 M
Installed size: 207 M
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : nativedsd-2.1.2-1.x86_64 1/1
Running scriptlet: nativedsd-2.1.2-1.x86_64 1/1
Verifying : nativedsd-2.1.2-1.x86_64 1/1
Installed:
nativedsd-2.1.2-1.x86_64
Complete!
[johndoe@charger Downloads]$
GUI Installation
Open downloaded RPM (via popup or downloads)
Software manager appeared, click "Install"
Authenticate with your (user's) password to get superuser privileges
Installation progress
Launch app when installed:
a. from Software manager app
b. from main menu (Activities)Authenticate with token
Special thanks to Artem E. for providing the help article content regarding Linux installation.