我是个新来的新手。我怎么才能真正打开“墨水针”?我已经尝试安装/重新安装两个星期的Inkscape和Inkstitch。(Ubuntu21.10)我能够找到用户扩展&下载的文件图标,但没有“安装油墨扩展”。
发布于 2022-02-05 20:41:51
您最有可能使用快照版本的inkscape,这是不兼容的扩展,如墨水针。
首先,用apt替换snap版本。
sudo snap remove inkscape
sudo apt install inkscape对于Ubuntu20.04,您需要使用官方的Inkscape PPA更新Inkscape的最新版本。
sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt-get update
sudo apt install inkscape
sudo apt dist-upgrade然后,安装inkstitch
wget https://github.com/inkstitch/inkstitch/releases/latest/download/inkstitch_2.1.2_amd64.deb
sudo apt install ./inkstitch_2.1.2_amd64.deb现在Ink/Stitch出现在Extensions -> Ink/Stitch中

https://askubuntu.com/questions/1391337
复制相似问题