0

I cannot install vineyard because I am asked this:

To run a command as administrator (user "root"), use "sudo <command>."

See "man sudo_root" for details.

Zanna
  • 70,465
max
  • 11

1 Answers1

1

Instead of running: apt install 1232 run sudo apt install 1232. You will be prompted to enter your password and you must be in the group sudo or have permission to use the command in the sudoers file to be able to run sudo

Zanna
  • 70,465
TiloBunt
  • 2,305
  • 2
  • 27
  • 36