我正在使用 Ubuntu 18.04,最近我安装了 wine,但它无法找到.dll文件,所以我运行命令sudo apt-get remove winehq它显示 wine 已被卸载,但是当我输入时,which wine我得到了输出,/usr/bin/wine它似乎没有被卸载完全,当我尝试时,sudo apt-get purge wine*我收到以下错误
E: Unable to locate package winehq.key
E: Couldn't find any package by glob 'winehq.key'
E: Couldn't find any package by regex 'winehq.key'
Run Code Online (Sandbox Code Playgroud)
的输出apt list --installed | grep wine:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
wine-devel/bionic,now 4.0~rc3~bionic amd64 [installed,automatic]
wine-devel-amd64/bionic,now 4.0~rc3~bionic amd64 [installed,automatic]
wine-devel-i386/bionic,now 4.0~rc3~bionic i386 [installed,automatic]
winehq-devel/bionic,now …Run Code Online (Sandbox Code Playgroud)