Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maxiberta/htop-snap
- Owner: maxiberta
- License: mit
- Created: 2017-09-01T16:11:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T22:46:40.000Z (7 months ago)
- Last Synced: 2024-07-12T01:06:27.200Z (7 months ago)
- Topics: htop, linux, snap, snapcraft, snappy, ubuntu, ubuntu-core
- Size: 89.8 KB
- Stars: 19
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.## 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).