Move or Insall in other location --Lutris

Is there a way or command to move Lutris off my SSD and on to my 10TB drive as my SSD partition is not to large. I would also be willing to reinstall it if need be. I’m just not sure how to go about this. Any help would be appreciated. I’m running the most current version of KDE Neon.

You could easily create a symbolic link and won’t even need to reinstall. If you’re new to Linux then think of a symlink as a kind of recursive shortcut. I moved my entire Lutris folder. The first thing that you need to do is move your runners folder to your storage drive. Now that the folder is in the new location, you can create the link using your file manager or using Terminal. (I don’t use KDE so I don’t your know file manager.)

ln -s /mnt/10tb/therunners ~/.local/share/lutris/runners

Thank you so much!