sudo apt purge wine
没有删除~/.wine
ubuntu 20.04 上的配置文件夹?这是预期的行为吗?我如何摆脱这个文件夹。只是做rm -rf ~/.wine
还是有更好的方法来处理这个问题?
主页
/
user-979473
samshers's questions
samshers
Asked:
2020-08-25 00:40:59 +0800 CST
在下面的输出中,是什么automatic
意思?
$apt search exfat
Sorting... Done
Full Text Search... Done
exfat-fuse/focal,now 1.3.0-1 amd64 [installed,automatic]
read and write exFAT driver for FUSE
exfat-utils/focal,now 1.3.0-1 amd64 [installed,automatic]
utilities to create, check, label and dump exFAT filesystem
apt
在这种情况下,关于(和apt
系列工具)输出是否有任何类似/其他输出细节需要了解?任何裁判都会很棒。
编辑1:
代替automatic
,还有哪些其他值是可能的?我搜索过:
apt -qq list | grep installed | grep -v automatic
apt-file/focal,focal,now 3.2.2 all [installed]
aptitude/focal,now 0.8.12-1ubuntu4 amd64 [installed]
base-passwd/focal,now 3.5.47 amd64 [installed]
console-setup/focal,focal,now 1.194ubuntu3 all [installed]
dash/focal,now 0.5.10.2-6 amd64 [installed]
diffutils/focal,now 1:3.7-3 amd64 [installed]
我没有看到manual
评论中建议的任何东西。两者都是我手动安装的apt-file
,所以这些包aptitude
不应该有标签吗?manual
编辑2:
彻底澄清。没有名为 的标签manual
。所以它是隐含的:如果不是,automatic
那么它必须被推断为manual
.
samshers
Asked:
2020-08-21 08:31:35 +0800 CST
环境:
主机 - Ubuntu 20.04.1
来宾 - Windows 10
virtualbox - 6.1.10-dfsg-1~ubuntu1.20.04.1
virtualbox 扩展包 - 6.1.10-1~ubuntu1.20.04.1
我安装了扩展包(6.1.10-1~ubuntu1.20.04.1)和来宾添加(虽然这不是让 USB 在来宾中工作所必需的)。
共享文件夹、共享剪贴板、网络摄像头、音频(输入和输出)工作正常。
但是 VirtualBox 没有检测到 USB。
(在下面的截图时,我有一个 USB pendrive 插入系统。)
当前的 USB 设置使用 USB 2.0 - 但我也尝试了 3.0,但没有运气。
我系统上的每个 USB 端口都是 USB 3.1 Gen 1 端口(数据传输速度高达 5 Gbps)
有关如何解决此问题的任何提示?以前的帖子可能没有多大帮助,因为我认为环境会有所不同。(我自己在早期的设置中使用 USB 跨客人工作)。