About 390,000 results
Open links in new tab
  1. How to Uninstall Software Using the Command Line in Linux - How-To Geek

    Aug 12, 2024 · To uninstall a program, use the apt command, which is the general command for installing programs and manipulating installed programs. For example, the following command …

  2. What is the correct way to completely remove an application?

    Sep 15, 2012 · You can safely use sudo apt-get remove --purge application or sudo apt-get remove applications 99% of the time. When you use the purge flag, it simply removes all config files too. Which may or may not be what you want, depending on if …

  3. Linux Delete and Uninstall Software Command - nixCraft

    Sep 8, 2022 · Explains how to delete and uninstall software on popular Linux distros using a command such as apt, zypper, dnf/yum, apk and more.

  4. How can I uninstall software? - Ask Ubuntu

    If the package has been installed via a package manager, you can remove it with one of the tools provided with this purpose: dpkg --remove: the most basic command-line tool. Avoid. apt-get remove or aptitude remove: these are the standard command-line tools. Aptitude is slightly preferred: it's a bit more sophisticated.

  5. How to Uninstall Applications from Ubuntu Linux - It's FOSS

    Jan 20, 2021 · Remove applications from Ubuntu Software Center (for desktop users) Remove applications using apt remove command; Remove snap applications in command line (intermediate to advanced users) Let’s see these steps one by one. Method 1: Remove applications using Ubuntu Software Center. Start the Software Center application.

  6. Linux uninstall package / software using the CLI - nixCraft

    Sep 8, 2022 · To uninstall an application, you need to use Linux distro-specific command. For example, use the apt command on Debian or Ubuntu Linux. RHEL/CentOS/Fedora Linux users need to run either the dnf or yum command and so on.

  7. Ubuntu Linux Uninstall / Remove Any Installed Software

    Jun 13, 2024 · This quick tutorial describes uninstalling & deleting packages (applications) in Ubuntu Linux and deleting their config files using GLI/GUI.

  8. How to Uninstall Software Using the Command Line in Linux

    Dec 20, 2024 · In this guide, we explored how to uninstall software using package managers like APT, YUM, and Pacman. By following the step-by-step instructions provided in this guide, you can easily uninstall software packages from your Linux system using the command line.

  9. apt - How to uninstall a program in linux? - Ask Ubuntu

    Jan 20, 2017 · To uninstall, you should be able to: In terminal... Run make uninstall (or sudo make uninstall, if you had to run sudo make install) from the build directory where you ran make and make install. In builds configured with CMake, the build directory is usually not the top-level source directory.

  10. Uninstalling software cleanly - Linux Bash

    Properly uninstalling software on Linux is straightforward provided you use the correct package management tools. In this blog post, we'll explore how to cleanly uninstall software using the major package managers: apt, dnf, and zypper. 1. Using Apt (Debian, Ubuntu, and derivatives)

  11. Some results have been removed
Refresh