If I want to reinstall foo package, how should I do?
So, if I only want to reinstall foo package, must I type the following command?
Code:
[cmd=#] pkg reinstall foo[/cmd]
pkg: unknown command: reinstall
For more information on available commands and options see 'pkg help'.
So, if I only want to reinstall foo package, must I type the following command?
Code:
[cmd=#] pkg delete -f foo[/cmd]
[cmd=#] pkg install foo[/cmd]