Quote:
|
Originally Posted by Nu2Linux
here's what i get when i run apt
================================================== ===========
[root@localhost DB_File-1.812]# apt-cache search DB_File
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
perl - The Perl programming language.
|
That's because you are in a directory that has been deleted in the meantime. Nothing to worry.
You are on Mandriva? Have you tried urpmi?
I think with
Code:
urpmi -y <search term>
you can search for packages, and with
Code:
urpmi <package name>
you can install a package.