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

https://github.com/cosmic-utils/examine

A system information viewer for the COSMIC™ Desktop
https://github.com/cosmic-utils/examine

cosmic cosmic-ext-application examine pop-os

Last synced: about 1 year ago
JSON representation

A system information viewer for the COSMIC™ Desktop

Awesome Lists containing this project

README

          





Examine

A system information viewer for the COSMIC™ Desktop


## Install

To install Examine, you will need [just](https://github.com/casey/just), if you're on Pop!\_OS, you can install it with the following command:

```sh
sudo apt install just
```

On Fedora (or derivatives), you can install it with the following command:
```sh
sudo dnf install just
```

After you install it, you can run the following commands to build and install your application:

```sh
just build-release
sudo just install
```

To uninstall simply run

```sh
sudo just uninstall
```