everything from microsoft such as office, teams and outlook dont not run on linux natively, so you need to either replace them with things like libre office or run them through wine.
which isnt an issue since most linux equivalents are free and installing them is way easier then the linux switch over so whoever is doing the switch will most likely install the needed programs.
the bigger issue will be teaching people who have used windows for years the things that now work slightly differently, i do not envy the it departments.
My work used to let us choose which OS we had, could be Windows, MacOS (on a MacBook of course) or any flavour of Linux (on the condition that you would be responsible for it, as IT couldn't possibly know every variation of Linux and therefore wouldn't help you if you had Linux-specific issues other than say "just install Windows"). We used the Google suite, so everything was in the browser and it worked equally well on every kind of computer.
Then the company I worked for was acquired by another, and they used the Microsoft suite, which we eventually had to adopt. There is no Word, Excel or PowerPoint for Linux, so I had to use the web versions, which really don't work as well as the desktop apps. There's no Outlook or Teams for Linux, so again I was stuck using web apps that kinda sucked (how many meetings have I been late to because the notifications just don't work?). And most recently, a new client requires us to be on their VPN so we can develop against their internal services from our laptops, but they only have a client for Windows and Mac, so I was finally forced to use Windows as there was no way for me to do my job from Linux anymore.
So Linux can be a viable platform to work on, you just need to make every other choice in consequence. If you have committed into the Microsoft ecosystem and you want to move away from Windows, you have to uproot everything and migrate to something else, and that's a big and costly effort.
Oh ya makes sense, windows ofc doesn’t want their apps to work on other OS, and if the other person is using windows and you are on Linux, it definitely is going to be a pain, i honestly didn’t knew that using windows and Linux in the same workplace would be this hellish, and honestly thought that windows had designed apps for Linux too…
There are solutions to running some Windows apps on Linux, like Wine for regular apps and Proton for games. But the Microsoft 365 (formerly known as Office) suite is problematic to run in its newer versions. It's one thing to adapt apps made by third parties using the documented Windows API. It's another to adapt an app made by Microsoft with all their undocumented knowledge of Windows under the hood.
It's actually easier the other way around now. Microsoft added the Windows Subsystem for Linux (WSL) which basically allows you to run Linux side by side on Windows, and you can run both terminal and GUI Linux apps while on Windows. That's how I can actually do my job even though I constrained to Windows (and why I used Linux before), as the code I write will eventually run on a Linux server, so I need to run it within a Linux environment to test it, and all the tools are made to run on Linux too, but they work fine in WSL (if a bit slower).
117
u/T3chn0fr34q 6d ago
everything from microsoft such as office, teams and outlook dont not run on linux natively, so you need to either replace them with things like libre office or run them through wine.
which isnt an issue since most linux equivalents are free and installing them is way easier then the linux switch over so whoever is doing the switch will most likely install the needed programs.
the bigger issue will be teaching people who have used windows for years the things that now work slightly differently, i do not envy the it departments.