mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Improved local shell snippet rendering
This commit is contained in:
@@ -4,7 +4,7 @@ SUSE and openSUSE GNU/Linux's package management utility.
|
||||
|
||||
## TL;DR
|
||||
|
||||
```shell
|
||||
```sh
|
||||
# update the repositories
|
||||
zypper refresh
|
||||
|
||||
@@ -19,7 +19,7 @@ zypper install parallel
|
||||
|
||||
Zypper does not have for now a way to list the content of an installed package. Use [rpm] for this:
|
||||
|
||||
```shell
|
||||
```sh
|
||||
sudo rpm --query --list ${PACKAGE_NAME}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user