You are not logged in.
Pages: 1
hello everybody,
i've been away from the *nix world for some time now, and there are some things i remember better than others.
atm i am trying to install perl-term-readline, as it is a dependency for the metasploit framework - although i am surprised that package isn't already installed, as it belongs to the core modules group (that means the module should come with every perl install) if i recall correctly.
This is what i have tried so far (i read some perl wiki page and this is what came up):
[root@Omega /]# pacman -S -f perl-term-readline
perl-term-readline: not found in sync db
where do i have to look for that module?
-Southern_Trendkiller
Last edited by Southern_Trendkiller (2007-02-05 11:42:42)
Offline
Try searching with pacman -Ss.
# pacman -Ss perl
# pacman -Ss perl-term
Offline
I have tried that already, without luck.
This is what i get:
[root@Omega ~]# pacman -Ss perl-term
extra/perl-term-readkey 2.30-1
A perl module dedicated to providing simple control over terminal driver
modes.
community/perl-term-progressbar 2.09-1
Provide a progress meter on a standard terminal in perl
community/perl-term-read-password 0.07-1
lets you ask the user for a password without echoing
perlcpan/perl-term-progressbar 2.09-1
Term::ProgressBar - Progress bar in just ASCII / using Term
perlcpan/perl-term-ui 0.14-1
Term::UI - No description provided by CPAN
perlcpan/perl-termreadkey 2.30-1
Term::ReadKey - Read keystrokes and change terminal modes
[root@Omega ~]#
thanks for your reply anyways
Offline
http://aur.archlinux.org/packages.php
Search for: perl-term-readline.
You will find: http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
Offline
Offline
tanks for your answers as i said it's been a while since i've been in the *nix world, and although i have spent some time with arch, i definetaly don't find my way around it yet as well as i did back then.
Offline
Pages: 1