Hi I have opensuse 10.2 and need to install mercurial on it. It doesn't have mercurial package so I downloaded mercurial-1.6 but I don't know how to install mercurial on opensuse. Any help would be appreciated.

link|improve this question
feedback

migrated from stackoverflow.com Jan 19 '11 at 16:22

This question came from our site for professional and enthusiast programmers.

2 Answers

Assuming it is an rpm file, you could try running rpm -Uvh mercurial-1.6.rpm from shell as root.

link|improve this answer
where should I copy this mercurial-1.6 – bahar Jan 19 '11 at 14:57
feedback

Opensuse 10.2 is pretty old. I'd recommend an upgrade. If you can't, a local install of mercurial should work. See Local Unix Install of Mercurial.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown