Skip to content

cosmic-utils/examine

Repository files navigation


Examine

A system information viewer for the COSMIC™ Desktop

Todo

  • Show lines separately/in rows using cards/widgets and not a text widget (Distribution page completed)
  • More pages

Install

To install Examine, you will need just, if you're on Pop!_OS, you can install it with the following command:

sudo apt install just

On Fedora (or derivatives), you can install it with the following command:

sudo dnf install just

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

just build-release
sudo just install

To uninstall simply run

sudo just uninstall