-
Notifications
You must be signed in to change notification settings - Fork 38
Remove Uget Chrome Wrapper
Gobinath edited this page Mar 18, 2018
·
3 revisions
Years ago I developed uget-chrome-wrapper to integrate Google Chrome with uGet download manager on Linux systems. Later it was contributed by open source community (it's you) and enhanced with new features and support for new platforms. In 2018, uget-chrome-wrapper has been adopted by uGet team as our official add-on and renamed to uget-integrator. Our new uget-extension add-on no longer support uget-chrome-wrapper
. Therefore, please uninstall uget-chrome-wrapper and install uget-integrator.
You only need to remove uget-chrome-wrapper. Use the same uGet browser add-on.
yaourt -R uget-chrome-wrapper
# uGet has been moved to a new official PPA
# Remove uget and uget-chrome-wrapper
sudo apt remove uget
sudo apt remove uget-chrome-wrapper
# Remove old PPAs
sudo add-apt-repository --remove ppa:slgobinath/uget-chrome-wrapper
sudo add-apt-repository --remove ppa:plushuang-tw/uget-stable
sudo apt update
wget https://raw.githubusercontent.com/slgobinath/uget-chrome-wrapper/master/build/linux/uninstall_uget_chrome_wrapper.sh
sudo sh uninstall_uget_chrome_wrapper.sh
- Open Add/Remove programs
- Uninstall uget-chrome-wrapper
- Optinally, remove uGet
bin
folder from environment variablePATH
.
uget-integrator for Windows no longer requires
PATH
modification.