Re: An idea for a pkg option
- Reply: Mark Millard : "Re: An idea for a pkg option"
- In reply to: Mark Millard : "Re: An idea for a pkg option"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Mar 2022 11:44:33 UTC
22.03.2022 16:56, Mark Millard wrote: > For my explicit list of what to try to install > (in the file) your command does not work for > my purpose/goal: > > # pkg install -yU `cat ~/origins/amd64-pkgs.txt` > pkg: No packages available to install matching 'rpi4-edk2' have been found in the repositories > pkg: No packages available to install matching 'rpi4-edk2' have been found in the repositories Does it work if you do that in the "clean room", f.e. in a chrooted directory that never had any remote repository data cached? It works for me in such case. Maybe point it to non-existent or clean directory instead: env PKG_DBDIR=/nonexistent pkg install -yU ...