Propose adding default configuration/application for dep, AppImage, rpm etc that redirects to WIKI for installing/configuring Garuda.to

To help out people new to arch based linux vs debian maybe it could be helpful to set some default application preferences so that a download of deb, AppImage, rpm etc would redirect to octpi and/or a wiki for same. This could help solve the issue of how to properly keep Garuda configured and enable newbies to move faster from other linux variants.

I appreciate it’s counter intuitive to add redirects away from standard behavior - then again that standard behavior doesn’t apply to this platform.

Appreciate the efforts on Garuda - So far it’s a pleasure to use.

fish config

# Help people new to Arch
alias apt 'man pacman'
alias apt-get 'man pacman'
alias please 'sudo'
alias tb 'nc termbin.com 9999'
alias helpme 'echo "To print basic information about a command use tldr <command>"'

https://wiki.archlinux.org/title/Pacman/Rosetta
https://wiki.archlinux.org/title/Pacman/Tips_and_tricks
https://wiki.archlinux.org/title/pacman#Querying_package_databases

There is no need to copy and paste the web :slight_smile:

6 Likes

Some additions.

Arch (based) Distributions prefer the terminal and not using GUI applications like Octopi or Pamac (add/remove software) for reasons. Use GUI only for searching!

And

:slight_smile:

On each forum page you find also the Wiki link and there you find

Garuda in comparison to other popular distributions | Garuda Linux wiki.

There is already a lot of help and relief in Garuda Linux and for the rest you need only

The fun here is that the Garuda Linux user is his own boss and administrator, so he shouldn’t expect to be spoon-fed from a small team but to develop his own initiative.

At least

:slight_smile:

3 Likes

Maybe a little more elaboration. I wanted to add a local app so I went to the website for the app. draw.io I saw three options for linux apps - deb rpm and AppImage. Being within a few minutes of installing Garuda I just tried each of the three. Of course it was obvious these weren’t going to work. But instead of the system telling me my approach was bad I went to figure out what was needed. Using Octopi I found the package and installed it - easy peasy.

Of course there is lot’s of information and sources. My suggestion was just to intercept common mistakes and redirect them toward the recommended/required approach.

Any way - thanks for the quick response on the initial point.

What’s on

not understandable?

Ok, you are the admin, do what ever you want, but please, never ask for help then in forum, if you using GUI helper apps in arch based Linux distributions…

I understand where you are coming from, but this confusion is on you as a user. Arch based distros have this large package repository where you can find almost anything packaged by different people called AUR, here is draw.io For example.
Where to check for stuff:

  1. AUR/ You can use helpers like yay/paru
  2. Flatpak - also has a number of packages
  3. Appimage - if your software has 1
  4. Snap - if you are crazy and just need to blot your computer

As a user, you should know you have switched to a completely different distro with a different packaging system. Its your responsibility to figure out what to do when things fail. When you left windows for instance, you learned you could not run (.exe on linux machines, however you coud run some if you used wine.
While its not a good comparison, this should explain to you that you are on an entirely new ecosystem.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.