commit 9ca0974e77f4b405f005bfd3b91dec7adad96488 parent eb998db53e33a39c0d7c13841f9c7455ea8f62c9 Author: pyratebeard <root@pyratebeard.net> Date: Wed, 25 Jan 2023 10:21:31 +0000 updates Diffstat:
M | linux/apt_dpkg.md | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/linux/apt_dpkg.md b/linux/apt_dpkg.md @@ -5,5 +5,10 @@ sudo dpkg --configure -a ``` +- list installed packages + ``` + dpkg --get-selections + ``` + ## ref - :1: https://itsfoss.com/dpkg-returned-an-error-code-1/