我在本地网站上工作,想在 Brave Dev Tools 中添加工作区。当我尝试添加文件夹时,出现错误
Could not read the contents of var. Error opening directory '/var': Permission denied
我正在使用 Ubuntu 20.04 并通过 Ubuntu 软件安装了 Brave。
文件夹 var 归所有者所有root:root
并具有以下权限:drwxr-xr-x
如何让 Brave 工作区正常工作?
我在本地网站上工作,想在 Brave Dev Tools 中添加工作区。当我尝试添加文件夹时,出现错误
Could not read the contents of var. Error opening directory '/var': Permission denied
我正在使用 Ubuntu 20.04 并通过 Ubuntu 软件安装了 Brave。
文件夹 var 归所有者所有root:root
并具有以下权限:drwxr-xr-x
如何让 Brave 工作区正常工作?
我之前试过问这个,但我的问题仍然存在。
我在我的 19.10 Ubuntu 笔记本电脑上运行 Brave 版本 1.2.43 Chromium: 79.0.3945.130 (Official Build) (64-bit)。
如果我运行,sudo apt-get update
我会遇到以下失败:
Get:13 https://brave-browser-apt-release.s3.brave.com eoan InRelease [3,162 B]
Hit:14 http://ppa.launchpad.net/system76/pop/ubuntu eoan InRelease
Err:15 http://ppa.launchpad.net/ian-berke/ppa-drawers/ubuntu eoan Release
404 Not Found [IP: 2001:67c:1560:8008::15 80]
Err:13 https://brave-browser-apt-release.s3.brave.com eoan InRelease
The following signatures were invalid: EXPKEYSIG A8580BDC82D3DC6C Brave Software <[email protected]>
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/ian-berke/ppa-drawers/ubuntu eoan Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://brave-browser-apt-release.s3.brave.com eoan InRelease: The following signatures were invalid: EXPKEYSIG A8580BDC82D3DC6C Brave Software <[email protected]>
如果我单击链接,我看不到eoan
版本,但我确实看到了xenial
2016 年 5 月 4 日的版本。我应该编辑什么文件来告诉 Ubuntu 使用该版本?
对我之前尝试的引用之一建议我安装 ppa-purge。我做到了,但没有快乐。
我不知道如何解决我的具体问题。我想更新勇敢。很抱歉我不能更好地了解,但我会很感激关于要采取的具体纠正措施的建议。
我尝试完全删除Brave:
sudo apt remove brave-browser
sudo apt purge brave-browser
rm -rf ~/.config/BraveSoftware
rm -rf ~/.cache/BraveSoftware
我认为这会解决问题。但是当我执行sudo apt-get update
.
我看到 Ubuntu 19.10 下个月就到了生命的尽头。答案是升级到20.10再试吗?
如何永久修复彩色表情符号(在 Chrome、Brave 浏览器等中使用 Noto Color Emoji)(Ubuntu 20.04)
有时彩色表情符号显示正确,有时它们显示为黑白线条艺术。有时,重新安装 Noto Color Emoji 可以暂时解决问题。随着时间的推移,更新或重新启动或其他原因会导致它恢复为黑白。有些人通过更改 fontconfig 配置文件报告成功,但这对我来说从来没有用过。
前段时间我安装了 Brave 但我不喜欢它,所以我用sudo apt-get remove --purge brave-browser
. 一段时间后,我不得不重新安装它,因为我需要一个基于 Chromium 的浏览器。我一打开它就要求赎回我的旧 BAT,所以我推断 apt-get 在我的系统中留下了一些东西。
现在我不再需要 Brave,我想知道如何完全删除它。我会sudo apt-get remove --purge brave-browser
再次使用,但看起来它并没有真正删除所有内容- 我应该使用什么命令?