this post was submitted on 13 Jul 2023
256 points (95.1% liked)

Asklemmy

42527 readers
1707 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

Additionally, what changes are necessary for you to be able to use Linux full time?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] HughJanus@lemmy.ml 11 points 11 months ago (4 children)

I've always felt that installing stuff is a lot easier on Ubuntu than windows. It's just apt install and apt remove .

๐Ÿ˜‚ Except that you have to know exactly what is, character for character, and usually includes some long string of numbers and letters where 1 character is wrong and you have to retype the whole damn thing. This is the opposite of easy.

Curious what distro you installed that had that issue.

Fedora/Gnome

If you aren't willing (and most aren't) to learn enough to be comfortable with the terminal, it can be very easy break something when you are forced to interact with the terminal.

Yes and the problem is you're ALWAYS sent into the terminal for absolutely any kind of debugging.

[โ€“] Dubious_Fart@lemmy.ml 9 points 11 months ago

Been using linux for 6ish years.

Aint nothin @HughJanus said thats wrong.

assuming what you want is even on apt. if its not, then you gotta add the repository.. and some stuff doesnt even offer that. So you gotta find and download the .deb file. or even compile it from source yourself.

[โ€“] oatscoop@midwest.social 5 points 11 months ago (2 children)

Except that you have to know exactly what is, character for character

Everything has [Tab] completion these days.

[โ€“] Tb0n3@sh.itjust.works 2 points 11 months ago

And double tab for a list of you really don't want to search.

[โ€“] crystal@feddit.de 1 points 11 months ago (1 children)

Why don't you use the Software App for installing Apps?

[โ€“] HughJanus@lemmy.ml 1 points 11 months ago

Because the apps I need are not in the Software App

[โ€“] UlrikHD@programming.dev 1 points 11 months ago

Except that you have to know exactly what is, character for character, and usually includes some long string of numbers and letters where 1 character is wrong and you have to retype the whole damn thing. This is the opposite of easy.

If it a program you are unfamiliar with, yes you'll probably need to search for the apt name and copy paste. I much prefer that over searching a website, verifying it's not a scam site, then download the exe, and then run the exe once the download is finished. After the first time, just add it to a .sh script and then you can download every program you need automatically if you ever need to set up a new instance again.

I guess it's not for all, but worst case it's hardly any more work than needing to go to a website to download the exe.