Are there good Microsoft word alternatives that support Linux (I don’t mind closed source)? Libreoffice is meh and only office is quite good, but are there any better ones? Also, is there a way to install word on Linux using wine? When I do that my laptop just overheats and loses internet connection.

  • c10l@lemmy.world
    link
    fedilink
    arrow-up
    22
    ·
    7 months ago

    Wine is not a Windows emulator. The name literally means “Wine Is Not an Emulator”.

    It’s also not based on Windows 2000. In fact, it started out translating syscalls from Windows 3.1.

    The syscalls themselves are pretty stable between Windows versions, which is why you can run a Windows XP application on Windows 11 without recompiling it, as long as it’s for the same architecture.