Midnight Commander for OSX

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Midnight Commander for OSX

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Midnight Commander for OSX

Post by Antonio Linares »

To get the app installed: (Allow apps downloaded from: Anywhere)

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Midnight Commander for OSX

Post by Antonio Linares »

To execute it from a Terminal window do:

mc
regards, saludos

Antonio Linares
www.fivetechsoft.com
Carlos Mora
Posts: 988
Joined: Thu Nov 24, 2005 3:01 pm
Location: Madrid, España

Re: Midnight Commander for OSX

Post by Carlos Mora »

Excelente!
desde la era del DOS que vengo usando nc/mc, luego en linux, pero para OSX no lo tenía.
Gracias!
Saludos
Carlos Mora
http://harbouradvisor.blogspot.com/
StackOverflow http://stackoverflow.com/users/549761/carlos-mora
“If you think education is expensive, try ignorance"
User avatar
Baxajaun
Posts: 853
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia

Re: Midnight Commander for OSX

Post by Baxajaun »

Antonio,

thanks !!!

Regards,
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Midnight Commander for OSX

Post by Antonio Linares »

This is FiveMac's fileman.prg example:

For those that love NC, MC :-)

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Midnight Commander for OSX

Post by Antonio Linares »

Easier way to install mc in OSX:

From the terminal:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homeb ... er/install)"

brew install mc

mc
regards, saludos

Antonio Linares
www.fivetechsoft.com
jmartial
Posts: 457
Joined: Tue Mar 14, 2006 7:26 pm

Re: Midnight Commander for OSX

Post by jmartial »

Antonio,

Al terminar de instalar me da el siguiente error y no funciona:

Code: Select all

==> Pouring midnight-commander-4.8.18.yosemite.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink share/locale/be/LC_MESSAGES/mc.mo
/usr/local/share/locale/be/LC_MESSAGES is not writable.

You can try again using:
  brew link midnight-commander
 
Tienes idea que puede ser, tengo OSX yosemite 10.10.5


Aunque ejecute
brew link midnight-commander

Me da el siguiente error:

Linking /usr/local/Cellar/midnight-commander/4.8.18...
Error: Could not symlink share/locale/be/LC_MESSAGES/mc.mo
/usr/local/share/locale/be/LC_MESSAGES is not writable.


¿Se puede desinstalar el Brew si no me va a funcionar?
Un Saludo,
Joaquín Martínez
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Midnight Commander for OSX

Post by Antonio Linares »

Prueba asi:

sudo brew install mc

te pedirá tu contraseña
regards, saludos

Antonio Linares
www.fivetechsoft.com
jmartial
Posts: 457
Joined: Tue Mar 14, 2006 7:26 pm

Re: Midnight Commander for OSX

Post by jmartial »

Antonio,

no funciona, mira el error:

Code: Select all

MacBook-Pro-de-admin:~ admin$ sudo brew install mc
Error: Running Homebrew as root is extremely dangerous. As Homebrew does not
drop privileges on installation you are giving all build scripts full access
to your system. As a result of the macOS sandbox not handling the root user
correctly HOMEBREW_NO_SANDBOX has been set so the sandbox will not be used. If
we have not merged a pull request to add privilege dropping by November 1st
2016 running Homebrew as root will be disabled. No Homebrew maintainers plan
to work on this functionality.
Error: Cowardly refusing to 'sudo brew install'
You can use brew with sudo, but only if the brew executable is owned by root.
However, this is both not recommended and completely unsupported so do so at
your own risk.
 
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Midnight Commander for OSX

Post by Antonio Linares »

Joaquín,

Con macOS Sierra funciona bien.

Puedes desisntalar brew asi:

http://superuser.com/questions/203707/h ... ge-manager

Homebrew now provides an uninstall script located here.

Just run the following in the OSX terminal:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homeb ... /uninstall)"
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply