You are not logged in.
Pages: 1
Topic closed
Hello everyone
I recentrly switched to archlinux from ubuntu
I've heard that archlinux is lightweight but now after installing my applications I have 938 packages(is it a lot or not?)
How to remove junk and speed up my system
In used to use sudo apt autoremove but I do not know how to do this in pacman.
generally how to free up space
Last edited by Pezhman (2022-01-22 16:09:32)
Offline
https://wiki.archlinux.org/title/Pacman/Rosetta
Hello everyone
In used to use sudo apt autoremove but I do not know how to do this in pacman.
generally how to free up space
sudo pacman -Rs $(pacman -Qtdq) Last edited by ishaanbhimwal (2022-01-22 16:30:30)
Offline
alias orphans='[[ -n $(pacman -Qdt) ]] && sudo pacman -Rs $(pacman -Qdtq) || echo "no orphans to remove"'Offline
Thank you so much
with this alias I removed 18 packages and now I have 910 packages
Is this enough or I should try to remove more packages??
910 packages are a lot??
Offline
I've heard that archlinux is lightweight
Whoever told you that is either lying or ignorant.
How to remove junk and speed up my system
Having a large number of packages installed will not necessarily slow down your system.
Read https://wiki.archlinux.org/title/Improving_performance and follow the advice given therein.
910 packages are a lot?
Well it's more than my system but why is that important? If you actually have a use for those packages then removing them just to get the numbers down seems a bit silly.
Jin, Jîyan, Azadî
Offline
Pezhman wrote:I've heard that archlinux is lightweight
Whoever told you that is either lying or ignorant.
A simple, lightweight distribution
Sorry, could not resist.
Offline
^ Lol. Can I submit a bug report for that? ![]()
Jin, Jîyan, Azadî
Offline
Arch is what you make of it. It can be somewhat lightweight because you start from almost nothing, but without the massive package splitting of other distros, it's hard to call it lightweight.
Offline
Hey, the firmware just got split - ~500MB weight loss is more than most other people manage in the NY resolutions… ![]()
Offline
Thanks everyone
Thank you "Head_on_a_Stick" for archwiki link
[SOLVED]
Offline
I like to use bleachbit at least once a week.
DELL Inspiron 14-3452, 32GB emmc, 4 GB RAM
Offline
I like to use bleachbit at least once a week.
Hillary?
In any event, not sure how that helps with the question at hand. Closing this solved thread.
Pezhman, if you would like it re-opened in the future, use the report link ans ask the moderators to do so.
Thanks.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Pages: 1
Topic closed