Hi Rikon,
I noticed that my guide is outdated and there's some new steps going on that weren't docuemnted before.
With my steps, you likely are getting
Code:
Can't locate URI/Escape.pm in @INC (you may need to install the URI::Escape module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at eqemu_update.pl line 16.
BEGIN failed--compilation aborted at eqemu_update.pl line 16.
Can't locate URI/Escape.pm in @INC (you may need to install the URI::Escape module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at eqemu_update.pl line 16.
If you are,
Code:
perl -MCPAN -e shell
install URI::Escape
Fixes it. There'll be a prompt for a second dependency, same steps as above, changing the "install" step to the other file.
Once you're done with this, you'll get an interactive UI to update/install your copy.
I plan to adjust my guide soon, as well as create a premade vm package as well soon.