4 | | I made[[BR]] |
5 | | sudo port uninstall --follow-dependencies kdesdk4[[BR]] |
6 | | but it fails then I follow the error message and I repeat the process:[[BR]] |
7 | | sudo port uninstall --follow-dependencies kdepimlibs4[[BR]] |
8 | | sudo port uninstall --follow-dependencies kde4-runtime[[BR]] |
9 | | sudo port uninstall --follow-dependencies kde4-baseapps[[BR]] |
10 | | And I find the "leaf" package: sudo port uninstall --follow-dependencies konsole[[BR]] |
11 | | [[BR]] |
12 | | After that, I restarted the sudo port update outdated[[BR]] |
13 | | Finally I tried to reinstall konsole but I get[[BR]] |
| 4 | I made |
| 5 | {{{ |
| 6 | sudo port uninstall --follow-dependencies kdesdk4 |
| 7 | }}} |
| 8 | but it fails then I follow the error message and I repeat the process: |
| 9 | {{{ |
| 10 | sudo port uninstall --follow-dependencies kdepimlibs4 |
| 11 | sudo port uninstall --follow-dependencies kde4-runtime |
| 12 | sudo port uninstall --follow-dependencies kde4-baseapps |
| 13 | }}} |
| 14 | And I find the "leaf" package: |
| 15 | {{{ |
| 16 | sudo port uninstall --follow-dependencies konsole |
| 17 | }}} |
| 18 | After that, I restarted the `sudo port update outdated` |
| 19 | Finally I tried to reinstall konsole but I get |