Help installing a GeForce RTX 3060 GPU on an Ubuntu PC

I am encountering issues with installing the drivers to get my Gefore RTX 3060 up and running. Here is the code and error message I am receiving:
(base) cnelsonlab@cnelsonlab-System-Product-Name:~$ sudo ubuntu-drivers install nvidia:535
Reading package lists… Done
Building dependency tree
Reading state information… Done
You might want to run ‘apt --fix-broken install’ to correct these.
The following packages have unmet dependencies:
nvidia-kernel-common-535 : Depends: nvidia-firmware-535-535.54.03 but it is not installed
E: Unmet dependencies. Try ‘apt --fix-broken install’ with no packages (or specify a solution).
(base) cnelsonlab@cnelsonlab-System-Product-Name:~$ apt --fix-broken install
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?