-1 points

Keep this up and we’ll start treating lunuxers like vegans.

How do you know someone runs Arch Lunux?

Don’t worry, they’ll tell you.

permalink
report
reply
-5 points
*

Still not there and seems very hard yet, today I was just trying to compare two folders from external HDD using something

  1. Can’t find a decent folder comparator on Linux
  2. I found a kinda of one but I can’t find external HDD on it cause some mount bs in Linux

Such a simple task in windows, Linux is hardly better for regular use.

Edit: so 4 replies one of them is about using commands prompt ( hardly useful for new users) , one says its windows fault, one of them.might be answer and one of them is related to driver issue for drive. And at time of edit i am -4 on votes. So much for linux Community and help.

Why a simple person won’t consider windows ? Now I await more minuses I think.

permalink
report
reply
2 points

You need drivers for your external USB most likely. Unfortunately, a lot of brands only support microsoft’s malware of a OS and use unnecessary proprietary firmware…

permalink
report
parent
reply
6 points

What’s a folder comparator? Showing the difference between two directories can be done with diff -qr dir1 dir2 or with a gui with mold (one Google search away my dude). If installed via flatpak you may need to give it permission to your files (flatseal is nice for that)

permalink
report
parent
reply
5 points

I’ve found meld to be a good graphical tool to do this sort of thing. Should be in the repos.

Would be nice if it could be launched by file managers though.

permalink
report
parent
reply
2 points

If you’re on GNOME the drive will show up in the “Other Locations” option in files or it might show up on the side. If its not probably a driver issue, though I’ve never had such an issue when using sane distro choices like Fedora, Ubuntu and Debian

permalink
report
parent
reply
-12 points

Once I can install a program without using the terminal, Linux’ll have a chance in the primetimes

permalink
report
reply
-4 points
*

Agreed. Terminal commands for installing simple programs is a huge turn off for Windows users used to opening an exe and it’s idiot proof. Getting the casual base will be the crucial point

Edit: oof. Guess this is why it doesn’t have a mainstream audience

permalink
report
parent
reply
4 points

People say this is u friendly but don’t bat an eye at needed a group policy or registry edit to keep edge from stealing your tabs and making itself the default.

permalink
report
parent
reply
9 points

You… can? That’s been a thing for ages. Windows has literally been taking queues from Linux on how to makes installing packages and apps easier.

permalink
report
parent
reply
1 point

Windows has literally been taking queues from Linux on how to makes installing packages and apps easier.

Not to argue with you, but I think it would be fun if you can provide the source for this. I am very interested in how Windows is improving (not that I will jump back)

permalink
report
parent
reply
3 points

They recently introduced a package manager called winget. I’m not sure how many people actually use it however, and it is very much a power user tool

permalink
report
parent
reply
1 point

There’s GUI front-ends for things like apt that are pre-installed on many Linux distros, e.g. Ubuntu. And windows has been moving towards trying to have the same thing. And yes, also they’ve got an apt of their own.

permalink
report
parent
reply
20 points
*

If only a tool like this came default with most mainstream distros

permalink
report
parent
reply
-1 points

I use Lubuntu for my home theatre PC, typically with a wireless mouse. But the amount of times I had to pull out the keyboard and open a terminal and add repositories and then apt get update all and then reboot and then try to install my program and then turns out I added the repositories for the wrong version of Ubuntu and now I gotta add the right one and also I can’t double click someting cause it will open it up as a text file instead of an executable.

Look, I like Linux. This isn’t a bad faith propaganda. I honestly think Linux could replace Windows if the developers tried, just tried, to make it user friendly. I work with multple programming languages daily, I’m not computer illiterate, but I appreciate ease of access. When I was a kid, you could install and run things easier on DOS than on Linux today. Why is it so hard to make an installer? Every answer I get on this subject is either whataboutisms or gatekeeping.

permalink
report
parent
reply
1 point

Watch it friend. That middle ground double speak will get you ratioed here

permalink
report
parent
reply
4 points
*

You can add repositories through GUI.

