<?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>RedBlue's Blog &#187; sorgenti</title>
	<atom:link href="http://redblue.netsons.org/tag/sorgenti/feed" rel="self" type="application/rss+xml" />
	<link>http://redblue.netsons.org</link>
	<description>Il mio blog: Taranto, Linux, Internet, ma non solo..</description>
	<lastBuildDate>Tue, 24 Nov 2009 08:10:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Aggiornare Alsa dai sorgenti..</title>
		<link>http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html</link>
		<comments>http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html#comments</comments>
		<pubDate>Thu, 05 Nov 2009 11:39:03 +0000</pubDate>
		<dc:creator>RedBlue</dc:creator>
				<category><![CDATA[guide]]></category>
		<category><![CDATA[hp dv6]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[aggiornamento]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[dv6-1205sl]]></category>
		<category><![CDATA[hp pavilion]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[sorgenti]]></category>

		<guid isPermaLink="false">http://redblue.netsons.org/?p=769</guid>
		<description><![CDATA[Con la nuova release di Ubuntu, Karmic, sembrava che l&#8217;audio sui notebook HP DV6, dotati di scheda audio HDA Intel, fosse stato sistemato.. In realtà, dai commenti al mio precedente post (&#8221;Karmic Koala su HP DV6-1205sl: prime impressioni&#8220;), non è proprio così.. Pare infatti che, anche azzerando manualmente il volume dello speaker del pc, non [...]]]></description>
			<content:encoded><![CDATA[<p>Con la nuova release di Ubuntu, Karmic, sembrava che l&#8217;audio sui notebook <strong>HP DV6</strong>, dotati di scheda audio HDA Intel, fosse stato sistemato.. In realtà, dai commenti al mio precedente post (&#8221;<a href="Karmic Koala su HP DV6-1205sl: prime impressioni" target="_blank">Karmic Koala su HP DV6-1205sl: prime impressioni</a>&#8220;), non è proprio così.. Pare infatti che, anche azzerando manualmente il volume dello speaker del pc, non si riescano ad usare le cuffie.. Personalmente ho aggiornato <strong>Alsa</strong>, fatto che non risolve definitivamente il problema, ma se non altro lo limita. Inoltre, penso sia cmq utile essere in grado di effettuare un aggiornamento manuale, e questo spiega questa guida.</p>
<p><strong>Primo passo, preparare il sistema:</strong></p>
<blockquote><p><code>sudo apt-get -y install build-essential ncurses-dev gettext xmlto<br />
sudo apt-get -y install linux-headers-`uname -r`</code></p></blockquote>
<p><strong>Secondo passo, scaricare i sorgenti in una directory creata apposta:</strong></p>
<blockquote><p><code>mkdir -p /home/alsa-driver<br />
cd /home/alsa-driver</code></p>
<p>wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.21.tar.bz2<br />
wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.21.tar.bz2<br />
wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.21.tar.bz2</p></blockquote>
<p>N.B. Ci sarebbe da scaricare anche <code>alsa-firmware</code>, ma sul sito ufficiale del progetto (<a href="http://www.alsa-project.org/main/index.php/Main_Page" target="_blank">Alsa-project</a>) è fermo alla versione 1.0.20, che è già presente in Karmic, quindi ho preferito saltare questo file..</p>
<p>Ora decomprimiamo i tre archivi scaricati:</p>
<blockquote><p><code>tar xjf alsa-driver*<br />
tar xjf alsa-lib*<br />
tar xjf alsa-utils*</code></p></blockquote>
<p><strong>Terzo passo, compilare i sorgenti ottenuti:</strong></p>
<blockquote><p><code>cd alsa-driver*<br />
./configure --with-cards=hda-intel --with-kernel=/usr/src/linux-headers-$(uname -r)<br />
make<br />
sudo make install</code></p>
<p>cd ../alsa-lib*<br />
./configure<br />
make<br />
sudo make install</p>
<p>cd ../alsa-utils*<br />
./configure<br />
make<br />
sudo make install</p></blockquote>
<p><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>ATTENZIONE!!</strong></span></span> Durante il <code>configure</code> potreste avere l&#8217;errore: <code>configure: error: panelw library not found</code>. Niente paura, basta creare nella directory in cui vi trovate i seguenti <strong>link simbolici</strong>:</p>
<blockquote><p><code>sudo ln -s libpanelw.so.5 /usr/lib/libpanelw.so<br />
sudo ln -s libformw.so.5 /usr/lib/libformw.so<br />
sudo ln -s libmenuw.so.5 /usr/lib/libmenuw.so<br />
sudo ln -s libncursesw.so.5 /lib/libncursesw.so</code></p></blockquote>
<p>A questo punto non resta che <strong>riavviare il sistema</strong> (eh si, ogni tanto serve anche in Linux!! <img src='http://redblue.netsons.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ), e al riavvio verificare che tutto sia andato bene col comando:</p>
<blockquote><p><code>cat /proc/asound/version</code></p></blockquote>
<p>Che dovrebbe restituire come output qualcosa del genere:</p>
<blockquote><p><code>Advanced Linux Sound Architecture Driver Version 1.0.21.<br />
Compiled on Nov  3 2009 for kernel 2.6.31-14-generic (SMP).</code></p></blockquote>
<p><strong>Quarto ed ultimo passo, eseguire la configurazione automatica di Alsa, digitando da terminale:</strong></p>
<blockquote><p><code>sudo alsaconf</code></p></blockquote>
<p>Alla prossima..</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Segnala presso:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html&amp;title=Aggiornare+Alsa+dai+sorgenti.." title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Del.icio.us"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Del.icio.us" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html&amp;title=Aggiornare+Alsa+dai+sorgenti.." title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a digg"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a digg" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Technorati"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Technorati" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html&amp;t=Aggiornare+Alsa+dai+sorgenti.." title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Yahoo My Web"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Yahoo My Web" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html&amp;title=Aggiornare+Alsa+dai+sorgenti.." title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Google Bookmarks"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Google Bookmarks" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://segnalo.alice.it/post.html.php?url=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html&amp;title=Aggiornare+Alsa+dai+sorgenti.." title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Segnalo"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/segnalo.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Segnalo" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Segnalo" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html&amp;title=Aggiornare+Alsa+dai+sorgenti.." title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a OKnotizie"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a OKnotizie" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Aggiornare+Alsa+dai+sorgenti..&amp;url=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Ask"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Ask" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html&amp;title=Aggiornare+Alsa+dai+sorgenti..&amp;when_done=go_back" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Delirious"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Delirious" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html&amp;title=Aggiornare+Alsa+dai+sorgenti.." title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Live-MSN"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Live-MSN" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diggita.it/submit.php?title=Aggiornare+Alsa+dai+sorgenti..&amp;url=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Diggita"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/diggita.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Diggita" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Diggita" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html&amp;t=Aggiornare+Alsa+dai+sorgenti.." title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a FaceBook"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a FaceBook" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Wikio"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Wikio" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Wikio" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://healthranker.com/submit.php?url=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Health Ranker"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/healthranker.gif" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Health Ranker" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Health Ranker" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Aggiornare+Alsa+dai+sorgenti..&amp;c=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a MySpace"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a MySpace" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Twitter"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Twitter" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Social Bookmarking Reloaded"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Social Bookmarking Reloaded" alt="Aggiungi 'Aggiornare Alsa dai sorgenti..' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://redblue.netsons.org/guide/aggiornare-alsa-dai-sorgenti.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIMP 2.6.6 in Debian Lenny</title>
		<link>http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html</link>
		<comments>http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html#comments</comments>
		<pubDate>Sat, 04 Apr 2009 09:15:17 +0000</pubDate>
		<dc:creator>RedBlue</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[gimp 2.6.6]]></category>
		<category><![CDATA[guida]]></category>
		<category><![CDATA[installazione]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[sorgenti]]></category>

		<guid isPermaLink="false">http://redblue.netsons.org/?p=428</guid>
		<description><![CDATA[Immagino che un pò tutti coloro che &#8220;bazzicano&#8221; l&#8217;open souce, e Debian (ma anche Ubuntu) sanno di cosa è capace Gimp, notissimo programma di fotoritocco utile tanto per creare e/o modificare immagini, quanto come sostituto di Photoshop. Vediamo come installare sulla nostra Lenny l&#8217;ultima release, la 2.6.6, partendo dai sorgenti..
Un consiglio, se avete una versione [...]]]></description>
			<content:encoded><![CDATA[<p>Immagino che un pò tutti coloro che &#8220;bazzicano&#8221; l&#8217;open souce, e <strong>Debian</strong> (ma anche <strong>Ubuntu</strong>) sanno di cosa è capace <strong>Gimp</strong>, notissimo programma di fotoritocco utile tanto per creare e/o modificare immagini, quanto come sostituto di Photoshop. Vediamo come installare sulla nostra <strong>Lenny</strong> l&#8217;ultima release, la <strong>2.6.6</strong>, partendo dai sorgenti..</p>
<p>Un consiglio, se avete una versione precedente già installata (molto probabile, visto che quasi sempre fa parte dell&#8217;installazione di default di Debian), rimuovetela, ad esempio da Synaptic.</p>
<p>Per prima cosa assicuratevi di avere i <strong>repositories dei sorgenti abilitati</strong>, controllando che nel file <code>/etc/apt/sources.list</code> ci sia la linea:</p>
<blockquote><p><code>deb-src http://ftp.it.debian.org/debian/ lenny main contrib non-free</code></p></blockquote>
<p>Poi pensiamo alle <strong>dipendenze</strong> (i seguenti comandi vanno dati come <strong>root</strong>):</p>
<blockquote><p><code>apt-get update<br />
apt-get install build-essential<br />
apt-get build-dep gimp<br />
apt-get install libgegl-0.0-dev</code></p></blockquote>
<p>A questo punto scarichiamo da <a href="ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-2.6.6.tar.bz2" target="_blank">qui</a> i sorgenti e scompattiamoli:</p>
<blockquote><p><code>tar -xjvf gimp-2.6.6.tar.bz2<br />
cd gimp-2.6.6</code></p></blockquote>
<p>Possiamo infine installare (l&#8217;ultimo comando va dato come <strong>root</strong>):</p>
<blockquote><p><code>./configure<br />
make<br />
make install</code></p></blockquote>
<p>A questo avrete l&#8217;eseguibile di Gimp 2.6.6 in <code>/usr/local/bin</code>, per comodità potete creare un lanciatore da posizionare direttamente sul desktop..</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Segnala presso:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html&amp;title=GIMP+2.6.6+in+Debian+Lenny" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Del.icio.us"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Del.icio.us" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html&amp;title=GIMP+2.6.6+in+Debian+Lenny" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a digg"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a digg" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Technorati"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Technorati" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html&amp;t=GIMP+2.6.6+in+Debian+Lenny" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Yahoo My Web"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Yahoo My Web" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html&amp;title=GIMP+2.6.6+in+Debian+Lenny" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Google Bookmarks"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Google Bookmarks" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://segnalo.alice.it/post.html.php?url=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html&amp;title=GIMP+2.6.6+in+Debian+Lenny" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Segnalo"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/segnalo.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Segnalo" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Segnalo" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html&amp;title=GIMP+2.6.6+in+Debian+Lenny" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a OKnotizie"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a OKnotizie" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=GIMP+2.6.6+in+Debian+Lenny&amp;url=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Ask"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Ask" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html&amp;title=GIMP+2.6.6+in+Debian+Lenny&amp;when_done=go_back" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Delirious"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Delirious" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html&amp;title=GIMP+2.6.6+in+Debian+Lenny" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Live-MSN"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Live-MSN" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diggita.it/submit.php?title=GIMP+2.6.6+in+Debian+Lenny&amp;url=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Diggita"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/diggita.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Diggita" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Diggita" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html&amp;t=GIMP+2.6.6+in+Debian+Lenny" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a FaceBook"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a FaceBook" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Wikio"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Wikio" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Wikio" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://healthranker.com/submit.php?url=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Health Ranker"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/healthranker.gif" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Health Ranker" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Health Ranker" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=GIMP+2.6.6+in+Debian+Lenny&amp;c=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a MySpace"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a MySpace" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Twitter"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Twitter" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Social Bookmarking Reloaded"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Social Bookmarking Reloaded" alt="Aggiungi 'GIMP 2.6.6 in Debian Lenny' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://redblue.netsons.org/guide/gimp-2-6-6-in-debian-lenny.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installare AcetoneISO da sorgenti (in Debian)</title>
		<link>http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html</link>
		<comments>http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html#comments</comments>
		<pubDate>Sat, 07 Mar 2009 10:41:39 +0000</pubDate>
		<dc:creator>RedBlue</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[acetoneiso]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[guida]]></category>
		<category><![CDATA[installazione]]></category>
		<category><![CDATA[sorgenti]]></category>

		<guid isPermaLink="false">http://redblue.netsons.org/?p=343</guid>
		<description><![CDATA[AcetoneISO&#160;&#232; un software per la gestione di immagini di CD/DVD&#160;in Linux; possiamo leggere immagini in vari formati, crearle, montarle. Sul sito ufficiale troviamo i pacchetti precompilati per varie distribuzioni, tra cui il .deb per Ubuntu. Ovviamente questo pacchetto va bene anche per Debian, ma pu&#242; essere utile compilarlo a partire dai sorgenti, anche perch&#232; il [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.acetoneteam.org/" target="_blank">AcetoneISO</a>&nbsp;&egrave; un software per la gestione di immagini di CD/DVD&nbsp;in Linux; possiamo leggere immagini in vari formati, crearle, montarle. Sul sito ufficiale troviamo i pacchetti precompilati per varie distribuzioni, tra cui il .deb per Ubuntu. Ovviamente questo pacchetto va bene anche per Debian, ma pu&ograve; essere utile compilarlo a partire dai sorgenti, anche perch&egrave; il pacchetto per Ubuntu, come suggerito dagli stessi autori, non &egrave; relativo all&#8217;ultima versione rilasciata (in questo momento la 2.0.3 RC1). Vediamo come fare..</p>
<p><u><strong>ATTENZIONE</strong></u>:&nbsp;quella che segue &egrave; la semplice procedura indicata anche nel file README&nbsp;all&#8217;interno dei sorgenti, cos&igrave; come &egrave; stata eseguita dal sottoscritto; non spaventatevi &egrave; estremamente semplice.</p>
<p>Per prima cosa scarichiamo i sorgenti <a href="http://www.acetoneteam.org/download/acetoneiso_2.0.3RC1.tar.gz" target="_blank">qui</a>.</p>
<p>Poi assicuriamoci di avere i <strong>compilatori</strong> installati:</p>
<blockquote><p> <code>apt-get install gcc g++ make libqt4-dev</code> </p></blockquote>
<p>Ora installiamo le <strong>dipendenze</strong>:</p>
<blockquote><p> <code>apt-get install fuseiso fuse-utils libqt4-gui genisoimage cdrdao p7zip-full gnupg-agent gnupg2 pinentry-qt ffmpeg mencoder cdparanoia</code> </p></blockquote>
<p>Ovviamente installate anche altre eventuali dipendenze segnalate in automatico.</p>
<p>Bene, a questo punto entriamo nella directory dove abbiamo salvato i sorgenti e diamo:</p>
<blockquote><p> <code>tar zxvf acetoneiso_2.0.3RC1.tar.gz</code><br />
cd acetoneiso_2.0.3RC1<br />
qmake-qt4<br />
make<br />
make install</p></blockquote>
<p>L&#8217;ultimo comando va dato come <strong>root</strong>. Fatto, avete installato AcetoneISO! Ora cambiamo un p&ograve; di permessi e aggiungiamo il nostro utente al gruppo <code>fuse</code> (va fatto tutto come root).</p>
<blockquote><p> <code>modprobe fuse<br />
chmod 4755 /usr/bin/fusermount<br />
chmod o+rw /dev/fuse<br />
addgroup {nome-utente} fuse </code> </p></blockquote>
<p>Dove al posto di <code>{nome-utente}</code> dovete inserire il vostro utente (es. <code>addgroup redblue fuse</code>).</p>
<p>Nel caso doveste disinstallare AcetoneISO, basta entrare nella directory dei sorgenti e, come root, dare:</p>
<blockquote><p> <code>make uninstall</code> </p></blockquote>
<p>EDIT: al sottoscritto alla fine della procedura di installazione si &egrave; presentato un errore riguardante il file <strong>AcentoneISO.Desktop</strong>; se succede anche a voi non preoccupatevi, si tratta solo del collegamento sul desktop, l&#8217;installazione &egrave; comunque andata a buon fine, semplicemente dovrete creare a mano il collegamento sul desktop (sempre che ne abbiate bisogno), per il collegamento all&#8217;interno del menu invece non c&#8217;&egrave; problema, a me &egrave; stato creato normalmente.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Segnala presso:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html&amp;title=Installare+AcetoneISO+da+sorgenti+%28in+Debian%29" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Del.icio.us"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Del.icio.us" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html&amp;title=Installare+AcetoneISO+da+sorgenti+%28in+Debian%29" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a digg"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a digg" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Technorati"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Technorati" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html&amp;t=Installare+AcetoneISO+da+sorgenti+%28in+Debian%29" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Yahoo My Web"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Yahoo My Web" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html&amp;title=Installare+AcetoneISO+da+sorgenti+%28in+Debian%29" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Google Bookmarks"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Google Bookmarks" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://segnalo.alice.it/post.html.php?url=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html&amp;title=Installare+AcetoneISO+da+sorgenti+%28in+Debian%29" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Segnalo"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/segnalo.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Segnalo" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Segnalo" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html&amp;title=Installare+AcetoneISO+da+sorgenti+%28in+Debian%29" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a OKnotizie"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a OKnotizie" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Installare+AcetoneISO+da+sorgenti+%28in+Debian%29&amp;url=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Ask"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Ask" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html&amp;title=Installare+AcetoneISO+da+sorgenti+%28in+Debian%29&amp;when_done=go_back" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Delirious"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Delirious" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html&amp;title=Installare+AcetoneISO+da+sorgenti+%28in+Debian%29" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Live-MSN"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Live-MSN" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diggita.it/submit.php?title=Installare+AcetoneISO+da+sorgenti+%28in+Debian%29&amp;url=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Diggita"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/diggita.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Diggita" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Diggita" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html&amp;t=Installare+AcetoneISO+da+sorgenti+%28in+Debian%29" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a FaceBook"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a FaceBook" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Wikio"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Wikio" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Wikio" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://healthranker.com/submit.php?url=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Health Ranker"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/healthranker.gif" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Health Ranker" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Health Ranker" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Installare+AcetoneISO+da+sorgenti+%28in+Debian%29&amp;c=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a MySpace"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a MySpace" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Twitter"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Twitter" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Social Bookmarking Reloaded"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Social Bookmarking Reloaded" alt="Aggiungi 'Installare AcetoneISO da sorgenti (in Debian)' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://redblue.netsons.org/guide/installare-acetoneiso-da-sorgenti-in-debian.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto-apt + Checkinstall</title>
		<link>http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html</link>
		<comments>http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html#comments</comments>
		<pubDate>Wed, 25 Feb 2009 15:12:33 +0000</pubDate>
		<dc:creator>RedBlue</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[auto-apt]]></category>
		<category><![CDATA[checkinstall]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[installazione]]></category>
		<category><![CDATA[sorgenti]]></category>

		<guid isPermaLink="false">http://redblue.netsons.org/?p=298</guid>
		<description><![CDATA[Spesso i &#8220;linuxiani&#8221; come il sottoscritto devono fare i conti con l&#8217;installazione dai sorgenti, operazione che può essere estremamente complicata, ma se fatta con la giusta metodologia, è estremamente soddisfacente. A volte però può essere molto comodo creare un pacchetto .deb, da installare (o disinstallare) successivamente con strumenti automatici come dpkg o Synaptic. Per questo [...]]]></description>
			<content:encoded><![CDATA[<p>Spesso i &#8220;linuxiani&#8221; come il sottoscritto devono fare i conti con l&#8217;installazione dai sorgenti, operazione che può essere estremamente complicata, ma se fatta con la giusta metodologia, è estremamente soddisfacente. A volte però può essere molto comodo creare un pacchetto .deb, da installare (o disinstallare) successivamente con strumenti automatici come dpkg o Synaptic. Per questo scopo ci serviamo di <strong>auto-apt</strong> e <strong>checkinstall</strong>: con il primo teniamo traccia delle dipendende, con il secondo creiamo il pacchetto. Come si usano? Prima di tutto installiamo il necessario (come <strong>root</strong>):</p>
<blockquote><p><code>apt-get install auto-apt checkinstall</code></p></blockquote>
<p>Potrebbe anche chiedervi delle altre dipendenze, installatele. A questo punto, quando abbiamo scompattato i sorgenti, invece del classico <strong>./configure</strong>, <strong>make</strong>, <strong>make install</strong>, diamo la seguente sequenza:</p>
<blockquote><p><code>auto-apt run ./configure<br />
make<br />
checkinstall</code></p></blockquote>
<p>Dove ovviamente l&#8217;ultimo comando va dato come root. Ed ecco che avremo il nostro programma installato e presente nella lista dei pacchetti del sistema. Piccolo <strong>trick</strong> supplementare, potete anche decidere di non installare subito il programma, ma solo di creare il pacchetto, il comando è il seguente:</p>
<blockquote><p><code>checkinstall --install=no</code></p></blockquote>
<p>Ed avrete il vostro .deb pronto per essere installato.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Segnala presso:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html&amp;title=Auto-apt+%2B+Checkinstall" title="Aggiungi 'Auto-apt + Checkinstall' a Del.icio.us"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Aggiungi 'Auto-apt + Checkinstall' a Del.icio.us" alt="Aggiungi 'Auto-apt + Checkinstall' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html&amp;title=Auto-apt+%2B+Checkinstall" title="Aggiungi 'Auto-apt + Checkinstall' a digg"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Aggiungi 'Auto-apt + Checkinstall' a digg" alt="Aggiungi 'Auto-apt + Checkinstall' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html" title="Aggiungi 'Auto-apt + Checkinstall' a Technorati"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Aggiungi 'Auto-apt + Checkinstall' a Technorati" alt="Aggiungi 'Auto-apt + Checkinstall' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html&amp;t=Auto-apt+%2B+Checkinstall" title="Aggiungi 'Auto-apt + Checkinstall' a Yahoo My Web"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Aggiungi 'Auto-apt + Checkinstall' a Yahoo My Web" alt="Aggiungi 'Auto-apt + Checkinstall' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html&amp;title=Auto-apt+%2B+Checkinstall" title="Aggiungi 'Auto-apt + Checkinstall' a Google Bookmarks"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Aggiungi 'Auto-apt + Checkinstall' a Google Bookmarks" alt="Aggiungi 'Auto-apt + Checkinstall' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://segnalo.alice.it/post.html.php?url=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html&amp;title=Auto-apt+%2B+Checkinstall" title="Aggiungi 'Auto-apt + Checkinstall' a Segnalo"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/segnalo.png" title="Aggiungi 'Auto-apt + Checkinstall' a Segnalo" alt="Aggiungi 'Auto-apt + Checkinstall' a Segnalo" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://oknotizie.alice.it/post?url=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html&amp;title=Auto-apt+%2B+Checkinstall" title="Aggiungi 'Auto-apt + Checkinstall' a OKnotizie"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/oknotizie.gif" title="Aggiungi 'Auto-apt + Checkinstall' a OKnotizie" alt="Aggiungi 'Auto-apt + Checkinstall' a OKnotizie" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://mystuff.ask.com/mysearch/QuickWebSave?v=1.2&amp;t=webpages&amp;title=Auto-apt+%2B+Checkinstall&amp;url=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html" title="Aggiungi 'Auto-apt + Checkinstall' a Ask"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/ask.png" title="Aggiungi 'Auto-apt + Checkinstall' a Ask" alt="Aggiungi 'Auto-apt + Checkinstall' a Ask" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://de.lirio.us/rubric/post?uri=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html&amp;title=Auto-apt+%2B+Checkinstall&amp;when_done=go_back" title="Aggiungi 'Auto-apt + Checkinstall' a Delirious"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/delirious.png" title="Aggiungi 'Auto-apt + Checkinstall' a Delirious" alt="Aggiungi 'Auto-apt + Checkinstall' a Delirious" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html&amp;title=Auto-apt+%2B+Checkinstall" title="Aggiungi 'Auto-apt + Checkinstall' a Live-MSN"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Aggiungi 'Auto-apt + Checkinstall' a Live-MSN" alt="Aggiungi 'Auto-apt + Checkinstall' a Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diggita.it/submit.php?title=Auto-apt+%2B+Checkinstall&amp;url=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html" title="Aggiungi 'Auto-apt + Checkinstall' a Diggita"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/diggita.png" title="Aggiungi 'Auto-apt + Checkinstall' a Diggita" alt="Aggiungi 'Auto-apt + Checkinstall' a Diggita" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html&amp;t=Auto-apt+%2B+Checkinstall" title="Aggiungi 'Auto-apt + Checkinstall' a FaceBook"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Aggiungi 'Auto-apt + Checkinstall' a FaceBook" alt="Aggiungi 'Auto-apt + Checkinstall' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wikio.it/vote?url=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html" title="Aggiungi 'Auto-apt + Checkinstall' a Wikio"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/wikio.png" title="Aggiungi 'Auto-apt + Checkinstall' a Wikio" alt="Aggiungi 'Auto-apt + Checkinstall' a Wikio" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://healthranker.com/submit.php?url=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html" title="Aggiungi 'Auto-apt + Checkinstall' a Health Ranker"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/healthranker.gif" title="Aggiungi 'Auto-apt + Checkinstall' a Health Ranker" alt="Aggiungi 'Auto-apt + Checkinstall' a Health Ranker" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=Auto-apt+%2B+Checkinstall&amp;c=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html" title="Aggiungi 'Auto-apt + Checkinstall' a MySpace"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Aggiungi 'Auto-apt + Checkinstall' a MySpace" alt="Aggiungi 'Auto-apt + Checkinstall' a MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html" title="Aggiungi 'Auto-apt + Checkinstall' a Twitter"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Aggiungi 'Auto-apt + Checkinstall' a Twitter" alt="Aggiungi 'Auto-apt + Checkinstall' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Aggiungi 'Auto-apt + Checkinstall' a Social Bookmarking Reloaded"><img src="http://redblue.netsons.org/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Aggiungi 'Auto-apt + Checkinstall' a Social Bookmarking Reloaded" alt="Aggiungi 'Auto-apt + Checkinstall' a Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://redblue.netsons.org/tips-tricks/auto-apt-checkinstall.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
