request : Yunohost

While it's a nice project it's a Debian Linux, not only software but a full OS installation.

It might work within a Linux jail however.
 
It _could_ work in kFreeBSD. What error message did you get?
 
Yeah, you have to configure apt (/etc/apt/apt.conf) to identify as Debian Linux Squeeze, not kFreeBSD, so that it builds the correct URL for the download.
 
Yes, I think you must set
Code:
APT::Architecture "amd64";
APT::Default-Release "squeeze";
If that doesn't work, please see apt.conf's manpage.
 
Back
Top