• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

Completely remove package on Ubuntu / Debian by apt-get

February 22, 2015 by Sharad Chhetri Leave a Comment

This is a quick post to completely remove package on Ubuntu by apt-get command.Apt-get (Advanced Packaging Tool ) is a command line tool to manage the packages on Ubuntu / Debian system.

Remove the package on Ubuntu/Debian

Generally remove is the option used with apt-get command. But it do not remove the config files associated with the removed package.

Replace package-name with the package name which you want to remove.

apt-get remove package-name

Completely Remove the package on Ubuntu/Debian

To completely remove the package along with config files but not dependencies.

Replace package-name with the package name which you want to remove.

sudo apt-get --purge remove package-name

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. How to download package using apt-get command in ubuntu
  2. NonInteractive apt-get install in Debian
  3. Prevent starting service after package installation on Ubuntu / Debian
  4. How to install and remove Apache webserver in Ubuntu and Debian
  5. Debian Wheezy 7.1 package not found
  6. How to install and configure nagios nrpe client in Ubuntu with apt-get command
  7. Install subversion 1.8 on Ubuntu using apt
  8. How To Always Install Latest Git Package In Ubuntu Operating System
  9. how to remove history from Dash Home in Ubuntu
  10. Configure ethernet to get IP address from DHCP in Ubuntu and Debian

Filed Under: Linux Tagged With: apt-get, ubuntu

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Linux Commands

Unix / Linux : How to print duplicate lines from file

Linux / Unix : whoami command use and advantage

How to show line numbers with less command in Linux

vi : Edit file without opening it

grep command to remove blank lines from file

Jpeg Image Optimization / Compress on Linux

How to list users above or below particular user id

Explore 70+ Articles On Linux Commands

Always Useful Tips And Tricks

Install and optimize the png file by using optipng

Convert new line to space by using sed command

How to change smtp port number 25 in postfix

Run the script using nohup without hitting enter key two times

Error installing rails

Convert video file into gif file through command line in linux

convert space into new line using sed command

Explore 90+ Article On "Linux Tips And Tricks"

You Might Like These Articles!

Internal External Command

What is Linux/Unix Internal And External Command

Linux basic command

Linux Basic Commands For Every Beginner

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission but Schools and Colleges can do in their Private Network
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy