答案1
感谢您的回复。我已成功解决了该问题:
我如何在 2021.04.16 更新 Exodus:
1) Went to website - Exodus.com/Download
2) Downloaded latest version; I chose "Download Linux app (.deb)"
3) Opened a Terminal and entered:
1) cd ./"directory that I downloaded to"
2) sudo dpkg -i exodus_21.4.12_amd64.deb
5) This did the trick. Then opened the app by typing "exodus" in the command line or going to the "Applications centre" - the icon with 9 dots, bottom left of screen - and finding the Exodus app there.
希望这可以帮助?
答案2
这个对我有用,它可以解决问题。29
如果您正在寻找一种可靠的 GUI 方式来安装 .deb 文件,请使用gdebi
。
查看您的系统上是否已安装它...
dpkg -l gdebi | grep ii
如果不存在,请按以下方式安装...
sudo apt-get update
sudo apt-get install gdebi