To stop your package manager (such as yay, pamac, or pacman) from looking for updates for Dropbox from the Arch User Repository (AUR), you must exclude the package or disable AUR search features. Here is how to hide or disable updates for Dropbox specifically:Method 1: Tell Pacman to Ignore Dropbox (Recommended)This method keeps Dropbox installed, but completely hides it from system updates.Open /etc/pacman.conf in your preferred terminal text editor with root privileges:
sudo nano /etc/pacman.conf
Look for the [options] section.Add the following line (or edit it if IgnorePkg already exists):
IgnorePkg = dropbox
Save and exit (In nano, press Ctrl+O, Enter, then Ctrl+X).