Installing Plots from Pkg

I am getting errors during installing Plots from Pkg

Please guide me.

That looks a lot like TOML Parse Error when adding package in Julia - Stack Overflow where a shortcut file was used instead of a toml.

Do you need Grisu? Try uninstalling it (]rm Grisu), installing plots and then reinstalling Grisu.

I need assistance.

How can I install it?

Does this sequence work:

] rm Grisu
] add Plots
] add Grisu

?

(] means you press ] to enter the Pkg prompt. You probably only have to do this once. The alternative is to write using Pkg; Pkg.rm("Grisu") etc, but it’s a less nice interface imo)