We’ll show you how to install Jupyter on Ubuntu 16.04. Jupyter Notebook is an open source and interactive web app that you can use to create documents that contain live code, equations, visualizations, and explanatory text. Jupyter Notebook supports more than 40 programming languages. Installing Jupyter on Ubuntu 16.04 is quite an easy task and it should not take more than 10 minutes to finish the installation. Let’s get started.
List Installed Packages With yum
In this short tutorial, we’ll show you, how to list installed packages with yum. This includes using the yum caching …