<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: apt</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>E: Dynamic MMap ran out of room</title>
        <link>http://www.posteet.com/view/1391</link>
        <description>
        <![CDATA[<pre>Si lors d'un apt-get update, vous avez l'erreur suivante :

Lecture des listes de paquets... Erreur !
E: Dynamic MMap ran out of room
E: Erreur apparue lors du traitement de ********** (NewVersion*)
E: Problem with MergeList /var/lib/apt/lists/*****************************
E: Les listes de paquets ou le fichier « status » ne peuvent être analysés ou lus.
E: Impossible de reconstruire le cache des paquets

Il faut dire à apt qu'il peut utiliser plus de RAM. Rajouter au fichier /etc/apt/apt.conf.d/70debconf la ligne suivante :

APT::Cache-Limit &quot;100388608&quot;;

Attention, le 100388608 n'est qu'à titre d'exemple, à vous de voir ce qui est nécessaire sur votre système.</pre> <a href="http://www.posteet.com/tags/apt">[apt]</a>  <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a> ]]>        </description>
        <dc:creator>sox</dc:creator>
        <pubDate>Wed, 03 Dec 2008 14:10:34 +0000</pubDate>

            <category>apt</category>
            <category>debian</category>
            <category>linux</category>
    
    </item>

  
    <item>
        <title>Equivalent de la fonction &quot;whatprovide&quot; de yum pour apt</title>
        <link>http://www.posteet.com/view/961</link>
        <description>
        <![CDATA[<pre>Re: apt-? how do I get the feature whatprovides?
The functionality you were looking for is supplied by apt-file. To install:

sudo apt-get install apt-file

To use:

sudo apt-file update

sudo apt-file search &lt;filename&gt;

Enjoy,

Tim.
milstead is offline   	Reply With Quote</pre> <a href="http://www.posteet.com/tags/apt">[apt]</a>  <a href="http://www.posteet.com/tags/apt-file">[apt-file]</a>  <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/ubuntu">[ubuntu]</a> ]]>        </description>
        <dc:creator>enoch</dc:creator>
        <pubDate>Sun, 18 May 2008 05:56:07 +0000</pubDate>

            <category>apt</category>
            <category>apt-file</category>
            <category>debian</category>
            <category>linux</category>
            <category>ubuntu</category>
    
    </item>

  
    <item>
        <title>Utiliser un proxy HTTP avec apt et yum</title>
        <link>http://www.posteet.com/view/854</link>
        <description>
        <![CDATA[<pre>// APT: Ajouter la ligne suivante dans /etc/apt/apt.conf.d/70debconf
Acquire::http::Proxy &quot;http://192.168.1.1:80&quot;;
(éventuellement http://login:passwd@192.168.1.1:8080)

// YUM: deux solutions:
- export http_proxy=http://192.168.1.1:8080
(éventuellement http_proxy=http://login:passwd@192.168.1.1:8080)
- [ou] Editer le fichier /etc/yum.conf et rajouter proxy=http://192.168.1.1:8080
(éventuellement aussi proxy_username=userxxx et proxy_password=passxxx)</pre> <a href="http://www.posteet.com/tags/apt">[apt]</a>  <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/proxy">[proxy]</a>  <a href="http://www.posteet.com/tags/rhel">[rhel]</a>  <a href="http://www.posteet.com/tags/yum">[yum]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Tue, 01 Apr 2008 11:40:50 +0000</pubDate>

            <category>apt</category>
            <category>debian</category>
            <category>proxy</category>
            <category>rhel</category>
            <category>yum</category>
    
    </item>

  
    <item>
        <title>Retrouver le nom d'un paquet debian à partir d'un nom de fichier</title>
        <link>http://www.posteet.com/view/356</link>
        <description>
        <![CDATA[<pre>apt-file update

#`apt-file` pour retrouver le nom d'un paquet contenant un fichier connu
apt-file search &lt;nomdufichier&gt;.

# Lister le contenu d'un paquet
apt-file list &lt;nomdupaquet&gt;</pre> <a href="http://www.posteet.com/tags/apt">[apt]</a>  <a href="http://www.posteet.com/tags/apt-file">[apt-file]</a>  <a href="http://www.posteet.com/tags/debian">[debian]</a>  <a href="http://www.posteet.com/tags/linux">[linux]</a>  <a href="http://www.posteet.com/tags/package">[package]</a>  <a href="http://www.posteet.com/tags/paquet">[paquet]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Sat, 10 Nov 2007 19:34:31 +0000</pubDate>

            <category>apt</category>
            <category>apt-file</category>
            <category>debian</category>
            <category>linux</category>
            <category>package</category>
            <category>paquet</category>
    
    </item>


</channel>
</rss>
