Wiki source for LinuxEtcAptConf
=====apt.conf=====
/etc/apt/apt.conf
http://debiananwenderhandbuch.de/apt.conf.html
http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.de.html
Für welche [[Mikroprozessor Prozessorarchitektur]] sollen Pakete geholt werden?
%%(text;;/etc/apt/apt.conf)
APT
{
Architecture "i386";
Build-Essential "build-essential";
}
%%
Cache-Limit anpassen
%%(text;;/etc/apt/apt.conf)
APT::Cache-Limit 33554432;
%%
----
Siehe auch {{backlinks}}
/etc/apt/apt.conf
http://debiananwenderhandbuch.de/apt.conf.html
http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.de.html
Für welche [[Mikroprozessor Prozessorarchitektur]] sollen Pakete geholt werden?
%%(text;;/etc/apt/apt.conf)
APT
{
Architecture "i386";
Build-Essential "build-essential";
}
%%
Cache-Limit anpassen
%%(text;;/etc/apt/apt.conf)
APT::Cache-Limit 33554432;
%%
----
Siehe auch {{backlinks}}