Tag: command

How To Install and How To Use Htop Command In Linux

How to install htop command in Linux and how to use htop command in Linux. Know the difference between top and htop command in Linux Ubuntu. What is Htop Command In Linux htop is an interactive process viewer for Linux/Unix Systems. htop is a cross-platform ncurses-based …

10 Ways to Open the Command Prompt in Windows 10

The Command Prompt has been around forever, and it’s still a great resource to have at your disposal. Today we’re showing you all of the different ways to open the Command Prompt. We’re betting you don’t know all of them. The Command Prompt is a pretty …

List Upgradable Packages With apt Command in Ubuntu

The apt command is used for package management in Debian and Ubuntu. While you are probably already familiar with the install and remove options, apt provides a few extra features as well. One of them is the ability to see all the upgradable packages on your …

Install Specific Package Version With Apt Command in Ubuntu

Want to install a specific version of a package in Ubuntu? You can do that ‘easily’ in the following manner: sudo apt install package_name=package_version How do you know which versions are available for a certain package? Use this command: apt list --all-versions package_name In the screenshot …

How to Install Sublime Text 4 via Ubuntu Command Line

How to install Sublime Text Editor in Ubuntu Command Line. Here are the terminal commands to install Sublime Text in Ubuntu 22.04, Ubuntu 21.04, Ubuntu 18.04 and Ubuntu 16.04. Sublime Text Sublime Text is a powerful text editor built from custom components, providing for unmatched responsiveness. …