Instalation problem

New to Linux, emacs, ex-roam user.

created folder /Notes/roam
added the following to .emacs
(use-package org-roam
:ensure t)

Error message:
Debugger entered–Lisp error: (file-error “https://melpa.org/packages/org-roam-20211030.821.tar” “Not found”)
signal(file-error (“https://melpa.org/packages/org-roam-20211030.821.tar” “Not found”))

…there was more but I am limited to only two links per post.

I have: melpa, melpa-stable, orgmode, elpa set in package-archives

Being new I do not know what to do next, thanks for any help for a newbie.

Redid the install from stable.melpa and got the following error message:
package-install-from-archive: https://melpa.org/packages/org-roam-20211030.821.tar: Not found

Same error for melpa org

Solved: had to add

(org-roam-db-autosync-mode)