From 982395280b3f36ab24ca9c9f52c5b34fa7d84d1b Mon Sep 17 00:00:00 2001 From: user Date: Wed, 13 Mar 2024 17:02:45 +0100 Subject: commands - list package files --- Cheat sheets/Commands.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit 1.4.1