[Mac OS X] Midnight Commander installeren

Pagina: 1
Acties:

  • CBA
  • Registratie: November 2000
  • Laatst online: 14-08 21:10

CBA

een vat, een vat, een vat !

Topicstarter
Ik zou graag Midnight Commander installeren op Mac OS X omdat ik dit progje gebruik op pc en linux en het eigenlijk wel héél handig zou zijn voor op mac ook.

Eerst moet ik ervoor zorgen dat Fink geïnstalleerd is, dit heb ik dan ook gedaan.

Dan moet ik een terminal venster openen en deze lijn intikken:
(uiteraard heb ik de gekopieerd)
code:
1
2
3
4
5
sudo apt-get install audiofile daemonic dlcompat esound 
ghostscript ghostscript-fonts glib gnome-libs 
gtk+ imlib libjpeg libpng libtiff libungif 
libxml2 netpbm orbit passwd readline slang 
xfree86-base zlib

Maar hierbij krijg ik de foutmelding:
code:
1
sudo: apt-get: command not found

Iemand enig idee hoe ik Midnight Commander toch zou kunnen installeren?

Diablo 3 Profiel - WoW Warrior


  • Platypussy
  • Registratie: Maart 2001
  • Laatst online: 03-08 16:18
apt-get op MacOS X?? Is dat zeg maar niet alleen weggelegd voor Debian gebruikers? :?
Mocht ik me vergissen dan zul je dus eerst Apt moeten installeren...

  • chem
  • Registratie: Oktober 2000
  • Laatst online: 04-08 07:59

chem

Reist de wereld rond

hih, apt-get onder OS X :)

ipv apt-get bestaat er fink (fink.sourceforge.net)...

http://homepage.mac.com/macgurutemple/installing_mc_on_macosx.html

staat keurig uitgelegd dat je apt-get etc. ook via fink kan installer

Klaar voor een nieuwe uitdaging.


Verwijderd

aptget werkt volgens mij alleen op Debian :? - en sudo werkt ook niet?! Check je /etc/sudoers file. Waarschijnlijk heb je gewoon onder je account geen recht om sudo te gebruiken. Dit moet je als root wijzigen in de genoemde file... :P

  • CBA
  • Registratie: November 2000
  • Laatst online: 14-08 21:10

CBA

een vat, een vat, een vat !

Topicstarter
Fink is al geïnstalleerd, maar ik volg het html-bestand om het te installeren dus ik zal ff kopiëren.
Installing Midnight Commander

Fink 0.31 is supplied with precompiled Midnight Commander with console mode removed (thus, it requires working XFree86 windowing system). However, Midnight Commander from unstable tree works in console mode (with few artifacts). In this archive you will find experimental version of mc which supports console mode on MacOS X, so you do not have to build it yourself. XFree86 base will be installed in order to satisfy package dependencies, but will not be actually used.

1. Install {Fink}.

2. Install packages required for Midnight Commander - "sudo apt-get install audiofile daemonic dlcompat esound ghostscript ghostscript-fonts glib gnome-libs gtk+ imlib libjpeg libpng libtiff libungif libxml2 netpbm orbit passwd readline slang xfree86-base zlib" (you can copy this line from this document and paste in terminal to avoid retyping). Please note that automatic downloading a number of packages from Fink Web site will take some time.

3. Place downloaded deb package(s) from this archive in your home directory and run in terminal "sudo dpkg --install mc_x.xx.xx-x_darwin-powerpc.deb" (replace "x" with actual version number).
Known Bugs and Limitations
Een stukje uit de quote:

(you can copy this line from this document and paste in terminal to avoid retyping).

Ik heb dat dus gedaan, zie foutmelding bovenaan.

Diablo 3 Profiel - WoW Warrior


Verwijderd

Ben je onder een gewone account of onder root ingelogd?! Als je het onder een gewone account probeert, kijk dan even als root in de /etc/sudoers file!! :P - staat die account erin?!

  • CBA
  • Registratie: November 2000
  • Laatst online: 14-08 21:10

CBA

een vat, een vat, een vat !

Topicstarter
Op vrijdag 15 maart 2002 11:41 schreef Ceyene het volgende:
Ben je onder een gewone account of onder root ingelogd?! Als je het onder een gewone account probeert, kijk dan even als root in de /etc/sudoers file!! :P - staat die account erin?!
Ik ben als admin ingelogd

En ik krijg in die file dit te zien
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the sudoers man page for the details on how to write a sudoers file.
#

# Host alias specification

# User alias specification

# Cmnd alias specification

# User privilege specification
root    ALL=(ALL) ALL
%admin  ALL=(ALL) ALL

Diablo 3 Profiel - WoW Warrior

Pagina: 1