Summary
In this chapter, we saw that there is no standard way to install PowerShell and VS Code. We saw how to use package managers to install PowerShell 7 on Ubuntu and RHEL, and then used the direct download method to install on an older version of Linux: CentOS 7.
After that, we looked at how we can install VS Code on Linux, with a practical example on CentOS 7, again.
We looked at a number of ways PowerShell on Linux differs from running PowerShell on Windows, including the filesystem, capitalization, and the use of aliases.
We spent some time on an important topic: how we can remote into Linux machines using SSH. The use of Linux as a desktop is rare, and the majority of work carried out on Linux machines is over remote sessions on SSH, whether that is with PowerShell or directly into a Bash terminal.
Finally, we had a quick tour of ways of installing PowerShell and VS Code on macOS. We saw that it was very easy to both install and uninstall these applications using...