can someone please help me. i need to have Perl-Convert-UULIB 1.5 or later, i currently have like 1.0 or something. how on earth do you update it to the lates version?
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
awesome. any idea how to install it?nic777 said:
albert123 said:awesome. any idea how to install it?
nic777 said:But if you have all the required dependecies it should be installed without any errors
nic777 said:double click on it! .......and then wait for all the error messages to come across![]()
twiga said:Try CPAN,
Haven't done it in a while, but something to this effect:
# perl -MCPAN -e shell;
(answer questions)
once you are in the shell, type:
install Convert::UUlib
this will install the latest version of the module and it's dependancies. These days most package managers keep these things up to date, so the above might break your system. (Package versions will be out of sync with what the package util think is installed)