DEV Community

Indra Wahyu
Indra Wahyu

Posted on • Edited on

3 2

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

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs