Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxiberta/htop-snap

The `htop` utility packaged as a snap.
https://github.com/maxiberta/htop-snap

htop linux snap snapcraft snappy ubuntu ubuntu-core

Last synced: 3 months ago
JSON representation

The `htop` utility packaged as a snap.

Awesome Lists containing this project

README

        


This is the snap for htop, an interactive process viewer.


It works on Ubuntu, Fedora, Debian, and other major Linux distributions.



htop

## Command-line Installation

sudo snap install htop

([Don't have snapd installed?](https://snapcraft.io/docs/core/install))

That'll install the latest _stable_ release of `htop`.

Or, if you're feeling adventurous, try the [Launchpad autobuilds](https://launchpad.net/~maxiberta/+snap/htop-edge) for the _next major release_ from the `edge` channel:

sudo snap install htop --edge

## Permissions (optional)

Once installed, this snap can optionally be connected to some extra plugs:

sudo snap connect htop:mount-observe
sudo snap connect htop:network-control # DELAYACCT support

## The Snapcrafters

[maxiberta](https://github.com/maxiberta/)

## License

The build files in this repository are provided under the terms of the [MIT license](LICENSE).

`htop` is an open source system monitor licensed under the [GPL version 2 or later](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html).

The `htop` logo in this repository has been adopted from the upstream repository, thus inheriting its license.

## Upstream

For more information on `htop` have a look at its [homepage](https://htop.dev) or the [source repository](https://github.com/htop-dev/htop).