add system

List installed packages
This commit is contained in:
onceupon 2017-08-23 17:17:47 +08:00 committed by GitHub
parent 77b6834751
commit 8a1ea55ec1

View File

@ -1892,4 +1892,13 @@ sudo gpasswd -a nice docker
sudo hostname your-new-name
```
##### List installed packages
```bash
apt list --installed
```
or Red Hat:
```bash
yum list installed
```
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-