X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <933607 DOT 56165 DOT qm AT web57211 DOT mail DOT re3 DOT yahoo DOT com> Subject: RE: Uninstalling a program from Cygwin in Windows XP Date: Fri, 14 Sep 2007 15:14:14 +0100 Message-ID: <023d01c7f6d9$87d9c300$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <933607.56165.qm@web57211.mail.re3.yahoo.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 14 September 2007 13:56, D wrote: > When I tried to ask the developer of the program how to remove the program > he indicated that the problem was not with fontforge, but with Cygwin, He is wrong. The command he provided is a simple delete of all the files that the installer should have installed. If it doesn't work, it's not because Cygwin refused to delete the files for no reason, it's because he's specified the wrong paths in that command. > If on the other hand all I have to do is just manually remove the program, > I did not know that was possible because I was under the assumption that > since I used cygwin to install the program I would need (cygwin) to > uninstall the program. Do I just go to the directory that it is located in > and delete the file and that is it. Or is there more that I would need to > do? Basically, you need to find the files listed in the 'rm' command: > $ rm -rf /usr/local/bin/{fontforge,sfddiff} \ > /usr/local/lib/{libgdraw,libgunicode,libuninameslist}* > \ > /usr/local/lib/pkgconfig/fontforge.pc \ > /usr/local/man/man1/{fontforge,sfddiff}.1 \ > /usr/local/share/doc/fontforge \ > /usr/local/share/locale/*/LC_MESSAGES/FontForge.mo and delete them. That's all the command does. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/