I've made several attempts to install fink on a clean install of 10.3... fink works, and fink commander works... BUT
I want to install via binary packages most of the stuff which is available on fink, this feature seems to be disabled, is it just "shut off" in Panther till they get all the binaries reconfigured for 10.3 (although I don't know what would change) or do I need to do something to fix this problem? How can I install via binary from the command line?
Make sure your /sw/etc/apt/sources.list file is correct. I should contain a line
deb http://us.dl.sourceforge.net/fink/direct_download 10.3/current main crypto
Note the "10.3". This line is, in principle, added automatically by fink.
Then run
fink scanpackages (only needed the first time you do this) sudo apt-get update sudo apt-get install great-new-binary-package
-- Martin
------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
