-
-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
For my setup wizard I use the YAD 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 yad
Red Hat based systems:
sudo dnf update && sudo dnf install yad
Arch based systems:
sudo pacman -Sy --needed yad
openSUSE based systems:
su -c 'zypper up && zypper install yad'
Void based systems:
sudo xbps-install -Sy yad
Solus based systems:
sudo eopkg install yad
Gentoo based systems:
sudo emerge -av gnome-extra/yad
Hadlock, huuxfluux and nielsfechtelPavel-N and nielsfechtel
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation