mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-08-22 03:43:16 +02:00
add system
List installed packages
This commit is contained in:
@ -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-=-=-=-=-=-=-=-=-=-
|
||||||
|
Reference in New Issue
Block a user