ProxyMan: install not working on Ubuntu 18.10 however main.sh works
user@love:~/ProxyMan-master$ sudo ./install
Failed to install :(
You can still use it > ./main.sh set
Worked fine in Fedora though.
About this issue
- Original URL
- State: open
- Created 5 years ago
- Comments: 20 (5 by maintainers)
I also faced the same problem when i tried to install it in my Debian 9.x vm. The issue is “proxyman” was copied to $HOME/.local/bin but this path was not in my PATH environment location. Mypath: /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
Solution: First set the PATH variable in the ~/.bashrc file. Open the file with your text editor and add the following line at the end of it: export PATH=“$PATH:$HOME/.local/bin” Then run: $ source ~/.bashrc
Next run the installation: ./install
Now it should complete successfully
😢
I’ve the same issue on Linux Mint 19.1 Tessa 64-bit
I second this. Fresh Ubuntu 18.04 failed to install.
Update: I tried the current version (177 commit) again on Ubuntu 18.04, it works!
Finally I could install it. I moved the ProxyMan folder to /opt and executed the install file