Install windows software under ubuntu16.04 and uninstall it.

 

1. Install wine. Refer to the official website: https://wiki.winehq.org/Ubuntu

If your system is 64-bit, enable 32-bit architecture (if you haven't already) execute the following command:

sudo dpkg --add-architecture i386 

Then execute:

wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key

Then execute the following commands according to the ubuntu system version:

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'

Choose as follows according to different versions:

For this version: Use this command:
Ubuntu 19.04 sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'
Ubuntu 18.10 sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ cosmic main'
Ubuntu 18.04

Linux Mint 19.x

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
Ubuntu 16.04

Linux Mint 18.x

sudo apt-add-repository 'deb  https://dl.winehq.org/wine-builds/ubuntu/  xenial main'

Finally execute the following command:

sudo apt update
sudo apt install --install-recommends winehq-stable

2. Install the RadiAnt software under windows as an example

First download RadiAnt-4.6.9-Setup.exe from the Internet. Then open the terminal and enter:

wine uninstaller 

Here, by the way, record a screenshot of the tool that ubuntu comes with to intercept part of the area. For details, please refer to this blog: https://blog.csdn.net/qq_38880380/article/details/78233687

Then click Install and select the files to be installed:

Open all the way to install:

3. Uninstall the software you don't want

Or open the terminal and enter:

wine uninstaller 

The following interface appears:

Then select the file you want to delete and click Delete (some are to modify or delete). Is it very convenient (sometimes order twice).

 

Ps: RadiAnt will expire after a period of trial, so you have to install and uninstall it repeatedly. Record here. I hope it will be helpful to students who are doing lung nodules project (used in actual data testing).

 

2020.11.5 update.

It seems that uninstalling and reinstalling after the expiration date does not work. The current method is to open the https://www.radiantviewer.com/trial/ webpage after installation and enter the activation code to obtain the trial license again.

 

Chinese-French Method: https://www.dxy.cn/bbs/newweb/pc/post/39494866

Guess you like

Origin blog.csdn.net/qq_36401512/article/details/94743744