Skip to content

Instantly share code, notes, and snippets.

@anpleenko
Created June 10, 2020 09:14
Show Gist options
  • 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'
@Rizal-13
Copy link

Thanks for your information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment