-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Juha Kukkonen edited this page Jan 6, 2019
·
10 revisions
- Download the vartiant suitable for arch based distros.
- Browse where the downloaded file is located and run a command
$ sudo pacman -U __downloaded_file__
- Also install required packages if needed
$ sudo pacman -S glib2 xdg-utils
- Download the vartiant suitable for RPM based distros.
- Browse where the downloaded file is located and run a command
$ sudo dnf localinstall __downloaded_file__
- Also install required packages if needed
$ sudo dnf install glib2-devel xdg-utils
- Download the vartiant suitable for RPM based distros.
- Browse where the downloaded file is located and run a command
$ sudo zypper install __downloaded_file__
- Zypper might notify about missing dependency. Just choose to break loginized application and ingore missing dependencies.
- Zypper might also notify that package is not signed. Just choose to ingore this.
- Also install required packages if needed
$ sudo zypper install glib2-devel xdg-utils
- Download the vartiant suitable for Debian based distros.
- Browse where the downloaded file is located and run a command
$ sudo dpkg -i __downloaded_file__
- Also install required packages if needed
$ sudo apt install libglib2.0-bin libglib2.0-dev-bin xdg-utils