pacstall-programs
pacstall-programs copied to clipboard
PacReq: <SysMonTask>
Types
-deb (Debian achieve release of the package)
URL
https://github.com/KrispyCamel4u/SysMonTask
Building guide
Installation
Ubuntu and Its Family (only for: 18.04, 20.04, 21.04, 21.10 and equivalent), run:
$ sudo add-apt-repository ppa:camel-neeraj/sysmontask
$ sudo apt install sysmontask
// Install psutil if Ubuntu<=20.04, other-wise skip this step(more info given below) :
$ sudo pip3 install -U psutil
$ sysmontask // optional to run via terminal but recommended for the first time
Additional context
I would try to make the package myself, but I don't understand how to package when the application is installed from a PPA.