https://github.com/rhino-linux/rhino-system
A system information & updates application
https://github.com/rhino-linux/rhino-system
Last synced: 13 days ago
JSON representation
A system information & updates application
- Host: GitHub
- URL: https://github.com/rhino-linux/rhino-system
- Owner: rhino-linux
- License: gpl-3.0
- Created: 2023-04-11T21:09:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T16:41:05.000Z (4 months ago)
- Last Synced: 2025-01-24T17:31:37.228Z (4 months ago)
- Language: Python
- Size: 777 KB
- Stars: 6
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
### Issues Tracker
To report issues or propose new features for this repository, visit [our tracker](https://github.com/rhino-linux/tracker).
# rhinosystem
Upgrade and system info tool for Rhino Linux
# Building
Following dependencies are required
- python3-gi
- gir1.2-adw-1
- gir1.2-gtk-4.0
- gir1.2-vte-3.91
- libadwaita-1-0
- libvte-2.91-gtk4-0
- gettext
- desktop-file-utils
- mesonTo build and install rhino-system simply run
```
sudo apt install python3-gi gir1.2-adw-1 gir1.2-gtk-4.0 gir1.2-vte-3.91 libadwaita-1-0 libvte-2.91-gtk4-0 gettext desktop-file-utils meson
cd rhino-system/
meson setup _build
sudo ninja -C _build install
sudo chmod +x /usr/local/bin/rhinosystem
```To launch it run `rhinosystem` in your terminal or search for it in your desktop environment.
