1

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.

Eric Carvalho
  • 54,385
arsenal
  • 1,993

2 Answers2

2

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?

Elder Geek
  • 36,023
  • 25
  • 98
  • 183
0

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...

Vonton
  • 487
  • 1
  • 6
  • 9
  • 1
    That is just a warning: It simply means that if you have changed .pod, then these changes will not be converted into .pdf. And if you never changed *.pod the warning is safe to ignore. – Ole Tange Mar 04 '19 at 12:54