Skip to content

Install YAD on my computer *solved* #233

@cryinkfly

Description

@cryinkfly

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

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions