Skip to content
Linux
  • Home
  • About
  • Contact Us
  • Privacy Policy

All About Linux.

How to uninstall packages from Ubuntu [With Easy GUI and CLI examples]

In this module, we will learn how to uninstall packages from ubuntu, being a snap or apt package. There are various ways by which you can uninstall packages from your Ubuntu machine. Steps to Uninstall Packages from Ubuntu Linux In this case, we’ll go over two different methods. One is the easier GUI method for […]

How to uninstall packages from Ubuntu [With Easy GUI and CLI examples] Read More »

The yum command in Linux – A Cheat sheet

Every Linux distribution has a command line application called as package manager. Its main job is to take care of dependency resolution and install them whenever you try to install a new software and make sure that the installed dependencies do not conflict with other software programs which are already present on your system. Red

The yum command in Linux – A Cheat sheet Read More »

The dnf package manager in Linux – A complete reference

The DNF command (Dandified yum) is the next-generation version of the traditional YUM package manager for Red Hat based systems. It is the default package manager for Fedora 22, CentOS8, and RHEL8. It is intended to be a replacement for YUM. It does Package Management using RPM and libsolv (maintained by OpenSUSE). dnf command Basic Usage The general

The dnf package manager in Linux – A complete reference Read More »

Z shell on Ubuntu – How to setup and use the Z Shell (zsh)

In this tutorial we will be learning how to install and setup z shell on Ubuntu. The default shell that comes pre installed in Ubuntu is called bash (or Bourne shell). Z shell offers a few more things over bash. Better autocompletion, autocorrect and plugin support to name a few. In this tutorial we will

Z shell on Ubuntu – How to setup and use the Z Shell (zsh) Read More »

Install and setup Minecraft on Linux – A complete guide

We’ll install Minecraft on Linux, the most popular indie-game of all time. It immerses the player in a world made of blocks where the player can build, destroy, and mine things! The best part is that it is available on Linux too. You can install it on your desktop PC or if you have a

Install and setup Minecraft on Linux – A complete guide Read More »

The exec command in Linux [With Easy Examples]

The exec command in Linux is used to execute a command by replacing the current process with that command. In bash shell and ksh shell, it is also used to redirect file descriptors for a complete session or for a whole script. In this tutorial, we will see and learn the various uses of the

The exec command in Linux [With Easy Examples] Read More »

How to dual boot Ubuntu and Windows 10?

In this tutorial, we will be learning how to dual boot Ubuntu and Windows 10. Ubuntu is one of the most popular and user-friendly Linux distributions. Ubuntu would be usually recommended to anyone who is starting out using Linux. You might not want to fully commit and replace Windows 10 with Ubuntu and rather have

How to dual boot Ubuntu and Windows 10? Read More »

Crontabs in Linux – Easy Reference

In this tutorial, we will be learning how to schedule tasks with crontabs in Linux. Crontab stands for cron table which contains a list of tasks which are scheduled to run at a regular interval of time. These tasks are then executed by a daemon called cron. All users on the machine can have their

Crontabs in Linux – Easy Reference Read More »

The fuser command in Linux – Process management tool

In this tutorial, we will be learning how to use the fuser command in Linux. There are many process management tool for Linux, fuser offers something different. Fuser lets you look for process using a particular file, a directory or a socket. With fuser you can then kill and manage these processes. General Syntax of

The fuser command in Linux – Process management tool Read More »

How to use Geopy to geocode locations

In this article, I’ll introduce you to a Python library called Geopy. It is a geocoding package What is Geocoding? Geopy is a Python client for many common web services for geocoding, making it easy to locate the coordinates of an address, a city, or a country for Python developers, and vice versa. It uses

How to use Geopy to geocode locations Read More »

← Previous 1 … 101 102 103 … 129 Next →

Recent Posts

  • How to fix Ubuntu Linux getting stuck on the boot screen?
  • Install and Configure Samba on CentOS Stream 10
  • How to Install Docker and Run a Docker Container on Ubuntu
  • How to Mount an SMB/CIFS Share on CentOS 7
  • How to Configure a DHCP Server on Ubuntu Linux

Favorite Sites

  • Python Tutorials
  • GoLang Tutorials
  • CodeForGeek
  • VM-Help
  • MySQL Tutorials
  • Excel Tutorials
Linuxlogo

Learn everything about Linux, under a single roof. LinuxForDevices covers Linux tutorials, Open Source news, and courses to help you grow.

Copyright © 2026 · LinuxForDevices · LinuxForDevices is part of Diyansh IT Services Private Limited
Linux® is a registered trademark of Linus Torvalds.