45

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
  • 1
    I always suggest visiting the site for the product before doing anything else. The Midnight Commander Site is here. Yes, they do link off to that other site for the Mac version, but it's useful to know what is and isn't available.
    – user194275
    Commented Jan 31, 2013 at 13:34

4 Answers 4

34

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:

http://rudix.org/packages-mn.html#mc

2
  • 1
    sudo port install mc throws errors, doesn't install correctly. Commented Feb 12, 2014 at 22:08
  • 2
    @CzarekTomczak Adding that comment here is not going to help anyone. Ask it as a Question or something. Include all the error message output.
    – Spiff
    Commented Feb 12, 2014 at 22:33
71

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
3
  • Got You must `brew link pcre libpng` before midnight-commander can be installed, and Could not symlink share/doc/pcre when I tried running the link command. Commented Sep 12, 2016 at 19:51
  • And how can you install brew in osx recovery? there's no ruby in there
    – holms
    Commented Jan 18, 2018 at 23:16
  • Now it is in opt/homebrew/Cellar/midnightcommander what to do ? Commented Aug 30, 2022 at 6:22
4

You can download universal binary installer package from this link: http://louise.hu/poet/?tag=mc

3
  • actually, since currently midnight-commander.org/wiki/Binaries points to Your page, and the builds are updated constantly, I reckon this is the "official" answer.
    – user201265
    Commented Feb 20, 2015 at 11:40
  • 1
    Not anymore, has been a few years and louise.hu is no longer the official one.. for the benefit of others who are still looking for mc, best to find the official port for OSX from the horses mouth midnight-commander.org/wiki/Binaries
    – Bastion
    Commented Jul 28, 2017 at 5:14
  • Site is now dead. Commented May 8, 2023 at 18:58
-1

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
  • 1
    No idea what's going on, but on MacBook Pro @M1 brew install mc isn't working Commented May 3, 2022 at 15:22

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .