I am completely new to Linux/Ubuntu and command-line. At work I needed to install gearman server and workers on an Ubuntu 11.10 Rackspace box. I ran this command apt-get install gearman-job-server to install the server but it installed version 0.14 which is outdated from many years ago. Is there a way I can just upgrade the package to the latest via command line?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
|
|
|
Each version of Ubuntu has a fixed set of packages and only minor version updates are provided by default package updater. Default To manually install gearman-job-server, you can either compile and install it from source (instructions) or use the ppa:
but remeber to remove the old version first:
|
|||||
|