Installing Linux Binaries on Your Local Account

by Amit Biswas Posted Mar. 10, 2017

Before you start, make sure you know how to SSH to the server. Learn about that here.

If you are home (read: not connected to NYU wifi) you have to use NYU VPN). Scroll down the page to see the download link for the vpn client for your platform (Windows, Mac etc.). When the vpn client asks for the server address use vpn.nyu.edu and use your typical netid and password to authenticate.

There are instances where you require sudo access to install different packages on the server. Instead of waiting for the administrator to install the package, you can actually install on your local account without any intervention.

CMake

In this tutorial, I will install a CMake locally on my account without using sudo. We will do this by installing or copying the linux binary to my home directory. Then, I will modify the PATH variable so that my shell will use this version of the application instead of some other version installed in the system.