use*_*980 5 latex alpine-linux
是否可以使用 tlmgr 实用程序(来自 tug.org)安装 texlive?从源(而不是 AppImage、flatpack 或 snap 包)安装 texmaker(或 texstudio)乳胶编辑器的问题相同。谢谢你!
对于你的第一个问题:Alpine 在社区存储库中有乳胶。首先,检查您的社区存储库是否已启用/etc/apk/repositories(这是最新稳定的 alpine 版本的示例):
# cat /etc/apk/repositories
http://dl-cdn.alpinelinux.org/alpine/v3.10/main
http://dl-cdn.alpinelinux.org/alpine/v3.10/community
Run Code Online (Sandbox Code Playgroud)
然后,您可以添加乳胶:
apk update && apk add texmf-dist texlive
对于 texmaker 或 texstudio,后者不可用,而 texmaker 在testing. 为了启用此存储库,请添加/etc/apk/repositories以下行:
http://dl-cdn.alpinelinux.org/alpine/edge/testing
Run Code Online (Sandbox Code Playgroud)
然后,照常进行:
apk update && apk add texmaker
Run Code Online (Sandbox Code Playgroud)
由于我刚刚移植了 texmaker,请从现在开始等待几个小时,以便各个镜像同步,使 texmaker 包可用。
希望这可以帮助!
.: 弗朗西斯科
| 归档时间: |
|
| 查看次数: |
4912 次 |
| 最近记录: |