The reason installers are uncommon is a similar reason installers are uncommon on phones. Security and convenience. When your system is based around a unified “app store” system installers are generally not preferred because they bypass that and then the package manager can’t do anything about the program, and simply that the package manager provides a better experience overall.

Of course on Debian or Debian based distributions you can also download and install .deb files similarly to downloading a .exe installer on Windows, but that’s not preferred.

And developers of multiple DEs like Plasma, Gnome, etc, absolutely make it easy to use. I use Plasma, and it is incredibly intuitive.

permalink
report
parent
reply
2 points

Yeah, the repo shenanigans are something I definitely do not miss from my Ubuntu days. The simplest solution would probably be to look for flatpaks or snap packages instead.

permalink
report
parent
reply
1 point
*

and add repositories and then apt get update all and then reboot and then try to install my program and then turns out I added the repositories for the wrong version of Ubuntu and now I gotta add the right one

and also I can’t double click someting cause it will open it up as a text file instead of an executable.

I work with multple programming languages daily, I’m not computer illiterate

As a computer programmer, I’m assuming you’re aware of the right click option to mark a file as an executable?

Also, Ubuntu has a GUI for repositories management.

Every answer I get on this subject is either whataboutisms or gatekeeping.

If you were a computer novice then I could maybe understand your criticisms more.

permalink
report
parent
reply
1 point

It is possible for rpms and Deb packages to contain repos in them, see the vscode packages, it’s just a matter of how developers choose to distribute their software. This is getting alot better with things like Flatpak, Snap and to a lesser extent AppImages

permalink
report
parent
reply
1 point

As an aside, damn these window screenshots from GNOME look awesome with the shadows

permalink
report
parent
reply
3 points
*

I want to add, most of the program you can think of is in the store (most of the time, by default!), including many properties tools used in industry.

Slack, Microsoft Teams, Zoom, spotify, discord, signal, thunderbird, chrome, firefox, brave, steam, OBS and many more are all installable with one click!

This store is the only store that is actually usable across all three major OSs.

Just saying that, because people coming from other OSs have a hard time believing a usable app store on desktop can exist.

permalink
report
parent
reply
5 points
*

One of the reason I use linux is because there is no reasonable way to manage/update program on Windows using GUI.

The only reasonable program management tool on Windows is chocolatey, which is in the terminal. I need to remember typing choco upgrade all in command prompt from time to time, and stop all my work to wait for it updates (since it will close your program during updates). And then I will restart to wait for 20 mins for Windows to update itself.

Honestly, I don’t mind a break, but remembering thing is not my strong suit; also there are certainly circumstances where stop working for 20 mins is not ideal and Windows just insist on updating itself.

On linux, I install all my program straight from the store (very pretty GUI, even without ads!), and they all automatically update in the background without bothering me at all. Even my OS updates in the background. Every time I reboot, I just boot into a brand new OS, without waiting for any update. (Could use a notification after update is installed, but I think it is broken in gnome…)

I never use the terminal in Linux besides installing and using development tools.

permalink
report
parent
reply
-2 points
*
Removed by mod
permalink
report
reply
5 points

Why do you think so?

permalink
report
parent
reply
60 points
*

I’ve been doing that since 2013. I run Arch btw.

permalink
report
reply
1 point

I use Manjaro BTW

permalink
report
parent
reply
19 points

me too, but only since late 2022

permalink
report
parent
reply
30 points

Here is my operating systems timeline:

permalink
report
parent
reply
16 points

2024 ain’t over, you might switch to TempleOS…

permalink
report
parent
reply
37 points

You make an excel to track your operating system of choice for the year but don’t include the distro?!? For shame.

permalink
report
parent
reply
3 points
*

Did you stop using a computer between 1994 and 2001? I feel like there’s some interesting story in there.

permalink
report
parent
reply
1 point

I actually feel bad for you using Linux before most stuff had measured. Font anti aliasing, font name, screen tearing, drivers, flatpaks etc.

permalink
report
parent
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

I use Arch btw


Sister communities:
Community rules
  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

Community stats

  • 7.9K

    Monthly active users

  • 1.3K

    Posts

  • 69K

    Comments