- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] An apt-get question.
- From: Jeremy Visser <jeremy@xxxxxxxxxxx>
- Date: Sun, 24 Oct 2010 23:52:24 +1100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=actpkKyt32imRRXDYhVM5YsxerDWoKSLl7sRSvRc7Zo=; b=M93WY8MjNgVdv4yTeXoA05oGVSXNVyhpX+SYj2TSMZ2jLIWr36ICSkjcWwuV8RqFoT O9myWIxWwX99uKYkENsFgGFvEBtmY1cPFUynItFt6nvDKnmgiDo5JvxdDi9ln/0Nykd0 LZFCAasn4+KQ1RHy9TSBepTqWGNGNczBfzSsw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type; b=CNIl/08Kn96WCY9x1tifogv+CyXOx9qwXPEYHrMHh3ojmSgZC4FETTC2UZ9yCPTPuI f3O//PxjSHedrQe9su8laxA54PBasBfHAtJ5MPXj/n/noskZ2xhXMhIBSBMgRHhZlcEq GXGijRsVGLqH2tRxynDB4Bs08BFSGMB2C6mW0=
- User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.11) Gecko/20101006 Thunderbird/3.1.5
wbennett@xxxxxxxxxxxxxxxxx said:
> If I have an application that I wish to install --- a crossword compiler
> in this case and I have the download on the desktop --- it's a .tgz file
> --- is there an apt-get command 9or variation) that will install it?
Not really. The standard "./configure && make && make install" rules
still apply.
That said, you can do what I do and use a neat little utility called
"checkinstall" in place of the "make install" step.
Checkinstall calls "make install" in the background, and watches the
files that get installed. It then creates a package with those files,
which makes it super easy to uninstall later on.
Much better than manually uninstalling the app if they couldn't be
bothered enough to provide a "make uninstall" target.
Attachment:
signature.asc
Description: OpenPGP digital signature