Sample Header Ad - 728x90

How can uninstall a built package completely?

0 votes
1 answer
177 views
I install taskwarrior this way:
tar xzf task-3.3.0.tar.gz              
cd task-3.3.0                        
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release .  
cmake --build build                              
sudo cmake --install build                       
cd .. ; rm -r task-3.3.0.tar.gz
I can check it with checkinstall: sudo checkinstall checkinstall 1.6.3, Copyright 2010 Felipe Eduardo Sanchez Diaz Duran This software is released under the GNU GPL. ***************************************** **** Debian package creation selected *** ***************************************** This package will be built according to these values: 0 - Maintainer: [ root@debian ] 1 - Summary: [ taskwarrior ] 2 - Name: [ task ] 3 - Version: [ 3.3.0 ] 4 - Release: [ 1 ] 5 - License: [ GPL ] 6 - Group: [ checkinstall ] 7 - Architecture: [ amd64 ] 8 - Source location: [ task-3.3.0 ] 9 - Alternate source location: [ ] 10 - Requires: [ ] 11 - Recommends: [ ] 12 - Suggests: [ ] 13 - Provides: [ task ] 14 - Conflicts: [ ] 15 - Replaces: [ ] How can remove it completely? sudo make uninstall make: *** No rule to make target 'uninstall'. Stop. Romeo Ninov's suggestion can't work! cmake -n --install build CMake Error: Unknown argument --install CMake Error: Run 'cmake --help' for all supported options. cmake -n install CMake Error: Unknown argument -n CMake Error: Run 'cmake --help' for all supported options.
Asked by showkey (499 rep)
Feb 11, 2025, 02:57 AM
Last activity: Feb 11, 2025, 09:41 AM