mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
add system
List installed packages
This commit is contained in:
parent
77b6834751
commit
8a1ea55ec1
@ -1892,4 +1892,13 @@ sudo gpasswd -a nice docker
|
|||||||
sudo hostname your-new-name
|
sudo hostname your-new-name
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### List installed packages
|
||||||
|
```bash
|
||||||
|
apt list --installed
|
||||||
|
```
|
||||||
|
or Red Hat:
|
||||||
|
```bash
|
||||||
|
yum list installed
|
||||||
|
```
|
||||||
|
|
||||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||||
|
Loading…
Reference in New Issue
Block a user