Skip to content

Instantly share code, notes, and snippets.

@anpleenko
Created June 10, 2020 09:14
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anpleenko/dd941a51886e9ae5beffb6919a78bd80 to your computer and use it in GitHub Desktop.
Save anpleenko/dd941a51886e9ae5beffb6919a78bd80 to your computer and use it in GitHub Desktop.
Winbox on Ubuntu 20.04 Desktop
sudo apt-get install wine -y
wget http://www.mikrotik.com/download/winbox.exe
sudo mv winbox.exe /bin
wine /bin/winbox.exe
# alias winbox='wine /bin/winbox.exe'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment