如何删除从源代码编译的wine7.0-rc1?

Ome*_*mer 2 uninstall command-line wine gnome-terminal

我尝试卸载 wine7.0-rc1 但 wine 仍然在这里。

这是我在终端上输入的内容:

wine --version

这是输出,所以是 wine 版本

wine-7.0-rc1 那么如何卸载这个w​​ine版本呢?因为我把酒的包装拿掉了,但酒还在这儿


我的操作系统是 ubuntu 20.04.4 LTS

我从这个网站下载wine7.0-rc1:

https://dl.winehq.org/wine/source/7.0/

然后我解压了 tar.xz 文件,然后使用以下命令安装了 wine:

tar xf wine-7.0-rc1.tar.xz


./configure

make

sudo make install
Run Code Online (Sandbox Code Playgroud)

我使用命令来卸载 wine

sudo apt-get删除--autoremove wine-stable wine-stable-amd64 sudo apt clean && sudo apt autoclean sudo apt删除&& sudo apt autoremove


我尝试了这个命令

 sudo make uninstall
Run Code Online (Sandbox Code Playgroud)

然后我得到了这个:

make: *** No rule to make target 'uninstall'.  Stop.
Run Code Online (Sandbox Code Playgroud)

Arc*_*ahi 5

要卸载此版本的 wine,您需要转到源目录(通过解压 .tar.xz 文件获得的目录),然后运行sudo make uninstall​​。