Skip to content

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

  1. Download latest version of mybatop in [Downloads](/download) page.
  2. Open terminal and navigate to the directory where the downloaded file is located.
  3. Run the following command to install mybatop.
bash
sudo dpkg -i mybatop-*.deb

2. Fedora/OpenSUSE/CentOS

  1. Run the following command to install mybatop using dnf package manager.
bash
sudo dnf copr enable vishnumur777/mybatop
sudo dnf install mybatop-*.rpm

(OR)

  1. Download latest version of mybatop in [Downloads](/download) page.
  2. Open terminal and navigate to the directory where the downloaded file is located.
  3. Run the following command to install mybatop.
bash
sudo rpm -i mybatop-*.rpm

3. Arch Linux

  1. Run the following command to install mybatop using yay package manager.
bash
yay -S mybatop

(OR)

  1. Download latest version of mybatop in Downloads page.
  2. Open terminal and navigate to the directory where the downloaded file is located.
  3. Run the following command to install mybatop.
bash
sudo pacman -U mybatop-*.pkg.tar.xz