Changes between Version 8 and Version 9 of InstallingMacPortsOnUbuntuLinux


Ignore:
Timestamp:
Oct 3, 2024, 8:58:04 AM (6 weeks ago)
Author:
bpdegnan (Brian Degnan)
Comment:

added some comment about certain packages and how to address them.

Legend:

Unmodified
Added
Removed
Modified
  • InstallingMacPortsOnUbuntuLinux

    v8 v9  
    103103You 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.
    104104
     105Two 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{{{
     107sudo apt install ed
     108}}}
     109There are few BSDSED packages on github.com that will address the sed issues that come up on ncurses.
    105110
    106