Hello, grateful for your help.
I have an online FreeBSD 13.1 system, i am fetching packages with dependencies, but cannot install them on another offline system.
Will download xorg packages and dependencies, and other packages i might choose, to the folder
I copy all the packages from that folder to another FreeBSD 13.1 system (which has no Internet). I run
Which will fail on the offline system, as it cannot find the dependencies even through they are in the folder, I assume because there is no metadata?
Did I not copy something I should have?
I have an online FreeBSD 13.1 system, i am fetching packages with dependencies, but cannot install them on another offline system.
pkg fetch -o /root/packages -d xorg
Will download xorg packages and dependencies, and other packages i might choose, to the folder
I copy all the packages from that folder to another FreeBSD 13.1 system (which has no Internet). I run
pkg add xorg-7.7_3.pkg
Which will fail on the offline system, as it cannot find the dependencies even through they are in the folder, I assume because there is no metadata?
Did I not copy something I should have?