in reply to Re^2: Goo::Canvas installation on Ubuntu 12.10
in thread Goo::Canvas installation on Ubuntu 12.10

Anonymous Monk: Why am I getting permission denied error? I am the only user on this system, with admin rights.

Figure it out

mkdir '/usr/local/man/man3' or die Fudge(); use Errno; sub Fudge { my @r; while( my($k,$v)=each %!){ $v and push @r, $k } join qq/\n/, int($!).q/ /.$!, int($^E).q/ /.$^E, @r, q/ / }

Replies are listed 'Best First'.
Re^4: Goo::Canvas installation on Ubuntu 12.10
by msinfo (Sexton) on Jan 12, 2014 at 05:44 UTC

    Sorry, but I am beginner.

    13 Permission denied 13 Permission denied EACCES
    ~/Documents$ mkdir delete /usr/local/man$ mkdir deleteme mkdir: cannot create directory `deleteme': Permission denied

    After that I realized that it must be something related to sudo: Thanks for making me realizing that.

    So, should I always use? : sudo perl -MCPAN -e shell or sudo apt-get install libgoo-canvas-perl

    As farang, said, there is risk of messing with System perl