Installing
-
3. Installing Video DownloadHelper
Then to Install Video DownloadHelper on Fedora
First, access the Target Directory
Usually into the Home’s Downloads folder:cd && cd Downloads
To verify it’s there Listing the Directory contents with:
ls . | grep downloadhelper
But if you are in Trouble to Find it Out on Terminal See: How to Access Downloads Folder from Browser.
Local User Setup
First, extract it into the Home Folder with:
tar xvzf net.downloadhelper.coapp-1.6.1-1_amd64.tar.gz -C ~
And then run the Installation Script:
~/net.downloadhelper.coapp-1.6.1/bin/net.downloadhelper.coapp-linux-64 install --user
System-Wide Setup
First, extract it into the /usr/local Folder with:
sudo tar xvzf net.downloadhelper.coapp-1.6.1-1_amd64.tar.gz -C /usr/local
And then similarly execute the Installation running:
sudo /usr/local/net.downloadhelper.coapp-1.6.1/bin/net.downloadhelper.coapp-linux-64 install --system
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents