Hello
Due to special circumstances, I would need to setup a FreeBSD 13.0 system.
Is 13.0 "usable" in the sense that I can use the package manager (pkg), or ports for installing software? pkg would be my preferred choice.
I setup a 13.0 machine and installed the simple text editor 'nano' using pkg, but I get this error:
If a simple thing like installing 'nano' doesn't work, then I am very doubtful that I can get everything I want to work on the system...
Due to special circumstances, I would need to setup a FreeBSD 13.0 system.
Is 13.0 "usable" in the sense that I can use the package manager (pkg), or ports for installing software? pkg would be my preferred choice.
I setup a 13.0 machine and installed the simple text editor 'nano' using pkg, but I get this error:
Code:
root@bsd1:~ # nano
ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/bin/nano not found
If a simple thing like installing 'nano' doesn't work, then I am very doubtful that I can get everything I want to work on the system...