An open API service indexing awesome lists of open source software.

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

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
- meson

To 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.

![a screenshot of the main rhino system page](https://user-images.githubusercontent.com/60044824/239697615-46fc10e0-9307-4665-9263-0053185cf2b2.png)