Originally posted by: Crusty
You only need to compile it if it's not included in the repositories.
Originally posted by: Nothinman
I believe Ubuntu, like Debian, has a build-essential package that will get you most of the things you need to compile things. But you should only be building from source as your last option.
Originally posted by: RedSquirrel
If you're atheist, do whatever atheists do when they need "outside" help with a problem in life. (Ouija board?)
Originally posted by: degibson
Originally posted by: RedSquirrel
If you're atheist, do whatever atheists do when they need "outside" help with a problem in life. (Ouija board?)
We RTFM. ;-)
Originally posted by: Brazen
Originally posted by: degibson
Originally posted by: RedSquirrel
If you're atheist, do whatever atheists do when they need "outside" help with a problem in life. (Ouija board?)
We RTFM. ;-)
By definition, wouldn't an atheist believe life doesn't come with a FM?
Originally posted by: degibson
Originally posted by: RedSquirrel
If you're atheist, do whatever atheists do when they need "outside" help with a problem in life. (Ouija board?)
We RTFM. ;-)
Originally posted by: RedSquirrel
Originally posted by: degibson
Originally posted by: RedSquirrel
If you're atheist, do whatever atheists do when they need "outside" help with a problem in life. (Ouija board?)
We RTFM. ;-)
That only works if nothing goes wrong. The FM won't explain why you get some weird unexplained error that ends with 0xff93949f Google will help you find a thread you posted on a forum about the error. (that happens to me all the time) haha.
But yeah most of the time you'll be able to find a rpm and those are usually smooth to install unless there's dependencies. I've seen situations where a single rpm will require about 20 dependencies then those 20 require 20 more etc... then you end up where dependency A requires B but B requires A. Then you're screwed. That's rare though, but I've seen it.
But yeah most of the time you'll be able to find a rpm and those are usually smooth to install unless there's dependencies. I've seen situations where a single rpm will require about 20 dependencies then those 20 require 20 more etc... then you end up where dependency A requires B but B requires A. Then you're screwed. That's rare though, but I've seen it.
Originally posted by: Nothinman
But yeah most of the time you'll be able to find a rpm and those are usually smooth to install unless there's dependencies. I've seen situations where a single rpm will require about 20 dependencies then those 20 require 20 more etc... then you end up where dependency A requires B but B requires A. Then you're screwed. That's rare though, but I've seen it.
That's what things like apt and yum were designed to handle, installing packages by hand should be avoided as much as possible. And rpm and dpkg are both smart enough to figure out and handle the situation where 2 packages depend on eachother.
Originally posted by: RedSquirrel
Originally posted by: Nothinman
But yeah most of the time you'll be able to find a rpm and those are usually smooth to install unless there's dependencies. I've seen situations where a single rpm will require about 20 dependencies then those 20 require 20 more etc... then you end up where dependency A requires B but B requires A. Then you're screwed. That's rare though, but I've seen it.
That's what things like apt and yum were designed to handle, installing packages by hand should be avoided as much as possible. And rpm and dpkg are both smart enough to figure out and handle the situation where 2 packages depend on eachother.
Yeah, I'm just saying, if the apt/yum repository does not have a program and you have to do it by hand. That's where it gets tedious.
Ex: VMware, or any "non standard" app. Try installing VMware 1.0 on a modern enough distro, and well, good luck. It's doable, but it's not easy.
Stuff like apache, php, and lot of other standard server and client apps are as easy as "yum install [programname]".
Ex: VMware, or any "non standard" app. Try installing VMware 1.0 on a modern enough distro, and well, good luck. It's doable, but it's not easy.