Bobtheduck (post: 1381179) wrote:Have a dual-boot running Ubuntu and my "This copy of windows is not genuine" Win 7. As of now, I'll use Win 7 for the Adobe suite and for iTunes. I'll use Ubuntu for everything else... Though Ubuntu doesn't seem to like the multi-touch touch pad on my laptop... I have to be careful how I touch it so it doesn't jump around like crazy.
EDIT: Oh, and it's really annoying how 99% of software distro'd on Linux is distro'd as SOURCE CODE. There's plenty of good stuff, but trying to do everything with the terminal is frustrating. What is wrong with executables?
Like the others suggested, are you using Ubuntu's package manager or are you downloading tar files and doing the whole ./configure, make, make install dance? If it's the latter, stop immediately and get acquainted with the package manager.
90% of Ubuntu's software can be found through the package manager which manages downloading, installing, upgrading, and keeping up-to-date all of your software packages and any software packages that those software packages depend on. It's a much, much better idea to learn how to use it than building your own binaries from source.
If you're not comfortable with the terminal to apt-get install <package>, then you can use Synaptic, which is a GUI frontend for apt. You can search for packages through Synaptic.
Using the package manager, you can even do version upgrades of your distro.