Let's Install Bashtop in Ubuntu 20.04

Опубликовано: 08 Сентябрь 2020
на канале: Terminal Tricks
657
20

In this video, I'll show you how to install Bashtop in one of three ways. PPA (0:47), Snap (5:06) or compile it from scratch (7:25). Bashtop 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 bash, Linux's default shell, 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.

 *PPA Install* (0:47)
sudo add-apt-repository ppa:bashtop-monitor/bashtop
sudo apt update
sudo apt install bashtop

*PPA Removal* (3:41)
sudo apt remove bashtop
sudo apt autoremove
sudo add-apt-repository -r ppa:bashtop-monitor/bashtop

*Snap Install* (5:06)
sudo snap install bashtop
sudo snap connect bashtop:mount-observe
sudo snap connect bashtop:network-control
sudo snap connect bashtop:hardware-observe
sudo snap connect bashtop:system-observe
sudo snap connect bashtop:process-control

*Snap Removal* (6:43)
sudo snap remove bashtop

*Compile* (7:25)
sudo apt install lm-sensors sysstat git build-essential
cd /tmp
git clone https://github.com/aristocratos/basht...
cd bashtop
sudo make install

*Compile Removal* (10:30)
cd /tmp/bashtop
sudo make uninstall



Follow me on Twitter:   / leochavez  

Follow the channel on Twitter:   / terminaltricks  

Recorded on Linux Mint 20, Cinnamon Edition: https://www.linuxmint.com/

Recorded with OBS: https://obsproject.com/

Edited with Kdenlive: https://kdenlive.org/

Thumbnail created with GNU Image Manipulation Program: https://www.gimp.org/

Bashtop repo: https://github.com/aristocratos/bashtop

#Linux #Bashtop #HowTo


Смотрите видео Let's Install Bashtop in Ubuntu 20.04 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Terminal Tricks 08 Сентябрь 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 657 раз и оно понравилось 20 людям.