Install Winbox on Fedra Linux

bukanspot

Indra Wahyu

Posted on April 27, 2022

Install Winbox on Fedra Linux

Install wine

Install wine fedora 35

Download Winbox

Winbox

Download icon

Icon

Create Shortcut

create winbox directory and move winbox.exe



cd /opt
sudo mkdir winbox
sudo mv ~/Downloads/winbox.exe /opt/winbox


Enter fullscreen mode Exit fullscreen mode

Rename icon as winbox and move to winbox directory



sudo mv ~/Downloads/winbox.jpg /opt/winbox


Enter fullscreen mode Exit fullscreen mode

Create .desktop file



cd /usr/share/applications
sudo nano winbox.desktop


Enter fullscreen mode Exit fullscreen mode

Add this code to winbox.desktop



[Desktop Entry]
Encoding=UTF-8
Name=Winbox
Comment=winbox app
Exec=wine /opt/winbox/winbox.exe
Icon=/opt/winbox/winbox.jpg
Terminal=false
Type=Application
Categories=GNOME;Application;Utility;


Enter fullscreen mode Exit fullscreen mode

Now winbox available on drawer
gnome drawer

Ez to run

winbox


Reference

💖 💪 🙅 🚩
bukanspot
Indra Wahyu

Posted on April 27, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related