Installing almost anything* on Windows requires the equivalent of sudo, same as Linux.
I feel like you’re not sure how system software like ssh
and a user’s personal game software can install differently in different places, and where one needs no root access to install at all. Go see how mac does it.
bdonvr@thelemmy.club 9 months ago
Most user software should NOT need sudo.
Typically you need “sudo” to use the package installer though, if that’s where you’re getting confused. But that’s because most Linux package managers are built to install software to be available for all users. However once installed that does NOT mean the package always has sudo access. And the way Linux software is typically installed is just putting the executable in a certain folder, unlike Windows where you run a software’s custom installer which asks for admin access and then does who knows what.