<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fabiolagana.net &#187; deb</title>
	<atom:link href="http://blog.fabiolagana.net/tag/deb/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fabiolagana.net</link>
	<description>640 Kb should be enough memory for anybody</description>
	<lastBuildDate>Mon, 26 Oct 2009 13:17:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>checkinstall &#8211; trace your .tar.gz installations, and make/create your .deb files</title>
		<link>http://blog.fabiolagana.net/checkinstall-trace-targz-installations-makecreate-deb-files/</link>
		<comments>http://blog.fabiolagana.net/checkinstall-trace-targz-installations-makecreate-deb-files/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 22:36:21 +0000</pubDate>
		<dc:creator>Fabio Laganà</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[checkinstall]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[make]]></category>

		<guid isPermaLink="false">http://blog.fabiolagana.net/?p=42</guid>
		<description><![CDATA[&#160;Powered by Max Banner Ads&#160;Debian / Ubuntu sudo aptitude install checkinstall Now as an example I will compile and install aterm which is a terminal emulator, I will write about it later. Ok, get the code wget ftp://ftp.afterstep.org/apps/aterm/aterm-1.0.1.tar.gz Untar it tar xvzf aterm-1.0.1.tar.gz Change to its directory: cd aterm-1.0.1 Now, usually at this point you [...]]]></description>
			<content:encoded><![CDATA[<p class="codigo"><strong>Debian / Ubuntu</strong></p>
<p class="codigo"><strong></strong>sudo aptitude install checkinstall</p>
<p>Now as an example I will compile and install <strong>aterm</strong> which is a <a id="KonaLink1" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go2linux.org/checkinstall-create-deb-rpm-from-sources#" target="_top" onclick="pageTracker._trackPageview('/outgoing/www.go2linux.org/checkinstall-create-deb-rpm-from-sources?referer=');"><span style="color: blue ! important; font-weight: 400; font-size: 12.8px; position: static;"><span class="kLink" style="color: blue ! important; font-family: Arial,Verdana,sans-serif; font-weight: 400; font-size: 12.8px; position: static;">terminal </span><span class="kLink" style="color: blue ! important; font-family: Arial,Verdana,sans-serif; font-weight: 400; font-size: 12.8px; position: static;">emulator</span></span></a>, I will write about it later.</p>
<p>Ok, get the code</p>
<p class="codigo">wget <a title="ftp://ftp.afterstep.org/apps/aterm/aterm-1.0.1.tar.gz" href="ftp://ftp.afterstep.org/apps/aterm/aterm-1.0.1.tar.gz">ftp://ftp.afterstep.org/apps/aterm/aterm-1.0.1.tar.gz</a></p>
<p>Untar it</p>
<p class="codigo">tar xvzf aterm-1.0.1.tar.gz</p>
<p>Change to its directory:</p>
<p class="codigo">cd aterm-1.0.1</p>
<p>Now, usually at this point you have to enter three commands</p>
<pre>./configure
make
make install
</pre>
<p>This time we will enter only the first two:</p>
<p class="codigo">./configure</p>
<p class="codigo">make</p>
<p>Now, here comes the magic, staying at the same directory change to root or use <a href="http://www.go2linux.org/sudoers-how-to" target="blank" onclick="pageTracker._trackPageview('/outgoing/www.go2linux.org/sudoers-how-to?referer=');">sudo</a></p>
<p class="codigo">sudo checkinstall</p>
<p>You will see something like this, the first time:</p>
<pre>checkinstall 1.6.1, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
           This software is released under the GNU GPL.

           The package documentation directory ./doc-pak does not exist.
           Should I create a default set of package docs?  <strong>[y]:</strong>
Preparing package documentation...OK
Please write a description for the package.
End your description with an empty line or EOF.
&gt;&gt; <strong>aterm 1.0.1</strong>
*****************************************
**** Debian package creation selected ***
*****************************************
This package will be built according to these values:

0 -  Maintainer: [ root@ggarron ]
1 -  Summary: [ aterm 1.0.1 ]
2 -  Name:    [ aterm ]
3 -  Version: [ 1.0.1 ]
4 -  Release: [ 1 ]
5 -  License: [ GPL ]
6 -  Group:   [ checkinstall ]
7 -  Architecture: [ i386 ]
8 -  Source location: [ aterm-1.0.1 ]
9 -  Alternate source location: [  ]
10 - Requires: [  ]
Enter a number to change any of them or press ENTER to continue:
Copying files to the temporary directory...OK
Stripping ELF binaries and libraries...OK
Compressing man pages...OK
Building file list...OK
Building Debian package...OK
Installing Debian package...OK
Erasing temporary files...OK
Writing backup package...OK
Deleting temp dir...OK
**********************************************************************
 Done. The new package has been installed and saved to
 /home/ggarron/Desktop/borrar/aterm-1.0.1/aterm_1.0.1-1_i386.deb
 You can remove it from your system anytime using:
 dpkg -r aterm
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.fabiolagana.net/checkinstall-trace-targz-installations-makecreate-deb-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
