Update Software in Ubuntu
Sometimes we may need to update already installed specific software packages (Firefox, Nginx, etc) in Ubuntu. In this article, we will discuss a way to update a software package using the terminal. If we run sudo apt upgrade command it will update all the packages. We can update a specific software package by following the … Read more