I forget where I heard it, but some youtuber mentioned it being a good idea to back up and reinstall your OS once every 18 months for cleaning purposes.
This seemed pretty subjective and I was just curious if or how often you long-term non-hoppers would ideally reinstall your Endeavour for the aforementioned reasons.
Unless something breaks which you cannot fix, I donât see a reason to reinstall at all. Anything you would âcleanâ from reinstalling you could clean without doing so.
The, uh, âArchâ installation on one of my laptops is from 2016 (the oldest one had bad RAM so suffered from file corruption and needed a reinstall last year). Other people will have older installations.
This is one of the key benefits of a well-maintained rolling-release distribution: it just keeps rolling.
Of course, if you regularly install and remove a load of random stuff then configuration files might be left behind, and reconfiguring things or not actively maintaining things then something might break, so wiping then might make sense. However, that sort of testing is better done in a VM so itâs isolated and trivial to wipe.
This would be especially important for OSâs like that one from Redmond, which does tend to accumulate all sorts of cruft. Far less so (if not completely not so) for rolling release distributions.
But given that, sometimes it might be quicker to reinstall than clean up (lol) after some years. Especially if youâre prone to install lots of stuff that you never use.
Some YouTuber likely doesnât use an Arch based OS. You only have to reinstall if you want to. And if I were me, Iâd back things up way yyyyyuyuyy more often than once every 18 months.
UmmâŚnever? If you are reinstalling to clean your system, you are doing it wrong. The thing that makes an Arch-based distro so great is that you never have to do this.
If you believed that 90% of the Linux information on youtube was incorrect, you might be overestimating the accuracy rate.
YouTube, Reddit, and various âtechâ websites are terrible sources of information, especially when it comes to Linux. You should never blindly follow a âtutorialâ from such places (in general, you shouldnât do things you do not understand).
Usually, whenever you need to figure out something specific to Arch, the best place to find information is the ArchWiki.
Active forums, like this one, are also pretty good sources of information, since if you spread misinformation here, it typically gets corrected by more knowledgeable people, like @dalto.
I only install EndeavourOS once on a given hardware. When I change hardware, I typically just install the OS, instead of using an existing installation (though the latter is entirely possible, as well).
I keep reinstalling eos every now and then cause i cant make up my mind on which de i should choose, i will set things up kde only to mindlessly load up my usb again to nuke it and reinstall gnome, then i will reinstall kde again and move again to gnome, i seriously need help.
Nothing prevents you from using more than one DE. You can run Gnome alongside KDE and pick between them when you log in, keeping all your software and files, without nuking your OS.
I only use like 5 applications. Mainly Brave browser and donât experiment or rice desktop etc.
Guess the less packages, the less problems. If I were to re-install it would be based on saying the time to reinstall/restore is less than time to fix if something does go wrong.
Whether or not to reinstall your system is entirely on you.
The pacman package manager is the best package manager created for a rolling release and when you stick to that you will never have to reinstall your system.
Windows is well-known to accumulate useless files and cluttering with saved versions.
Ubuntu is Debian based and while it is technically possible to avoid it is well-known to recommend reinstall on every release - or using LTS which boils down to once every 2. year.
Years ago it was a pain to reinstall a system - but with modern cpuâs and nvme - time is no longer an issue - and if you keep your data on separate disks it can be super simple to restore a workstation.
I have - over the years - developed a routine making my downtime for reinstallation 10-15 minutes.
I do it sometimes - simply to start from scratch - only copying back select configs.
You still donât need to Reinstall that is new user mindset. my 1st arch install lasted 12 years in that time it had every DE, WM at one time or another just one base install, but when the h/d died i installed a SSD and gnome3 and have not bothered since as iâm now old and know what i expect from a DE. lol. Read the wiki on maintainance and cleaning its the same base only the DE/wm changes and its more fun doing it your way.
@manuel, what do you think about this idea: make a super simple script that just prints out the contents of these package lists, and add it to the endeavouros repo? So that we can just
sudo pacman -S eos-listpackages
and then just run
listpackages xfce | sudo pacman -S --needed -
to install xfce, for example?
A nice thing about it is that it would get updated easily, and one could easily maintain a âdefaultâ system with packages from the latest ISO.