Загрузка страницы

Let's Install Bpytop in Ubuntu 20.04

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/bpytop.git
cd bpytop
sudo make install

**Compile Removal**
cd /tmp/bpytop
sudo make uninstall
Follow me on Twitter: https://twitter.com/leochavez

Follow the channel on Twitter: https://twitter.com/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
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
8 октября 2020 г. 11:50:40
00:12:17
Яндекс.Метрика