Strona 2 z 2

: 18 lipca 2013, 06:39
autor: marcin1982
Podaj wynik:

Kod: Zaznacz cały

cat /etc/apt/apt.conf

Kod: Zaznacz cały

cat /etc/apt/preferences
Jeśli coś od tego czasu zmienieś w repozytoriach to pokaż jeszcze raz:

Kod: Zaznacz cały

cat /etc/apt/sources.list

: 18 lipca 2013, 09:22
autor: rysi3k
Nie mam plików apt.conf oraz preferences, mam katalogi a to ich cat'y:

(wheezy)

Kod: Zaznacz cały

cat /etc/apt/apt.conf.d/*Acquire::cdrom {
  mount "/media/cdrom";
}
Dir::Media::MountPath "/media/cdrom";
APT::Authentication::TrustCDROM "true";
APT
{
  NeverAutoRemove
  {
	"^firmware-linux.*";
	"^linux-firmware$";
	"^linux-image.*";
	"^kfreebsd-image.*";
	"^linux-restricted-modules.*";
	"^linux-ubuntu-modules-.*";
	"^gnumach$";
	"^gnumach-image.*";
  };


  Never-MarkAuto-Sections
  {
	"metapackages";
	"restricted/metapackages";
	"universe/metapackages";
	"multiverse/metapackages";
	"oldlibs";
	"restricted/oldlibs";
	"universe/oldlibs";
	"multiverse/oldlibs";
  };
};
DPkg::Pre-Install-Pkgs { "/usr/bin/apt-listchanges --apt || test $? -ne 10"; };
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
// Pre-configure all packages with debconf before they are installed.
// If you don't like it, comment it out.
DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";};

Kod: Zaznacz cały

cat /etc/apt/preferences.d/*
Package: *
Pin: release o=Percona Development Team
Pin-Priority: 495

Kod: Zaznacz cały

cat /etc/apt/sources.list
deb http://ftp.pl.debian.org/debian/ wheezy main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ wheezy main non-free contrib


deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free


deb http://ftp.pl.debian.org/debian/ wheezy-updates main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ wheezy-updates main non-free contrib

: 07 sierpnia 2013, 11:25
autor: Yampress
a
apt-get update
to gdzie?