| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Message-ID: <765fee6b-dcf3-4e19-bbd1-2bb49e4c536d@mit.edu> Date: Sat, 22 Nov 2025 03:29:33 -0500 MIME-Version: 1.0 To: Goetz Golla <mit@sec4mail.de>, kerberos@mit.edu Content-Language: en-US From: "Greg Hudson" <ghudson@mit.edu> In-Reply-To: <9ea08b05-dc45-4114-a61c-afe9bdfd4aca@sec4mail.de> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: kerberos-bounces@mit.edu On 11/21/25 17:02, Goetz Golla wrote: > But before installing the deb packages I would need to uninstall the old > release in /usr/local. > What is the best way to do this ? Is it really true that there is no > "make uninstall" [...] There is no "make uninstall". You could prepare a list of files to remove using: make install DESTDIR=/tmp/unkrb find /tmp/unkrb -type f | sed -e 's|^/tmp/unkrb||' > /tmp/list Removing those would leave behind any directories created by make install, but they should be harmless. The same find command with "-type d" instead of "-type f" will give you the directory list, if you want to inspect it for directories to remove. ________________________________________________ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |