F5F Stay Refreshed Software Operating Systems Understanding how to locate fixes for your Linux issues: a proposal

Understanding how to locate fixes for your Linux issues: a proposal

Understanding how to locate fixes for your Linux issues: a proposal

C
Crazydog300
Senior Member
599
09-20-2016, 10:35 PM
#1
Tip: Avoid adding distro names to your searches initially.
Find the program's name, launch it from the terminal, and observe the terminal output for clues about your issue. Keep your search terms concise and pair them with relevant messages from the terminal.
C
Crazydog300
09-20-2016, 10:35 PM #1

Tip: Avoid adding distro names to your searches initially.
Find the program's name, launch it from the terminal, and observe the terminal output for clues about your issue. Keep your search terms concise and pair them with relevant messages from the terminal.

I
illegible5
Junior Member
5
09-21-2016, 02:13 PM
#2
Tip: The arch wiki serves as a crucial reference Even though it was designed for Arch-based distributions, it remains an essential tool for setup and troubleshooting. It can also be applied to other distros, though some adjustments may be needed
I
illegible5
09-21-2016, 02:13 PM #2

Tip: The arch wiki serves as a crucial reference Even though it was designed for Arch-based distributions, it remains an essential tool for setup and troubleshooting. It can also be applied to other distros, though some adjustments may be needed

B
51
09-21-2016, 03:57 PM
#3
This provides valuable information and I agree with the broader perspective. Resources for non-default distros often prove useful since they usually demand more explanation about their inner workings. On the other hand, support materials for other distros tend to rely heavily on assumptions about the system's setup. This approach often omits certain steps. Thanks for sharing your insights! I look forward to adding more suggestions soon. Feel free to reach out if you have another idea today or tomorrow.
B
BladeMasterPvP
09-21-2016, 03:57 PM #3

This provides valuable information and I agree with the broader perspective. Resources for non-default distros often prove useful since they usually demand more explanation about their inner workings. On the other hand, support materials for other distros tend to rely heavily on assumptions about the system's setup. This approach often omits certain steps. Thanks for sharing your insights! I look forward to adding more suggestions soon. Feel free to reach out if you have another idea today or tomorrow.

X
XknockMC
Member
121
09-21-2016, 06:57 PM
#4
Finding a solution for one setup can often help another. Reviewing the commands briefly helps determine compatibility. Check for package manager or desktop environment specific instructions. If none exist, simply provide the commands line by line and they should function properly.
X
XknockMC
09-21-2016, 06:57 PM #4

Finding a solution for one setup can often help another. Reviewing the commands briefly helps determine compatibility. Check for package manager or desktop environment specific instructions. If none exist, simply provide the commands line by line and they should function properly.

E
EuropeanUnion
Senior Member
700
09-21-2016, 07:09 PM
#5
I find it interesting how Ubuntu once had the top wiki, forums, and documentation around 2008, factors that contributed to its popularity. Now I think it slowed down a bit and Arch is taking the lead. As someone who uses Ubuntu Server and Pop for my desktop, I mostly rely on Arch’s wiki for about 90% of my issues. I don’t have time to experiment with Arch every day, but I’m planning a clean install soon and will switch my desktop to Manjaro unless the new Steam OS proves itself as a strong all-rounder.
E
EuropeanUnion
09-21-2016, 07:09 PM #5

I find it interesting how Ubuntu once had the top wiki, forums, and documentation around 2008, factors that contributed to its popularity. Now I think it slowed down a bit and Arch is taking the lead. As someone who uses Ubuntu Server and Pop for my desktop, I mostly rely on Arch’s wiki for about 90% of my issues. I don’t have time to experiment with Arch every day, but I’m planning a clean install soon and will switch my desktop to Manjaro unless the new Steam OS proves itself as a strong all-rounder.

M
MRpithe
Junior Member
23
09-23-2016, 12:21 AM
#6
Oh! That's a helpful hint on its own: spotting when Linux advice is tied to a specific distribution. As a newcomer, figuring out if guidance applies to your setup can be tricky. Here are some questions you might consider:

1. Does the fix reference any package managers or commands tied to them? (like dnf, apt, rpm, dpkg, pacman, emerge)
2. Are there any particular desktop environments or utilities mentioned? (such as GNOME, Plasma, Cinnamon, Mate, Budgie, Enlightenment, Fluxbox, etc.)
3. Does the process involve booting? Some distros use unique tools for system software. You don’t need to dig deep, but try to recognize the name of your distribution’s init system (usually systemd or OpenRC), its method for creating the initial RAM disk (e.g., dracut, update-initrd, mkinitcpio), and its network setup (does it use NetworkManager? iwd or wpa_supplicant?)

If the advice doesn’t reference any distribution-specific tools or uses the same ones as your setup, you’re likely safe to apply it without changes.
M
MRpithe
09-23-2016, 12:21 AM #6

Oh! That's a helpful hint on its own: spotting when Linux advice is tied to a specific distribution. As a newcomer, figuring out if guidance applies to your setup can be tricky. Here are some questions you might consider:

1. Does the fix reference any package managers or commands tied to them? (like dnf, apt, rpm, dpkg, pacman, emerge)
2. Are there any particular desktop environments or utilities mentioned? (such as GNOME, Plasma, Cinnamon, Mate, Budgie, Enlightenment, Fluxbox, etc.)
3. Does the process involve booting? Some distros use unique tools for system software. You don’t need to dig deep, but try to recognize the name of your distribution’s init system (usually systemd or OpenRC), its method for creating the initial RAM disk (e.g., dracut, update-initrd, mkinitcpio), and its network setup (does it use NetworkManager? iwd or wpa_supplicant?)

If the advice doesn’t reference any distribution-specific tools or uses the same ones as your setup, you’re likely safe to apply it without changes.