Do you want to remove a postman on Ubuntu? Follow the below steps in this article to achieve it 100%.
Postman is a very popular app and can also be used in macOS, Linux, and Windows. But sometimes we don’t need it in the ubuntu and struggle to uninstall it.
Come let start with me the removing steps.
Contents
Steps to Remove Postman Ubuntu :
Method 1: Remove from Terminal
Step 1: Open the terminal by using the following combination key.
CTRL + ALT + T
Step 2: Remove the Postman snap package by entering the following commands in the terminal.
$ sudo snap remove postman
Method 2: Remove from Ubuntu Software Center
1: Go to the Ubuntu software center.
2: Search for the “Postman” App in the ALL APPLICATION.
3: Remove the app by click on the “Remove” button.
ADDITIONAL:
- Remove postman and dependent packages: Use following commands in terminal
sudo apt-get autoremove postman
- Remove configuration and/or data files of the Postman from Ubuntu: Use following commands in terminal
sudo apt-get purge postman
- Remove configuration or data files of postman and it’s dependencies from Ubuntu: Use following commands in terminal
sudo apt-get autoremove –purge postman
Do you want to install the postman from Ubuntu? See the steps given below.
FINAL WORDS:
Yeah, we successfully removed Postman on the Ubuntu. If you face any problem let us know below. We will work and try to give you the proper solutions.