I would prefer not to have my experiences dismissed like that.
That's why I was very hesitant to say anything, I was afraid it would come off as dismissive. Sorry, I tried to be as gentle as I thought I could be. Your experience is valid, I just don't think you do yourself any good by setting yourself up for failure, nor do you do Linux any justice by repeating the same tired rhetoric that has been rehashed for decades.
As was mentioned, you downloaded something randomly off the internet: that is not the normal expected use of a modern linux system by any stretch, and absolutely shouldn't be conflated with any general difficulties. I'm sorry you had difficulty, but that's not a normal experience, and there was no reason any of us should have known what you were talking about because we didn't have your experience and you didn't take any time to explain it.
Even when it comes to needing to build from source, it's come a long way in even the last 3 or 4 years, thanks to github and configure/cmake. Nowadays if you absolutely need to install something that only exists as source, 95% of the time it's something like "git clone URL; ./configure; make; sudo make install" and the website you get them from will usually tell you these commands if you didn't already know them. And even here, a lot of developers provide x86 binaries you can just unzip and execute.
Linux developers spend so much time and effort solving problems like repositories and standard libraries and tools specifically to make the end user experience better that it virtually breaks my heart whenever someone says something to the effect of "Linux sucks because you need to know how to compile things from command line". Yeah, linux sucks for a lot of reasons, but being able to install and run things isn't one of them (other than the unfortunate caveat of commercial applications that only run on Windows, if you really, really need that very specific program)
[doublepost=1468083213,1468082809][/doublepost]
Got that a lot when I was a beginner, too. Nowadays I sometimes say it myself
Before I tell someone to google it I google it myself. I've been told "google it" many times myself, and when I do it's not uncommon to get hit with pages of people having the same problem with no solution, or vaguely matching problem with solutions that don't work. I can only recall one time where someone told me to "google it" and the solution was actually on there, found only because I didn't know the right words I needed to look for.
Anywho, by the time I verify googling is actually a thing that'd work I've usually found a good solution anyway, so I'll just say something like "10 seconds on google, here's the result with the best answer *click*"
Give a man a fish and he'll eat for a day. Teach a man to fish and he'll starve because it takes time to learn to fish properly. Give a man a PB&J while teaching him to fish and he'll survive until natural causes get him.