mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-26 23:24:20 +02:00
docs: sort some install methods (#1443)
This commit is contained in:
parent
93d6718766
commit
a16793e3aa
50
README.md
50
README.md
@ -31,17 +31,17 @@
|
|||||||
- [Cargo](#cargo)
|
- [Cargo](#cargo)
|
||||||
- [Arch Linux](#arch-linux)
|
- [Arch Linux](#arch-linux)
|
||||||
- [Debian / Ubuntu](#debian--ubuntu)
|
- [Debian / Ubuntu](#debian--ubuntu)
|
||||||
- [Snap](#snap)
|
|
||||||
- [Exherbo Linux](#exherbo-linux)
|
- [Exherbo Linux](#exherbo-linux)
|
||||||
- [Fedora / CentOS / AlmaLinux / Rocky Linux](#fedora--centos--almalinux--rocky-linux)
|
- [Fedora / CentOS / AlmaLinux / Rocky Linux](#fedora--centos--almalinux--rocky-linux)
|
||||||
- [Gentoo](#gentoo)
|
- [Gentoo](#gentoo)
|
||||||
- [Nix](#nix)
|
- [Nix](#nix)
|
||||||
- [Solus](#solus)
|
- [Solus](#solus)
|
||||||
|
- [Snap](#snap)
|
||||||
- [Void](#void)
|
- [Void](#void)
|
||||||
- [Homebrew](#homebrew)
|
- [Homebrew](#homebrew)
|
||||||
- [MacPorts](#macports)
|
- [MacPorts](#macports)
|
||||||
- [Scoop](#scoop)
|
|
||||||
- [Chocolatey](#chocolatey)
|
- [Chocolatey](#chocolatey)
|
||||||
|
- [Scoop](#scoop)
|
||||||
- [winget](#winget)
|
- [winget](#winget)
|
||||||
- [Windows installer](#windows-installer)
|
- [Windows installer](#windows-installer)
|
||||||
- [Manual installation](#manual-installation)
|
- [Manual installation](#manual-installation)
|
||||||
@ -159,6 +159,8 @@ bottom is available as an [official package](https://archlinux.org/packages/extr
|
|||||||
sudo pacman -S bottom
|
sudo pacman -S bottom
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you want the latest changes that are not yet stable, you can also install `bottom-git` [from the AUR](https://aur.archlinux.org/packages/bottom-git).
|
||||||
|
|
||||||
### Debian / Ubuntu
|
### Debian / Ubuntu
|
||||||
|
|
||||||
A `.deb` file is provided on each [stable release](https://github.com/ClementTsang/bottom/releases/latest) and
|
A `.deb` file is provided on each [stable release](https://github.com/ClementTsang/bottom/releases/latest) and
|
||||||
@ -179,20 +181,6 @@ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0
|
|||||||
sudo dpkg -i bottom_0.9.6_armhf.deb
|
sudo dpkg -i bottom_0.9.6_armhf.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
### Snap
|
|
||||||
|
|
||||||
bottom is available as a [snap](https://snapcraft.io/install/bottom/ubuntu):
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo snap install bottom
|
|
||||||
|
|
||||||
# To allow the program to run as intended
|
|
||||||
sudo snap connect bottom:mount-observe
|
|
||||||
sudo snap connect bottom:hardware-observe
|
|
||||||
sudo snap connect bottom:system-observe
|
|
||||||
sudo snap connect bottom:process-control
|
|
||||||
```
|
|
||||||
|
|
||||||
### Exherbo Linux
|
### Exherbo Linux
|
||||||
|
|
||||||
bottom is available as a [rust package](https://gitlab.exherbo.org/exherbo/rust/-/tree/master/packages/sys-process/bottom) that can be installed with `cave`:
|
bottom is available as a [rust package](https://gitlab.exherbo.org/exherbo/rust/-/tree/master/packages/sys-process/bottom) that can be installed with `cave`:
|
||||||
@ -248,6 +236,20 @@ Available [in the Solus repos](https://dev.getsol.us/source/bottom/):
|
|||||||
sudo eopkg it bottom
|
sudo eopkg it bottom
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Snap
|
||||||
|
|
||||||
|
bottom is available as a [snap](https://snapcraft.io/install/bottom/ubuntu):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo snap install bottom
|
||||||
|
|
||||||
|
# To allow the program to run as intended
|
||||||
|
sudo snap connect bottom:mount-observe
|
||||||
|
sudo snap connect bottom:hardware-observe
|
||||||
|
sudo snap connect bottom:system-observe
|
||||||
|
sudo snap connect bottom:process-control
|
||||||
|
```
|
||||||
|
|
||||||
### Void
|
### Void
|
||||||
|
|
||||||
Available [in the void-packages repo](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bottom):
|
Available [in the void-packages repo](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bottom):
|
||||||
@ -273,14 +275,6 @@ sudo port selfupdate
|
|||||||
sudo port install bottom
|
sudo port install bottom
|
||||||
```
|
```
|
||||||
|
|
||||||
### Scoop
|
|
||||||
|
|
||||||
Available in the [Main bucket](https://github.com/ScoopInstaller/Main):
|
|
||||||
|
|
||||||
```bash
|
|
||||||
scoop install bottom
|
|
||||||
```
|
|
||||||
|
|
||||||
### Chocolatey
|
### Chocolatey
|
||||||
|
|
||||||
Chocolatey packages are located [here](https://chocolatey.org/packages/bottom):
|
Chocolatey packages are located [here](https://chocolatey.org/packages/bottom):
|
||||||
@ -289,6 +283,14 @@ Chocolatey packages are located [here](https://chocolatey.org/packages/bottom):
|
|||||||
choco install bottom
|
choco install bottom
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Scoop
|
||||||
|
|
||||||
|
Available in the [Main bucket](https://github.com/ScoopInstaller/Main):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
scoop install bottom
|
||||||
|
```
|
||||||
|
|
||||||
### winget
|
### winget
|
||||||
|
|
||||||
The winget package can be found [here](https://github.com/microsoft/winget-pkgs/tree/master/manifests/c/Clement/bottom):
|
The winget package can be found [here](https://github.com/microsoft/winget-pkgs/tree/master/manifests/c/Clement/bottom):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user