A simple question: How do I update the packages installed on my system?
For example in Fedora I used:
In Arch:
On FreeBSD?
For example in Fedora I used:
dnf update
In Arch:
pacman -Syu
On FreeBSD?
dnf update
pacman -Syu
pkg updateNah, just the modern type of "I'm too lazy to use Google and instead ask right away don't caring about the impression I will make because my lazy approach always works fine for me..." internet user.pkg update
Did you read the Handboook? It's quite clear.
What does it give you?Running pkg update doesn't give me any updates.
dnf check-update dnf upgrade pkg version -vRL= pkg upgradeMaybe. First: As others saidI have installed Freebsd 13.0 1 month ago. Running pkg update doesn't give me any updates. It is normal?
pkg update doesn't perform an update - it just updates your local database of available packages; Updates will be installed by executing pkg upgrade afterwards.Let's maintain the correct terminology and point out that "update" updates the database while "upgrade" upgrades the package.Updates will be installed by executingpkg upgradeafterwards.