Use the apt command to install and uninstall software in ubuntu

1 Install the software

Command : apt install ...
eg: apt install influxdb-client
insert image description here

2 Uninstall the software

Command: apt purge ...
such as: apt purge influxdb-client
insert image description here
Supplement: delete the software package, and delete the corresponding dependent software package `.

Guess you like

Origin blog.csdn.net/afei8080/article/details/128769085