From ca9c0201b25626cc0d9155402e4bcf8c28d2c975 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 3 Sep 2022 09:43:28 +1200 Subject: [PATCH] Added dict to standard tooling packages. --- mint-setup.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mint-setup.org b/mint-setup.org index 9d0bfc1..0e39014 100644 --- a/mint-setup.org +++ b/mint-setup.org @@ -35,7 +35,7 @@ sudo sed -i 's|https://archive.ubuntu.com/ubuntu|http://ucmirror.canterbury.ac.n Now that we have our ~apt~ package manager configured let's install the standard packages we use. #+begin_src tmate -sudo apt install --yes htop screenfetch git curl wget xclip emacs xterm xtermcontrol jq tmux tmate apt-transport-https +sudo apt install --yes htop screenfetch git curl wget xclip emacs xterm xtermcontrol jq tmux tmate apt-transport-https dict #+end_src For working with container images locally outside of kubernetes clusters we use [[https://podman.io/][~podman~]] so that we can avoid the security problems of a standard docker daemon. Follow the steps below to install podman: