I am in the processing of installing singularity using the terminal on my Linux Mint computer (Ubuntu).
I have the following command:
sudo apt-get update The computer then asks me to enter my password:
[sudo] password for user: When I enter my password, the computer gives me the error:
user emre is not allowed to execute '/usr/bin/apt-get udpate' as root on spiers06 However, I have checked that I have SUDO privileges, which my linux terminal confirms that I do, so I am unsure as to why the computer may be giving me this error.
I would be so grateful for a helping hand!
sudo -land compare with whatever user, command and machine is listed in the messagesudogives you...aptas root which should allow you at least some apt operations. Unfortunately I am not an expert on apt, I am on rpm based distro...