So, I have been trying to install use-package by(package-install 'use-package) but I keep getting the error use-package is unavailable. I have also tried to install other packages but they are also unavailable.
I was wondering if could go to the MELPA page, find the package(eg use-package) and download. Is there a way to configure your init.el such that packages can be used/installed without any variation consisting of (package-install 'use-package)?
I figured this out; it is useful given Emac's misbehavior.
As an example consider installing the
use-package:and then adding this to your
init.el: