Well yeah this is like asking an oboe player how they control pitch, and they respond “different embouchure is the universal way to do it, but adjusting the reed is the best way”
Go look it up if you don’t know what the terms mean
Comment on Despite tech-savvy reputation, Gen Z falls behind in keyboard typing skills
someguy3@lemmy.world 2 months agoI don’t know what any of that means.
Well yeah this is like asking an oboe player how they control pitch, and they respond “different embouchure is the universal way to do it, but adjusting the reed is the best way”
Go look it up if you don’t know what the terms mean
Install app from native app store of chosen Linux distrobution.
Look in the OS provided “App Store” first - GUI or not, your choice.
Can’t find what you’re looking for? Look for a TRUSTED alternative App Store source. Then check the App Store again.
Still can’t find it? Look to see if there is a package available that your OS can recognize (different based on what flavor of Linux you’re running)
Still can’t find it? See if you can find the code to build the dang thing yourself.
FourPacketsOfPeanuts@lemmy.world 2 months ago
You don’t generally download the file like you would an exe or MSI on windows. Rather you enter a command line that tells Linux to connect to the repository (like an app store) of that particular type of Linux, pull the latest installation file and install it.
You can still download the file and install it directly, but it’s not a straightforward double click like on windows.
someguy3@lemmy.world 2 months ago
It’s not a GUI?
FourPacketsOfPeanuts@lemmy.world 2 months ago
There are GUI wrappers that issue the equivalent commands for you, but a lot of Linux users would just write something like this on the command line:
sudo apt install vlc
That’s how you would install VLC (media player) on Debian linux. Other types of Linux have their own commands.