How To Install Bpytop on Debian 11.3
- 00:30 lsb_release -a
- 00:40 ip a
- 00:46 apt install python3-pip
- 01:26 pip3 install bpytop
- 01:45 echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee
- 01:45 wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
- 02:08 apt update
- 02:24 apt list –upgradable
- 02:41 apt install bpytop -y
- 03:09 bpytop
To Install Bpytop On Debian 11.3
Introduction:
Bpytop is a Linux command-line utility that monitors many programs including top, Htop, Bashtop, and so on. It is based on the Bash TOP and written in Python. The program displays information about the processor, memory, disks, network, and processes.
Installation Procedure:
Step 1: Check the OS version by using the below command
root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
Step 2: Check the IP by using the below command
root@linuxhelp:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: ens33: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 00:0c:29:82:27:2e brd ff:ff:ff:ff:ff:ff
altname enp2s1
inet 192.168.6.127/23 brd 192.168.7.255 scope global noprefixroute ens33
valid_lft forever preferred_lft forever
inet6 fe80::20bb:a04d:5b24:61a6/64 scope link noprefixroute
valid_lft forever preferred_lft forever
Step 3: Install python3 by using the below command
root@linuxhelp:~# apt install python3-pip
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
libexpat1-dev libpython3-dev libpython3.9-dev python-pip-whl python3-dev python3-wheel python3.9-dev
zlib1g-dev
The following NEW packages will be installed:
libexpat1-dev libpython3-dev libpython3.9-dev python-pip-whl python3-dev python3-pip python3-wheel
python3.9-dev zlib1g-dev
0 upgraded, 9 newly installed, 0 to remove and 2 not upgraded.
Need to get 7,231 kB of archives.
After this operation, 26.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u1 [191 kB]
Get:2 http://deb.debian.org/debian bullseye/main amd64 libexpat1-dev amd64 2.2.10-2+deb11u3 [141 kB]
Get:3 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-dev amd64 3.9.2-1
Get:8 http://deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1
Setting up libexpat1-dev:amd64 (2.2.10-2+deb11u3) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u1) ...
Setting up python-pip-whl (20.3.4-4+deb11u1) ...
Setting up libpython3.9-dev:amd64 (3.9.2-1) ...
Setting up python3-pip (20.3.4-4+deb11u1) ...
Setting up python3.9-dev (3.9.2-1) ...
Setting up libpython3-dev:amd64 (3.9.2-3) ...
Setting up python3-dev (3.9.2-3) ...
Processing triggers for man-db (2.9.4-2) ...
Step 4: Install python package bpytop by using the below command
root@linuxhelp:~# pip3 install bpytop
Collecting bpytop
Downloading bpytop-1.0.68-py3-none-any.whl (83 kB)
|████████████████████████████████| 83 kB 919 kB/s
Collecting psutil<6.0.0,>=5.7.0
Downloading psutil-5.9.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281 kB)
|████████████████████████████████| 281 kB 35.7 MB/s
Installing collected packages: psutil, bpytop
Successfully installed bpytop-1.0.68 psutil-5.9.1
Step 5: Add Azlux repository to the apt source list by using the below command
root@linuxhelp:~# echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list
Step 6: Add key for Azlux repository by using the below command
root@linuxhelp:~# wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Step 7: Update the apt source list by using the below command
root@linuxhelp:~# apt update
Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Hit:2 http://deb.debian.org/debian bullseye InRelease
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
Hit:4 https://packages.sury.org/php bullseye InRelease
Hit:5 http://repo.mysql.com/apt/debian bullseye InRelease
Get:6 http://security.debian.org/debian-security bullseye-security/main Sources [131 kB]
Fetched 215 kB in 2s (115 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
2 packages can be upgraded. Run 'apt list --upgradable' to see them.
Step 8: Update apt list upgrade by using the below command
root@linuxhelp:~# apt list –upgradable
Listing... Done
libpcre3/bullseye 2:8.44-2+0~20210301.9+debian11~1.gbpa278ad amd64 [upgradable from: 2:8.39-13]
libxml2/bullseye 2.9.14+dfsg-0+0~20220524.12+debian11~1.gbpc5dc45 amd64 [upgradable from: 2.9.10+dfsg-6.7+deb11u2]
Step 9: Install BpyTop by using the below command
root@linuxhelp:~# apt install bpytop -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
python3-psutil
Suggested packages:
python-psutil-doc
The following NEW packages will be installed:
bpytop python3-psutil
0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
Need to get 248 kB of archives.
After this operation, 1,235 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main amd64 python3-psutil amd64 5.8.0-1 [184 kB]
Setting up python3-psutil (5.8.0-1) ...
Setting up bpytop (1.0.61-1) ...
Processing triggers for man-db (2.9.4-2) ...
Step 10: Open the BpyTop by using the below command
root@linuxhelp:~# bpytop
Step 11: View of Bpytop Command line Application as shown in the below image

Conclusion:
We have reached the end of this article. In this guide, we have walked you through the steps required to Install Bpytop on Debian 11.3. Your feedback is much welcome.
Comments ( 0 )
No comments available