How to selectively delete infected files

Solution 1:

Open a terminal and enter the following commands one by one (or, save all these lines in a script file and execute it) to delete the files.

rm /home/ludvig/.steam/debian-installation/steamapps/common/Proton 6.3/dist/lib64/wine/wordpad.exe

rm /home/ludvig/.steam/debian-installation/steamapps/common/Proton 6.3/dist/lib64/wine/dpnsvr.exe

rm /home/ludvig/.steam/debian-installation/steamapps/common/Proton 6.3/dist/lib/wine/wordpad.exe

rm /home/ludvig/.steam/debian-installation/steamapps/common/Proton 6.3/dist/lib/wine/dpnsvr.exe