Can I Install Programs and Games on a Second SSD with Linux?

0
44
Asked By TechieTaco123 On

I tried using Linux about three years ago, and at that time, I could only install programs on the main drive while using the second SSD just for storage. I'm wondering if things have changed since then. Can I now install software and games directly onto a second SSD?

1 Answer

Answered By CodeMaster88 On

It really depends on what you classify as "actual programs." You can definitely use a second drive for apps like Flatpak, Steam games, or any locally compiled software in directories like /usr/local/bin. However, programs installed through your system's package manager typically cannot be moved. You'll need to keep those on your main OS drive.

GamerGuru21 -

I've never tried that, but couldn't you use a symlink to point to the second SSD from /usr/bin? Might be tricky if the games aren't all in one spot, though.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.