當您使用Linux系統的設備時,您有以下幾種方法可以安裝Todoist。
使用Snap來安裝Todoist
- 如果您沒有在Linux設備上安裝Snap,請按照以下步驟來在您的Linux發行版上安裝它。
- 打開一個終端。
- 輸入這個指令來安裝Todoist:
sudo snap install todoist
。 - 輸入這個指令來在運行時禁止snaps刷新:
sudo snap set core experimental.refresh-app-awareness=true
。如果不輸入這個指令的話刷新可能會影響Todoist應用的運行。 - 打開Todoist。
使用AppImage來安裝Todoist
- 打開AppImageLauncher的最新發佈頁。
- 下載並安裝符合您系統結構(x86_64或i386)和發行版本的AppImageLauncher精簡版。
如果您在使用精簡版時遇到了問題,請安裝標準版。
- 下載最新Todoist AppImage。
- 打開一個終端。
- 運行以下指令:
ail-cli integrate <path to downloaded Todoist AppImage>
例如:
ail-cli integrate ~/Downloads/Todoist-linux-arm64-8.8.1.AppImage
- 打開Todoist。
通過AppImage更新Todoist到最新版本
- 下載最新Todoist AppImage。
- 將它移動到
~/Applications
目錄下並替換原有的Todoist AppImage。 - 使用打開其他應用的方式來正常打開Todoist。
使用Snap來卸載Todoist
- 打開一個終端。
- 運行
sudo snap remove todoist
來卸載Todoist。
使用AppImage來卸載Todoist
- 打開一個終端。
- 您可以使用兩種方法來卸載Todoist的AppImage:
- 運行
rm ~/Applications/Todoist-*.AppImage
來卸載應用。 - 運行
~/Downloads/appimagelauncher-lite-*.AppImage uninstall
來卸載AppImageLauncher Lite。
- 運行