FG

How can I reverse sudo apt-get install command

Fresh3 days ago
Mar 15, 202611528 views
Confidence Score0%
0%

Problem

In ubuntu, I did these commands: How can i un-apt-get, or uninstall the packages it pulls in?

Error Output

sudo apt-get install build-essential vala-desktop-agnostic checkinstall
sudo apt-get build-dep avant-window-navigator

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I reverse sudo apt-get install command

Low Risk

First your remove the packages with remove or purge Then you remove now unneeded dependencies In the case of build-dep you will have to figure out manually which packages are build-dependencies of avant-window-manager. Synaptic will tell you that.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment