Saturday, April 20, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 835  / 1 Year ago, thu, march 30, 2023, 2:04:03

I want to install Steam for Linux. As I have only 256gb SSD and not enough space for games, I'd like to install it (and all it's games) to a USB3 flash drive.



How to do that? Preferably using sudo apt-get install ****. Haven't find a way to specify the installation location.


More From » apt

 Answers
7

I think the major problem is the size of the games and not the size of Steam.



Install Steam as usual on your SSD.
The Games are installed in ~/Steam/SteamApps/common/TITLE



Backup the "common"-Folder and delete it. Then make a symlink to your USB-Drive like this:



ln -s /media/<usb-drive>/steamgames/common ~/Steam/SteamApps/common


Now the games should be installed on your USB-Drive.
I don't really know if it works, but you can give it a try.


[#32544] Friday, March 31, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
adedes

Total Points: 454
Total Questions: 114
Total Answers: 111

Location: Turks and Caicos Islands
Member since Fri, May 8, 2020
4 Years ago
;