diff options
| author | user <user@node5.net> | 2024-03-13 17:02:45 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-03-13 17:02:45 +0100 |
| commit | 982395280b3f36ab24ca9c9f52c5b34fa7d84d1b (patch) | |
| tree | 3a30cd20ded1866729318c5d02923618e4e9359d | |
| parent | 38fa6b08817b89283cd80d8e44707d9c739380fa (diff) | |
commands - list package files
| -rw-r--r-- | Cheat sheets/Commands.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Cheat sheets/Commands.md b/Cheat sheets/Commands.md index 818710f..26bec1e 100644 --- a/Cheat sheets/Commands.md +++ b/Cheat sheets/Commands.md @@ -17,3 +17,13 @@ To load extensions like code blocks: python3 -m markdown -x fenced_code -x codehilite -x tables README.md > /tmp/README.html ``` +## List package file +Arch +```bash +pacman -Ql cowsay +``` + +Debian +```bash +dpkg -L cowsay +``` \ No newline at end of file |
