Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
35
rated 0 times [  35] [ 0]  / answers: 1 / hits: 62103  / 2 Years ago, thu, september 22, 2022, 10:41:00

I have Ubuntu 12.04 LTS and I tried to upgrade to Ubuntu 12.10. When I clicked in the Update Manager Upgrade a message box apeared:



Cannot run the upgrade. This usually is caused by a system where /tmp is mounted noexec. Please remount without noexec and run the upgrade again.



I tried to make /tmp executable in Terminal with the following command:


mount -o remount,exec /tmp /var/tmp

I pressed Enter and I got the following message from Terminal:


mount: only root can do that

What should I do now to make /tmp executable and upgrade the OS?


More From » upgrade

 Answers
3

You need to have root privileges. For this, put sudo in front of the command:


sudo mount -o remount,exec /tmp

When you are asked for a password, just enter your usual user password.


[#30623] Friday, September 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
suitman

Total Points: 487
Total Questions: 105
Total Answers: 98

Location: India
Member since Wed, Aug 4, 2021
3 Years ago
;