2005/10/14, smart penguin <[EMAIL PROTECTED]>:
> > On Fri, Oct 14, 2005 at 09:29:49AM +0800, smart penguin wrote:
> > > hi guys, i need help with Mandrake2005LE, 'cause one way or another,
> > > im getting an error, either when im stalling a packaged or just running a
> > > command, i would have --- libstdc++.so.5 not installed or could not open.
> > >
> > Issue urpmi libstdc++.so.5 as root in the CLI. This should install the
> > package that provides it.
>
> Thanks for the reply. But it is my first time to encounter urpmi & CLI, so if 
> u don't sir, can u tell me how to do this, i would appreciate this very much.

Maybe we should be in the Newbie List ...

A. Command Line Interface (CLI) is like the DOS shell in Windows.
The CLI (Console / Terminal) may be accessed by:

1. Click on Main Menu -> System -> Terminals -> Konsole;
2.  In KDE, press ALT-F2, type "konsole" without the quotes, press OK or ENTER;
OR
3. Press CTRL-ALT-F1, and then log in

B. urpmi - command to install software packages (run as root user/administrator)
(This command automatically handles dependencies and installs the necessary
packages to successfully install selected package)
The Graphical User Interface (GUI) counterpart may be accessed by:

1. running "rpmdrake --root" either from the Terminal OR CTRL-ALT-F2
2. using the Mandriva Control Center (similar to Windows Control Panel)

C. To install software ...

1. CLI mode (run as root)
urpmi <software package name>
$ su -c 'urpmi libstdc++5'

2. GUI mode (use Mandriva Control Center (run "drakconf") OR run
"rpmdrake --root")

D. To find the software package containing the needed/missing file ...
$ urpmf libstdc++.so.5

E. ETC.

$ urpmq <software package name>
 ->    check if the software package exists in the urpmi database

$ urpmq -i <software package name>
->    display information about the software package

$ urpme <software package name>
->    uninstall the software package
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to