Problem
You want to install the git (Fast version control system) in Mandriva, but using:
1 |
urpmi git |
installs the GNU Interactive Tools.
Solution
Use the following to install the version control system
1 |
urpmi git-core |