Better to track down and fix individual problems, or reinstall system?

1 reply [Last post]
Jacob K
Offline
Joined: 01/13/2022

In the 4 years I have been using Trisquel I have installed much software from outside of Trisquel repos, such as snaps, .deb files downloaded from the internet, installer .sh scripts, etc. I also have several problems in Trisquel currently, such as not being able to automatically install the next major version, occasional glitches in Caja, Jitsi sometimes not working in Abrowser, a segfault in a program I installed from Guix that was working previously, a graphics error message in a program I installed from flathub that was working previously, lots of lag after leaving the system to run overnight, some lag when loading large folders, etc.

It seems plausible that some of these problems could be caused by me downloading software unsupported by Trisquel, so maybe it's not worth trying to fix them, but then, installing software from random websites is a thing many people may want to do, so if Trisquel could be modified to prevent some issues caused by that, then maybe it is worth trying to help do that.

But maybe it would be better to start over and avoid doing things that would lead to problems Trisquel wouldn't consider issues (because they may have been caused by software downloaded outside of Trisquel supported repos). If I did that, how would I know what to avoid doing? Obviously I generally shouldn't be downloading .deb files from the non-Trisquel-supported sites internet, but what about e.g. compiling software from source code? Is there anything else I would need to avoid?

Avron

I am a translator!

Offline
Joined: 08/18/2020

I did install some software with guix or flathub, but not that many, and I did not have any issue with them so far. I never installed anything with a shell script that you need to run with sudo.

The problem with "compiling from source code" is that anything that is not C or C++ tends to want to download dependencies during the "compilation" and I certainly won't trust this. If there are very few dependencies, I would fetch them first and then try the "compilation" without any network connection, but if there are more than a few, this is more work than it is worth.

Compiling something like dwm from source is fine, but it was made for that anyway :)