Skip to content

maxiberta/htop-snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?)

That'll install the latest stable release of htop.

Or, if you're feeling adventurous, try the Launchpad autobuilds 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

License

The build files in this repository are provided under the terms of the MIT license.

htop is an open source system monitor licensed under the GPL version 2 or later.

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 or the source repository.