In this video, I'll show you how to install Bpytop in one of three ways. pip3 (0:48), Snap (7:48) or compile it from scratch (9:47). Bpytop is a beautiful terminal/graphical hybrid system monitor with plenty of options and themes. It's getting more and more popular by the day. It's built in python and will tell you what's going on with just about every bit of your system. Think Microsoft Task Manager.
The methods described in this video also cover Ubuntu derivatives like Linux Mint 20, Elementary OS 6, Zorin OS 15, and others based on Ubuntu 20.04.
*pip3 Install* (0:48)
sudo apt install python3-pip
pip3 install psutil
pip3 install bpytop
echo $PATH
cd
nano .bashrc
source .bashrc
! If you're in Linux Mint 20, use "pip3 install --ignore-installed psutil" instead.
*pip3 Removal* (6:55)
pip3 uninstall bpytop
pip3 uninstall psutil
sudo apt purge python3-pip
sudo apt autoremove
*Snap Install* (7:48)
sudo snap install bpytop
sudo snap connect bpytop:mount-observe
sudo snap connect bpytop:network-control
sudo snap connect bpytop:hardware-observe
sudo snap connect bpytop:system-observe
sudo snap connect bpytop:process-control
sudo snap connect bpytop:physical-memory-observe
*Snap Removal* (9:07)
sudo snap remove bashtop
*Compile* (9:47)
sudo apt install git build-essential python3-pip
cd /tmp
git clone https://github.com/aristocratos/bpyto...
cd bpytop
sudo make install
*Compile Removal*
cd /tmp/bpytop
sudo make uninstall
Follow me on Twitter: / leochavez
Follow the channel on Twitter: / terminaltricks
Recorded on Ubuntu 20.04: https://www.ubuntu.com/
Recorded with OBS: https://obsproject.com/
Edited with Kdenlive: https://kdenlive.org/
Thumbnail created with GNU Image Manipulation Program: https://www.gimp.org/
Bpytop repo: https://github.com/aristocratos/bpytop
#Linux #Bpytop #HowTo
Смотрите видео Let's Install Bpytop in Ubuntu 20.04 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Terminal Tricks 07 Октябрь 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,51 раз и оно понравилось 7 людям.