I am trying to install the prop-menu package for emacs (on WSL2) and here's my init.el :
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
(add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/"))
However, when I run the M-x package-list-packages command in the emacs GUI, I am not able to see the package listed :
