我在运行正常的Ubuntu。
我已经从官方网站:Brackets.Release.1.14.1.64-bit.deb下载了Debian软件包。
当我右击“安装软件”并尝试‘安装’它时,它会达到100%,然后返回到相同的‘安装’图标,就好像它从未安装过一样。
当我尝试通过sudo dpkg -i Brackets.Release.1.14.1.64-bit.deb在终端上安装时,它说我缺少一些依赖项。
所以我运行了sudo apt -f install,但它仍然没有安装.上面说它能腾出300 MB的空间.这对我来说都不管用。
我退出终端并尝试执行相同的命令,得到相同的结果。
有人能帮帮我吗?我真的需要用这个代码编辑器来完成我开始的一个新的Javascript课程,我已经花了3个小时来解决这个问题。
发布于 2020-09-23 22:17:31
我能够遵循两种不同的/独立的方法,没有错误。这些步骤在页面(https://itsfoss.com/install-brackets-ubuntu/)中描述。我在Ubuntu18.04.5虚拟机中测试了这些步骤。看看你能不能做这些方法之一。免责声明:我不知道选择这两种方法的利弊,也不知道这两种方法的括号应用程序的特定版本最终是否适合您的需要。
user@testvm:~$ sudo add-apt-repository ppa:webupd8team/brackets
user@testvm:~$ sudo apt-get update
user@testvm:~$ sudo apt-get install brackets
user@testvm:~$ which brackets
/usr/bin/bracketsuser@testvm:~$ sudo snap install brackets
error: This revision of snap "brackets" was published using classic confinement and thus may
perform arbitrary system changes outside of the security sandbox that snaps are usually
confined to, which may put your system at risk.
If you understand and want to proceed repeat the command including --classic.
user@testvm:~$ sudo snap install --classic brackets
2020-09-23T22:01:43Z INFO Waiting for automatic snapd restart...
brackets 1.14.1 from Snapcrafters installedhttps://unix.stackexchange.com/questions/610899
复制相似问题