From 56867c9b4ced86f7231a5ee1bbea62b0cb784574 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Wed, 28 Aug 2024 07:46:57 +0100 Subject: Changes to lang --- .../articals/linux/ArchLinux/00CleaningArchLinux | 31 +++++++++++----------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'public/articals/linux/ArchLinux/00CleaningArchLinux') diff --git a/public/articals/linux/ArchLinux/00CleaningArchLinux b/public/articals/linux/ArchLinux/00CleaningArchLinux index fec0132..6f5e112 100644 --- a/public/articals/linux/ArchLinux/00CleaningArchLinux +++ b/public/articals/linux/ArchLinux/00CleaningArchLinux @@ -1,22 +1,23 @@ - - + + + Cleaning Arch Linux - - + +
- +

How to Clean Arch Linux 🧹

@@ -30,7 +31,7 @@

sudo pacman -Scc # Remove packages from cache both installed and not installed

Some people like to automate this task of cleaning the cache with paccache, but personally I would not because it is something that takes around five minutes max to do. However, it is your choice if you want to do so to avoid the trouble of doing it manually. Regardless of whether you choose to do this manually or automatically, I suggest cleaning the cache monthly. -

+


Removing Orphan Packages

Orphan packages are those installed as dependencies for other software but are no longer needed. For example, when you install LibreWolf, it downloads a package called librewolf-debug as a dependency. Once the installation is complete, librewolf-debug becomes an orphan package because it is no longer used by LibreWolf.

@@ -48,8 +49,8 @@
-

That is all for now, I hope this artical has helped you clean your system.

-
  Back
+        

That is all for now, I hope this artical has helped you clean your system.

+
  Back
     
-- cgit v1.2.3