All Projects → mriza → Winbox Installer

mriza / Winbox Installer

Licence: mit
Install winbox in fedora/ubuntu linux, using wine

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Winbox Installer

Jsvu
JavaScript (engine) Version Updater
Stars: ✭ 1,192 (+893.33%)
Mutual labels:  installer
Clr Installer
Clear Linux* OS Installer
Stars: ✭ 80 (-33.33%)
Mutual labels:  installer
Githubextins
Install Browser Extensions straight from GitHub Repositories.
Stars: ✭ 100 (-16.67%)
Mutual labels:  installer
Installer
dmd installers for various systems
Stars: ✭ 74 (-38.33%)
Mutual labels:  installer
Githacktools
The best Hacking and PenTesting tools installer on the world
Stars: ✭ 78 (-35%)
Mutual labels:  installer
Eidolon
Provides a single TUI-based registry for drm-free, wine and steam games on linux, accessed through a rofi launch menu.
Stars: ✭ 85 (-29.17%)
Mutual labels:  wine
Archlinux Installer
Arch Linux Installer,Install your Arch Linux more quickly
Stars: ✭ 72 (-40%)
Mutual labels:  installer
Bpkg
Lightweight bash package manager
Stars: ✭ 1,601 (+1234.17%)
Mutual labels:  installer
Android Sdk Installer
Linux utility which aims to automatically install and configures Android SDK, Eclipse ADT Plugin, adds hardware support for devices and enables full MTP support.
Stars: ✭ 78 (-35%)
Mutual labels:  installer
Goup
Elegant Go installer
Stars: ✭ 94 (-21.67%)
Mutual labels:  installer
Have It
The fastest NPM install does nothing because you already have it
Stars: ✭ 75 (-37.5%)
Mutual labels:  installer
Esvu
esvu is your one-stop shop for all implementations of ECMAScript.
Stars: ✭ 78 (-35%)
Mutual labels:  installer
Neuron
Python project for creating desktop applications with HTML and Javascript
Stars: ✭ 86 (-28.33%)
Mutual labels:  installer
Elasticsearch Setup
elasticsearch oss installer for windows.
Stars: ✭ 74 (-38.33%)
Mutual labels:  installer
Deepin Wine Qq Arch
Tencent QQ on Deepin Wine5(com.qq.im.deepin) For Archlinux
Stars: ✭ 111 (-7.5%)
Mutual labels:  wine
K8s Offline
Offline installation package for kubernetes.
Stars: ✭ 72 (-40%)
Mutual labels:  installer
Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (-30%)
Mutual labels:  installer
Winetricks
Winetricks is an easy way to work around problems in Wine
Stars: ✭ 1,786 (+1388.33%)
Mutual labels:  wine
Truckersmp Cli
A simple launcher for truckersMP to be used with wine
Stars: ✭ 111 (-7.5%)
Mutual labels:  wine
Slpkg
📦 Mirror of slpkg repository
Stars: ✭ 86 (-28.33%)
Mutual labels:  installer

winbox-installer

A simple helper script to install Mikrotik's Winbox in GNU/Linux

Feature:

  1. Supported GNU/Linux distributtions: Debian, Ubuntu, Elementary OS, Zorin OS, Linux Mint, Kali Linux, Fedora, RHEL, CentOS, IGOS Nusantara, Archlinux
  2. Installs wine
  3. Upgrades wine (from the distribution's repo) to a newer version (only for Fedora, RHEL, CentOS, IGN)
  4. Menu entry in the application launcher
  5. Latest winbox from https://mikrotik.com/download

How to install:

Copy and paste this commands to your terminal:

  1. cd /tmp
  2. git clone https://github.com/mriza/winbox-installer.git
  3. cd winbox-installer
  4. sudo ./winbox-setup install OR sudo bash winbox-setup install

Firewall setting:

On Fedora/CentOS/Redhat, if you experience neighbor discovery problems, open the port in the firewall ( thanks @yrubdab )

firewall-cmd --permanent --add-port=5678/udp

firewall-cmd --reload

Icon cache in GTK based desktop:

Optional step for GTK based desktop, if the icon is not loaded or loaded with wrong size. Update icon cache with this command:

gtk-update-icon-cache -f -t /usr/share/icons/hicolor

How to remove:

If you want to remove winbox, just run this command:

sudo ./winbox-setup remove OR sudo ./winbox-setup remove

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].