I am using Ubuntu 19.04. How do I install Microsoft Visual Studio 2017 on it?
11 Answer
Visual Studio is an IDE for Windows, so you can't install it on Ubuntu. You can try to install it with Wine, however, I wouldn't attach too much hope for that.
And there is a free Visual Studio Code which is an extendable text editor and it has a Linux edition. You can install it as a snap:
sudo snap install --classic code
Or, alternatively you can download a .deb package from the Microsoft's website. And install it like:
sudo apt install ./<file>.deb