cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.95k stars 121 forks source link

Install Zenity on my computer *solved* #223

Closed cryinkfly closed 2 years ago

cryinkfly commented 2 years ago

For my setup wizard I use the Zenity program, which is responsible for display and user interaction!

That's why I've put together a list for the various Linux distributions:

Debian based systems:

sudo apt-get update && sudo apt-get install software-properties-common zenity

Red Hat based systems:

sudo dnf update && sudo dnf install zenity

Arch based systems:

sudo pacman -Sy --needed zenity

openSUSE based systems:

su -c 'zypper up && zypper install zenity'

Void based systems:

sudo xbps-install -Sy zenity

Solus based systems:

sudo eopkg install zenity

Gentoo based systems:

sudo emerge -av gnome-extra/zenity