| FinK |
WebHome | UnixGeekTools | Geekfarm | About This Site
Sweet tool on osx to install unix packages.
Pointers
Updating fink and all installed packages
run both these commands back-to-back
- fink selfupdate
- fink update-all
removing a package
- fink remove pkgname
- dpkg -r --force-depends pkgname
Switch to unstable
- edit /sw/etc/fink.conf
- add unstable/main and unstable/crypto to the Trees: line
- run fink selfupdate
- run fink index
Updated Sun Jul 23, 2006 12:11 PM