Reading the install advice on the cherokee site, is it ok if I try...cherokee:
Package cherokee has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and never uploaded, has been obsoleted or is not available with the contents of sources.list
Is this method compatible with antix?The APT suite can handle more than one set of packages with different priorities. If you want to get the latest Cherokee off unstable, you can make your /etc/apt/sources.list be:
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.debian.org/debian/"
linktext was:"http://ftp.debian.org/debian/"
====================================
lenny main
deb-src
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.debian.org/debian/"
linktext was:"http://ftp.debian.org/debian/"
====================================
lenny main
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.debian.org/debian/"
linktext was:"http://ftp.debian.org/debian/"
====================================
sid main
deb-src
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.debian.org/debian/"
linktext was:"http://ftp.debian.org/debian/"
====================================
sid main
And set your preferences to lenny in /etc/apt/preferences:
Package: *
Pin: release a=stable
Pin-priority: 900
Package: *
Pin: release a=testing
Pin-priority: 200
Just make the pin-priority lower. Then, aptitude update to get the full lists, and install Cherokee from unstable:
# aptitude -t testing install cherokee
Thanks.