Changes between Version 8 and Version 9 of InstallingMacPortsOnUbuntuLinux
- Timestamp:
- Oct 3, 2024, 8:58:04 AM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingMacPortsOnUbuntuLinux
v8 v9 103 103 You can certainly expect to come across issues; MacPorts' PortFiles have largely been written to assume they are installing on Darwin, but with minor modifications to some ports, seem happy with Linux as well. 104 104 105 Two common issues that come up with ports on Linux are the dependence on ed and BSD's sed. Two packages on macports that tend to find all of the dependencies are ncurses and xz. 106 {{{ 107 sudo apt install ed 108 }}} 109 There are few BSDSED packages on github.com that will address the sed issues that come up on ncurses. 105 110 106