Whenever I try sudo apt-get update I get this error:
W: Failed to fetch Could not connect to repo.windscribe.com:443 (10.10.34.35), connection timed out The windscribe.com VPN is forbidden in my country. Is there any other way to install winscribe-cli package manually? I'm using Ubuntu 20.04 LTS x86_64.
33 Answers
i found a solution
visit: with your mobile (use an android vpn)
in the website click on "Give Me Binaries" button
download the Windscribe for your linux distro
copy the .deb file to linux and install the downloaded .deb file
open terminal and write this code: windscribe login
enter your user name and password
write this code to connect: windscribe connect
enjoy! 😊
This might not be the mind-blowingly smart answer you'd expect and it obviously doesn't work for downloads via the terminal, but you can use a vpn in the form of a browser extension (Windscribe has one too), then download the Windscribe GUI deb file from your browser, use the dpkg command in the page to install it and use it afterward.
Follow these steps:
Download the ".deb" package from Windscribe Debian package page by clicking on your intended version number.
- As a note, you can download this resource from another device that has access to download it with the help of a VPN or other tools and then move it to your Ubuntu system.
- As a note, you can download this resource from another device that has access to download it with the help of a VPN or other tools and then move it to your Ubuntu system.
Then, on your Ubuntu system, run the following command in the directory that you saved the ".deb" package:
sudo dpkg -i YOUR_DOWNLOADED_PACKAGE_NAME.deb
Now you can use the Windscribe CLI tool with windscribe commands.