So you used to type this a lot when you developing tweaks:
make package install
then you think to yourself, how do I uninstall/remove the tweak then? Do this instead
dpkg -r [package ID]
for example if my package ID is com.eligiblestore.vibrathor and want to uninstall this vibrathor tweak I type:
dpkg -r com.eligiblestore.vibrathor
and then don’t forget to respring if your tweak is based on springboard
killall -9 SpringBoard
with this you don’t have to install apt to uninstall using apt-get
Latest posts by David B (see all)
- GeekOut Drivers - October 24, 2025
- Setup dnscrypt-proxy on Ubuntu 24.04 (Raspberry Pi 5) - September 4, 2024
- Mosh your VPS from Windows using Cygwin - May 12, 2024