| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| DEB | 2025-04-21 | ||
| README.md | 2025-04-21 | 3.8 kB |
|
| Totals: 2 Items | 3.8 kB | 0 | |
Vinari Software - Apps for Linux distributions.
For more information or technical support click here:
- Dependencies to run the applications on any Linux installation:
- libglib2.0-0
- libgtk-4-0
- libpng16-16
All of this dependencies should be satisfied on Vinari OS 4.0.0 HELIUM and newer.
If you need to install the dependencies, please type the following commands in a Debian based distribution:
$ sudo apt update
$ sudo apt install libglib2.0-0 libgtk-4-0 libpng16-16
If you need to install the dependencies, please type the following commands in an Arch based distribution:
$ sudo pacman -Syu
$ sudo pacman -S glib2 gtk4 libpng
If you need to install the dependencies, please type the following commands in a RedHat based distribution:
$ sudo dnf upgrade
$ sudo dnf install glib2 gtk4 libpng
About the applications:
-
Integrity Check - Vinari Software 1.2.2 (GTK 4 Version) - Source code:
- Integrity Check - Vinari Software [GTK version] is a GUI application designed to get the verification sum of a file (MD5, SHA1, SHA256, SHA384, SHA512) and compare to the sum of verification provided, and by doing this, it can determine if the file you are working on is corrupted or not.
-
PowerDown - Vinari Software 1.2.2 (GTK 4 Version) - Source code:
- PowerDown - Vinari Software [GTK version] is a GUI application designed to set the shutdown or reboot of your computer, it can also be described as an interface for the ‘shutdown’ command in UNIX-Like systems.
-
Vinari OS SDK - Vinari Software 1.3.0 (GTK 4 Version) - Source code:
- Vinari OS SDK - Vinari Software [GTK version] is a GUI application designed to create template projects for Vala/GTK 4, C++ & JavaScript, and help programers start development without a big bloated IDE.
-
VAMM - Vinari Software 1.3.0 (GTK 4 Version) Source code:
- Vinari OS Apache & MariaDB Manager - Vinari Software [GTK Version] is a GUI application designed to manage LAMP (Apache & MariaDB or MySQL) services using a GTK 4 GUI.
-
Lanciatore - Vinari Software 1.1.1 (GTK 4 Version) - Source code:
- Lanciatore - Vinari Software [GTK version] is a Linux application that allows the user to create launchers for their applications following the FreeDesktop standard
Compilation & Installation guide:
- You will need the following packages to compile this applications (Package names can vary from distribution to distribution):
| Debian package name | Arch package name | openSUSE package name |
|---|---|---|
| valac | vala | vala |
| gcc | gcc | gcc |
| meson | meson | meson |
| ninja-build | ninja | ninja |
| libglib2.0-dev | glib2 | glib2-devel |
| libgtk-4-dev | gtk4 | gtk4-devel |
| gettext | gettext | gettext-tools |
- Compilation guide:
- You need to open a terminal in the root directory of the project, tipically is called project-name"-gtk-master”, once you’re there, you’ll need to run the following commands:
$ meson build --buildtype=release
$ cd build/
$ ninja