Sorry if this sounds ranty but I’m a bit confused. I’ve played around with Linux (mainly Ubuntu or Mint) over the years but never really considered it a serious contender for replacing Windows on a desktop. I hear people say all the time that it is, but I just don’t see it myself unless I’m completely thick? I’m really curious if there’s something painfully obvious that I’m missing.
My biggest issue is with application installation and management. For example, let’s say I want to install FileZilla. I run sudo apt install filezilla and it installs, right? Sure, but it’s quite an old version. If I want the latest one, I have to compile it from source. Then I run into lots of issues with missing dependencies that aren’t available via apt so these have to be compiled too. I haven’t yet been able to successfully compile FileZilla as I just can’t find what I need and get frustrated after a while. Whereas on Windows I can just download the latest version, install and I’m done in a minute or less. I also find the case-sensitive filesystem to be a complete headache when running bash.
It’s things like this that make me believe that Linux is intended for software developers. Is it just me or does anyone else feel like this? I don’t think the average user wants to be (or knows how to be) compiling from source just to keep their applications up to date.