Balakrishna Eppili
01/31/2023, 7:14 PMMitch Bailey
01/31/2023, 11:18 PMls -l
in a terminal window to check the file owner and permissions.
Maybe solve the problem by deleting and installing not as root.Balakrishna Eppili
02/01/2023, 7:08 AMArman Avetisyan
02/01/2023, 1:11 PMArman Avetisyan
02/01/2023, 1:11 PMMitch Bailey
02/01/2023, 2:53 PMsudo chmod 777 work
or sudo chown balakrishna work
Philipp Gühring
02/02/2023, 2:43 PMsudo chown -R balakrishna work
to do it recursivelyBalakrishna Eppili
02/04/2023, 2:38 PMMitch Bailey
02/04/2023, 4:17 PM