0

Trying to install protonvpn-stable-release_1.0.3_all.deb using sudo apt-get install. terminal responds: E: Unsupported file ///home/george/Downloads given on commandline

$ sudo apt-get install ///home/george/Downloads protonvpn-stable-release_1.0.3_all.deb
[sudo] password for george: 
Reading package lists... Done
E: Unsupported file ///home/george/Downloads given on commandline

protonvpn-stable-release_1.0.3_all.deb is definatly in download file on the computer

steeldriver
  • 136,215
  • 21
  • 243
  • 336
  • Please read https://askubuntu.com/help/how-to-ask and https://askubuntu.com/help/formatting – waltinator May 04 '23 at 13:50
  • Contact the maker of the VPN they have their own support. – David May 04 '23 at 15:00
  • The maker of the VPN, Proton provided an answer that is unusable to me in my present state of tech. – Hotwrench May 04 '23 at 15:03
  • If the .deb file is located in your downloads directory, then you need to separate the path and the filename with a / not a space: sudo apt-get install /home/george/Downloads/protonvpn-stable-release_1.0.3_all.deb – steeldriver May 04 '23 at 23:00
  • It seems like you're trying to install a .deb file the same way as in this answer, but your syntax is incorrect. – karel May 05 '23 at 02:09

0 Answers0