-
Notifications
You must be signed in to change notification settings - Fork 39
Installation
Migrating from uget-chrome-wrapper
uget-chrome-wrapper is no longer supported. Please remove uget-chrome-wrapper from your system by following: Remove Uget Chrome Wrapper.
pacaur -S uget-integrator-chrome uget-integrator-chromium uget-integrator-opera uget-integrator-firefox
Vivaldi users must install
uget-integrator-chromium
Above packages bind uget-integrator with respective browsers. You can ignore a package if you do not have the browser or do not want to integrate it with uGet.
For example, if you use Mozilla Firefox only, installing uget-integrator-firefox is enough.
sudo add-apt-repository ppa:uget-team/ppa
sudo apt update
sudo apt install uget-integrator
wget https://raw.githubusercontent.com/ugetdm/uget-integrator/master/install/linux/install_uget_integrator.sh
chmod +x install_uget_integrator.sh
./install_uget_integrator.sh
- Install the latest uGet Download Manager using Windows installer
- Download and install the latest uget-integrator_x.x.x.x.exe
Note: Portable method involves manual configurations so it is only recommended for advanced users
-
Download and extract portable uGet Download Manager from official website
-
Download and extract the latest uget-integrator_win_x.x.x.zip
-
Open
uget-integrator\uget-integrator.pyin Notepad and replace"C:\\uGet\\bin\\uget.exe"in line no 38 by the absolute path ofuget.exeSuppose you extracted uGet intoC:\Program Files (x86)directory then line no 38 should look like this:UGET_COMMAND = "C:\\Program Files (x86)\\uGet\\bin\\uget.exe"
Note that
\\is used in place of\Relative path should work without any problems. However, we recommend to use relative paths in the following format to avoid unexpected runtime problems. In this format, you need to replace
"..\\uGet\\bin\\uget.exe"by the actual relative path ofuget.exe.UGET_COMMAND = join(os.path.dirname(os.path.realpath(__file__)), "..\\uGet\\bin\\uget.exe")
Above example assumes the following folder structure:
. |- uget-integrator |- add_config.bat |- LICENSE |- remove_config.bat |- uget-integrator.bat |- uget-integrator.py |- python-3.6.4 |- uGet |- bin |- uget.exe |- other files |- other files and folders -
Execute
uget-integrator\add_config.batto create required configuration files and Registry entries
Install the uGet Integration extension.
- Google Chrome, Chromium and Vivaldi: Chrome Extension
- Opera: Opera Addon
- Mozilla Firefox 56+: Firefox Addon