summaryrefslogtreecommitdiff
path: root/www/posts/arch/2020-08-24/pacman-cheat-sheet-for-ubuntu-users/index.html
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-05-19 23:46:22 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-05-19 23:46:22 +0100
commit62243cd0b5262e14df7e7b5b7103b5b2e006cab5 (patch)
tree2efe608a92f42aca3c372712fc14d4ae10fcec72 /www/posts/arch/2020-08-24/pacman-cheat-sheet-for-ubuntu-users/index.html
parentbbf7974715b9a43bab207df75ef69209cdf13850 (diff)
Add more to css
Diffstat (limited to 'www/posts/arch/2020-08-24/pacman-cheat-sheet-for-ubuntu-users/index.html')
-rw-r--r--www/posts/arch/2020-08-24/pacman-cheat-sheet-for-ubuntu-users/index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/posts/arch/2020-08-24/pacman-cheat-sheet-for-ubuntu-users/index.html b/www/posts/arch/2020-08-24/pacman-cheat-sheet-for-ubuntu-users/index.html
index e11103e..e34f122 100644
--- a/www/posts/arch/2020-08-24/pacman-cheat-sheet-for-ubuntu-users/index.html
+++ b/www/posts/arch/2020-08-24/pacman-cheat-sheet-for-ubuntu-users/index.html
@@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pacman Cheat Sheet For Ubuntu Users</title>
<link rel="shortcut icon" href="/images/favicon.png">
+ <link rel="stylesheet" href="/css/modern-normalize.min.css">
+ <link rel="stylesheet" href="/css/highlight.min.css">
+ <link rel="stylesheet" href="/css/railscasts.css">
<link rel="stylesheet" href="/css/site.css">
<link href="/posts/atom.xml" type="application/atom+xml" rel="alternate" title="The Home of David T. Sadler - All Posts"/>
<link href="/posts/arch/atom.xml" type="application/atom+xml" rel="alternate" title="The Home of David T. Sadler - All Posts About Arch"/>
@@ -40,6 +43,8 @@ $ pacman -Syu</code></pre><p>Since Arch uses a rolling release system there is n
$ pacman -Scc</code></pre><p>Free up disk space by removing from the cache any packages that are no longer installed. Also removes any cached sync databases.</p><h2>Remove Used Dependencies</h2><pre><code class="shell">$ pacman --query --deps --unrequired --quiet | pacman --remove --recursive -
-$ pacman -Qdtq | pacman -Rs -</code></pre><p>Remove dependencies that are no longer needed, because e.g. the package which needed the dependencies was removed.</p><h3>Links</h3><a href="/posts/arch/2020-05-25/installing-arch-linux-on-a-x220-thinkpad/">Installing Arch Linux on a Thinkpad X220.</a><a href="/posts/arch/">Arch - Read More Posts.</a><p>I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.</p><a href="mailto:david@davidtsadler.com">Email david@davidtsadler.com</a><a href="https://creativecommons.org/licenses/by-sa/4.0/">The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</a><p>Copyright © 2021 David T. Sadler.</p><a href="/">Return to Homepage.</a></section>
+$ pacman -Qdtq | pacman -Rs -</code></pre><p>Remove dependencies that are no longer needed, because e.g. the package which needed the dependencies was removed.</p><h3>Links</h3><a href="/posts/arch/2020-05-25/installing-arch-linux-on-a-x220-thinkpad/">Installing Arch Linux on a Thinkpad X220.</a><a href="/posts/arch/">Arch - Read More Posts.</a><p>I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.</p><a href="mailto:david@davidtsadler.com">Email david@davidtsadler.com</a><h3>License</h3><a href="https://creativecommons.org/licenses/by-sa/4.0/">The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</a><p>Copyright © 2021 David T. Sadler.</p><a href="/">Return to Homepage.</a></section>
+ <script src="/js/highlight.min.js"></script>
+ <script src="/js/site.js"></script>
</body>
</html>