This is an old revision of the document!
Programs & Applications
dpkg -l
dpkg -l lists all the installed programs on a Debian apt based system. There are too many to list all and many are built in system commands.
Below are some that I highlight for interest and future reference to easily find on reinstall.
- fastfetch Fastfetch is a neofetch-like tool for fetching system information and displaying it prettily. It is written mainly in C, with performance and customizability in mind. Also see Deep Dive With Fastfetch; a Neofetch Alternative
Python
I have been using the Python package management software pipx. Below are some listed of interest.
sudo apt install pipx(pipx — Install and Run Python Applications in Isolated Environments)pipx ensurepathpipx install glances(https://nicolargo.github.io/glances/|Glances]])pipx inject glances "glances[web]"(Glances webui with pipx)
As can be seen glances uses pipx this is a good reference that explains some use of pipx commands, Pipx: Installing, Uninstalling, & Upgrading Python Packages in Virtual Envs. Some key ones are:
pipx listto list the installed python packages under pipxpipx upgrade packageto upgrade a python package under pipxpipx uninstall packageto uninstall a pipx package
Some python packages:
- s-tui
- periodic-table-cli
- gallery-dl