You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,17 @@
25
25
# 1. View and clean up orphaned packages
26
26
# 2. View and clean up unused packages
27
27
# 3. Quit
28
+
29
+
# Select one of the options by entering the corresponding number.
30
+
31
+
# Clean up orphaned packages
32
+
33
+
# Selecting this option will find and remove all orphaned packages on the system. The script will display a list of orphaned packages and prompt you to confirm their removal. You can also choose to display a table of the orphaned packages before confirming their removal.
34
+
35
+
#Clean up unused packages
36
+
37
+
# Selecting this option will find and remove all unused packages on the system. The script will display a list of unused packages and prompt you to select which ones you want to remove. You can also choose to display a table of the unused packages before selecting which ones to remove.
0 commit comments