linux - How to use brewperl for installing applications on Ubuntu -


i use ubuntu 14.04 lts perl 5 (v5.18.2), new versions of rxvt , surf need perl v5.20+.

as solution found perlbrew , install perl v5.20, found .deb rxvt, anyway cannot install, because use system perl.

my question how install applications on linux perl dependency , not break internal compatibility of linux core?

for new versions of rxvt , surf need perl v5.20+.

that's not true.

rxvt 2.7.10 uses a perl script work 15 year-old 5.6.

surf 1.0.6 doesn't use perl @ (assuming mean this project).

were try install these source, wouldn't matter @ perl had available.

instead, appear trying install packages built system other yours. install the rxvt , surf packages have, need have version 5.20 of the distributor's perl package. no matter how many version of perl install, you'll never satisfy requirement.

you can't install packages. you'll need packages appropriate system, or you'll need install libraries source.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -