I am running Ubuntu 12.04 in our production system. How do I install GNU Parallel in my system? My system is behind a firewall so it will block any download from external connection.
2 Answers
If you have physical access you could download the package parallel_20130922-1_all.deb from https://packages.debian.org/sid/parallel and install like any other debian package. You may also need to locate and obtain the packages it depends on and install them first. Always Insure that you have recent backups and a recovery plan before making changes to a production system. Of course you probably already know that.
Full disclosure. I have neither tried nor tested this. The answer is based on experience with installing other debian packages under ubuntu, nothing more
You can install with dpkg -i pkgname, if you have unresolved dependencies you may wish to check this thread
How to automatically fetch missing dependencies when installing software from .deb?
- 36,752
Is it possible to install GNU parallel version 20141022 on Ubuntu 12.04LTS? If I have used .
/configure
, everything was ok, but when I have used
make
I received error like : pod2pdf not found. using old sem.pdf etc...
- 487