Is there a single command to directly UPGRADE a package that's been installed w/o its dependency?
Currently I do these steps, the first two being interchangeable:
pkg remove *
pkg fetch *
pkg add -M /directory where * is stored/*
It would be nice if there were a single command to do it all.
Currently I do these steps, the first two being interchangeable:
pkg remove *
pkg fetch *
pkg add -M /directory where * is stored/*
It would be nice if there were a single command to do it all.