Add README entry for zypper_autoremove.bash

This commit is contained in:
caem 2024-05-03 21:45:56 +02:00
parent 0220cccb29
commit a836a3c882
No known key found for this signature in database
GPG key ID: 3BCEDBB0C38805DA

View file

@ -23,3 +23,12 @@ arguments:
vbr [on/off] (optional) <Toggle variable bit rate> {default: on}
bitrate [{bitrate}k] (optional) <Set the bitrate to be passed to ffmpeg> {default: 128k}
```
### `zypper_autoremove.bash`
This script replicates the behaviour of `apt autoremove` or `emerge --depclean` by filtering all unneeded
packages and passing them to `zypper rm -u` to remove all of them. You will be prompted to verify the packages
to be removed by zypper.
#### Overview of arguments
This script takes no arguments.