Hacker News new | ask | show | jobs
by zo1 3829 days ago
This is not entirely true. As someone that recently switched to Ubuntu from being a long time windows user.

Your apt-get scenario only works if what you're looking for is in the official repositories. If not, you have to add those repositories first. That's a lucky menu find in the Ubuntu installer or some random add repo command with some possibly untrusted domain in it.

Then... You get random install errors. Missing so files or package dependencies etc.

Trust me, I've done more googling trying to install stuff on Ubuntu than I ever did on Windows. At least with windows if you had the exe or msi file you were dons 99% of the time. And you almost always found that file on the site for that program.

1 comments

Even if you can find your package in the repos, you can always build from source if you like. In that case it a ./configure && make && make install away