Midnight Commander (MC) installer for Mac OS X

I use MC on Windows and Linux and would like to use it on my Mac. Can someone point me to an URL where I can download a binary setup/install?

1

4 Answers

I don't know of any official binary distribution of MC for 10.6, but like other Free / Libre / Open Source Software, it can be installed by MacPorts or Fink. I prefer MacPorts:

  1. Install MacPorts.
  2. sudo port install mc

Update many weeks later: In someone else's answer to another question, I found a site that does binary distributions of many open source packages for Mac OS X. I'd never heard of the site before so I don't know how reputable/trustworthy they are, but here's their binary distro of Midnight Commander for Mac OS X:

2

It's also available for Homebrew which is a neat and clean alternative to Ports or Fink. You might want to check it out.

To install Midnight Commander with Homebrew, type :

brew install mc
2

You can download universal binary installer package from this link:

2

1.Install x-code

xcode-select --install

You should have brew preinstalled on your Mac.

2.Istall Midnight Commander.

brew install mc

3.Done. Simply run mc.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like