Changes between Version 2 and Version 3 of Ticket #66724, comment 3
- Timestamp:
- Jan 23, 2023, 6:38:02 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66724, comment 3
v2 v3 8 8 9 9 For now I tried to uninstall macports, which worked now so far, except that when I want to remove the user "macports" from my system I get the following error in the terminal 10 \\11 10 12 sudo dscl . -delete /Users/macports\\ 13 Password:\\ 14 <main> delete status: eDSPermissionError\\ 15 <dscl_cmd> DS Error: -14120 (eDSPermissionError)\\ 11 {{{ 12 sudo dscl . -delete /Users/macports 13 Password: 14 <main> delete status: eDSPermissionError 15 <dscl_cmd> DS Error: -14120 (eDSPermissionError) 16 }}}