Installation
Installation of mybatop is simple and easy. We can download mybatop on 3 different distros.
- Ubuntu/Debian
- Fedora/OpenSUSE/CentOS
- Arch Linux
1. Ubuntu/Debian
- Download latest version of mybatop in
[Downloads](/download)
page. - Open terminal and navigate to the directory where the downloaded file is located.
- Run the following command to install mybatop.
bash
sudo dpkg -i mybatop-*.deb
2. Fedora/OpenSUSE/CentOS
- Run the following command to install mybatop using
dnf
package manager.
bash
sudo dnf copr enable vishnumur777/mybatop
sudo dnf install mybatop-*.rpm
(OR)
- Download latest version of mybatop in
[Downloads](/download)
page. - Open terminal and navigate to the directory where the downloaded file is located.
- Run the following command to install mybatop.
bash
sudo rpm -i mybatop-*.rpm
3. Arch Linux
- Run the following command to install mybatop using
yay
package manager.
bash
yay -S mybatop
(OR)
- Download latest version of mybatop in
Downloads
page. - Open terminal and navigate to the directory where the downloaded file is located.
- Run the following command to install mybatop.
bash
sudo pacman -U mybatop-*.pkg.tar.xz