Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@optiplex:~# ./step-5
- grep -R proxy /etc/apt/*
- grep proxy /etc/environment
- if [ "$http_proxy" == "" ]; then
- echo "http_proxy is blank"
- fi
- http_proxy is blank
- if [ "$ftp_proxy" == "" ]; then
- echo "ftp_proxy is blank"
- fi
- ftp_proxy is blank
- grep proxy /etc/bash.bashrc
- grep proxy ~/.bashrc
- cat /etc/apt/apt.conf
- APT "";
- APT::Architecture "amd64";
- APT::Build-Essential "";
- APT::Build-Essential:: "build-essential";
- APT::Install-Recommends "true";
- APT::Install-Suggests "1";
- APT::NeverAutoRemove "";
- APT::NeverAutoRemove:: "^linux-image-3.8.0-26-lowlatency$";
- APT::NeverAutoRemove:: "^linux-image-extra-3.8.0-26-lowlatency$";
- APT::NeverAutoRemove:: "^linux-signed-image-3.8.0-26-lowlatency$";
- APT::NeverAutoRemove:: "^linux-backports-modules-.*-3.8.0-26-lowlatency$";
- APT::NeverAutoRemove:: "^linux-headers-3.8.0-26-lowlatency$";
- APT::NeverAutoRemove:: "^linux-image-3.9.0-030900-generic$";
- APT::NeverAutoRemove:: "^linux-image-extra-3.9.0-030900-generic$";
- APT::NeverAutoRemove:: "^linux-signed-image-3.9.0-030900-generic$";
- APT::NeverAutoRemove:: "^linux-backports-modules-.*-3.9.0-030900-generic$";
- APT::NeverAutoRemove:: "^linux-headers-3.9.0-030900-generic$";
- APT::Periodic "";
- APT::Periodic::Update-Package-Lists "1";
- APT::Architectures "";
- APT::Architectures:: "amd64";
- APT::Architectures:: "i386";
- APT::Compressor "";
- APT::Compressor::. "";
- APT::Compressor::.::Name ".";
- APT::Compressor::.::Extension "";
- APT::Compressor::.::Binary "";
- APT::Compressor::.::Cost "1";
- APT::Compressor::gzip "";
- APT::Compressor::gzip::Name "gzip";
- APT::Compressor::gzip::Extension ".gz";
- APT::Compressor::gzip::Binary "gzip";
- APT::Compressor::gzip::Cost "2";
- APT::Compressor::gzip::CompressArg "";
- APT::Compressor::gzip::CompressArg:: "-9n";
- APT::Compressor::gzip::UncompressArg "";
- APT::Compressor::gzip::UncompressArg:: "-d";
- APT::Compressor::bzip2 "";
- APT::Compressor::bzip2::Name "bzip2";
- APT::Compressor::bzip2::Extension ".bz2";
- APT::Compressor::bzip2::Binary "bzip2";
- APT::Compressor::bzip2::Cost "3";
- APT::Compressor::bzip2::CompressArg "";
- APT::Compressor::bzip2::CompressArg:: "-9";
- APT::Compressor::bzip2::UncompressArg "";
- APT::Compressor::bzip2::UncompressArg:: "-d";
- APT::Compressor::xz "";
- APT::Compressor::xz::Name "xz";
- APT::Compressor::xz::Extension ".xz";
- APT::Compressor::xz::Binary "xz";
- APT::Compressor::xz::Cost "4";
- APT::Compressor::xz::CompressArg "";
- APT::Compressor::xz::CompressArg:: "-6";
- APT::Compressor::xz::UncompressArg "";
- APT::Compressor::xz::UncompressArg:: "-d";
- APT::Compressor::lzma "";
- APT::Compressor::lzma::Name "lzma";
- APT::Compressor::lzma::Extension ".lzma";
- APT::Compressor::lzma::Binary "xz";
- APT::Compressor::lzma::Cost "5";
- APT::Compressor::lzma::CompressArg "";
- APT::Compressor::lzma::CompressArg:: "--format=lzma";
- APT::Compressor::lzma::CompressArg:: "-9";
- APT::Compressor::lzma::UncompressArg "";
- APT::Compressor::lzma::UncompressArg:: "--format=lzma";
- APT::Compressor::lzma::UncompressArg:: "-d";
- APT::Compressor::::Name "";
- APT::Compressor::::Extension ".";
- APT::Compressor::::Binary "";
- APT::Compressor::::Cost "100";
- APT::Compressor::::CompressArg "";
- APT::Compressor::::CompressArg:: "-9";
- APT::Compressor::::UncompressArg "";
- APT::Compressor::::UncompressArg:: "-d";
- Dir "/";
- Dir::State "var/lib/apt/";
- Dir::State::lists "lists/";
- Dir::State::cdroms "cdroms.list";
- Dir::State::mirrors "mirrors/";
- Dir::State::extended_states "extended_states";
- Dir::State::status "/var/lib/dpkg/status";
- Dir::Cache "var/cache/apt/";
- Dir::Cache::archives "archives/";
- Dir::Cache::srcpkgcache "srcpkgcache.bin";
- Dir::Cache::pkgcache "pkgcache.bin";
- Dir::Etc "etc/apt/";
- Dir::Etc::sourcelist "sources.list";
- Dir::Etc::sourceparts "sources.list.d";
- Dir::Etc::vendorlist "vendors.list";
- Dir::Etc::vendorparts "vendors.list.d";
- Dir::Etc::main "apt.conf";
- Dir::Etc::netrc "auth.conf";
- Dir::Etc::parts "apt.conf.d";
- Dir::Etc::preferences "preferences";
- Dir::Etc::preferencesparts "preferences.d";
- Dir::Etc::trusted "trusted.gpg";
- Dir::Etc::trustedparts "trusted.gpg.d";
- Dir::Bin "";
- Dir::Bin::methods "/usr/lib/apt/methods";
- Dir::Bin::solvers "";
- Dir::Bin::solvers:: "/usr/lib/apt/solvers";
- Dir::Bin::dpkg "/usr/bin/dpkg";
- Dir::Bin::bzip2 "/bin/bzip2";
- Dir::Bin::xz "/usr/bin/xz";
- Dir::Media "";
- Dir::Media::MountPath "/media/apt";
- Dir::Log "var/log/apt";
- Dir::Log::Terminal "term.log";
- Dir::Log::History "history.log";
- Dir::Ignore-Files-Silently "";
- Dir::Ignore-Files-Silently:: "~$";
- Dir::Ignore-Files-Silently:: "\.disabled$";
- Dir::Ignore-Files-Silently:: "\.bak$";
- Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
- Dir::Ignore-Files-Silently:: "\.save$";
- Dir::Ignore-Files-Silently:: "\.orig$";
- Dir::Ignore-Files-Silently:: "\.distUpgrade$";
- Acquire "";
- Acquire::cdrom "";
- Acquire::cdrom::mount "/media/cdrom/";
- Acquire::Languages "";
- Acquire::Languages:: "en_CA";
- Acquire::Languages:: "en";
- Acquire::Languages:: "none";
- CommandLine "";
- fuser -vvv /var/lib/dpkg/lock
- cat /etc/lsb-release
- DISTRIB_ID=Ubuntu
- DISTRIB_RELEASE=13.10
- DISTRIB_CODENAME=saucy
- DISTRIB_DESCRIPTION="Ubuntu Saucy Salamander (development branch)"
- uname -a
- Linux optiplex 3.11.0-1-generic #4-Ubuntu SMP Fri Aug 9 02:29:21 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
- rm /var/lib/apt/lists/lock
- rm /var/lib/dpkg/lock
- cp -arf /var/lib/dpkg /var/lib/dpkg.backup
- mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
- cp /var/lib/dpkg/status-old /var/lib/dpkg/status
- cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
- mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
- cp /var/lib/dpkg/available-old /var/lib/dpkg/available
- rm -rf /var/lib/dpkg/updates/*
- rm -rf /var/lib/apt/lists
- rm /var/cache/apt/*.bin
- rm: cannot remove ‘/var/cache/apt/*.bin’: No such file or directory
- mkdir /var/lib/apt/lists
- mkdir /var/lib/apt/lists/partial
- LANG=C; apt-get clean
- LANG=C; apt-get autoclean
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- LANG=C;apt-get --purge autoremove
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
- LANG=C;apt-get --fix-missing update -o APT::Cache-Limit=100000000
- Ign http://overviewer.org ./ InRelease
- Ign http://overviewer.org ./ Release.gpg
- Ign http://archive.ubuntu.com saucy-updates InRelease
- Ign http://extras.ubuntu.com saucy InRelease
- Ign http://archive.canonical.com saucy InRelease
- Ign http://ppa.launchpad.net saucy InRelease
- Get:1 http://overviewer.org ./ Release [231 B]
- Ign http://archive.ubuntu.com saucy-backports InRelease
- Get:2 http://overviewer.org ./ Packages [9417 B]
- Ign http://archive.ubuntu.com saucy-security InRelease
- Ign http://archive.ubuntu.com saucy InRelease
- Get:3 http://extras.ubuntu.com saucy Release.gpg [72 B]
- Get:4 http://archive.canonical.com saucy Release.gpg [933 B]
- Ign http://ppa.launchpad.net saucy InRelease
- Ign http://ppa.launchpad.net saucy InRelease
- Ign http://archive.ubuntu.com saucy-proposed InRelease
- Ign http://ppa.launchpad.net saucy InRelease
- Get:5 http://extras.ubuntu.com saucy Release [9753 B]
- Get:6 http://archive.ubuntu.com saucy-updates Release.gpg [933 B]
- Get:7 http://archive.ubuntu.com saucy-backports Release.gpg [933 B]
- Get:8 http://archive.ubuntu.com saucy-security Release.gpg [933 B]
- Get:9 http://archive.ubuntu.com saucy Release.gpg [933 B]
- Get:10 http://archive.canonical.com saucy Release [5916 B]
- Ign http://ppa.launchpad.net saucy Release.gpg
- Get:11 http://ppa.launchpad.net saucy Release.gpg [316 B]
- Get:12 http://ppa.launchpad.net saucy Release.gpg [316 B]
- Ign http://overviewer.org ./ Translation-en
- Get:13 http://archive.ubuntu.com saucy-proposed Release.gpg [933 B]
- Get:14 http://ppa.launchpad.net saucy Release.gpg [316 B]
- Get:15 http://archive.ubuntu.com saucy-updates Release [40.8 kB]
- Get:16 http://extras.ubuntu.com saucy/main Sources [14 B]
- Ign http://ppa.launchpad.net saucy Release
- Get:17 http://archive.canonical.com saucy/partner amd64 Packages [693 B]
- Get:18 http://extras.ubuntu.com saucy/main amd64 Packages [14 B]
- Get:19 http://archive.canonical.com saucy/partner i386 Packages [1248 B]
- Get:20 http://ppa.launchpad.net saucy Release [13.3 kB]
- Get:21 http://extras.ubuntu.com saucy/main i386 Packages [14 B]
- Get:22 http://archive.ubuntu.com saucy-backports Release [40.8 kB]
- Get:23 http://ppa.launchpad.net saucy Release [13.3 kB]
- Get:24 http://archive.ubuntu.com saucy-security Release [40.8 kB]
- Get:25 http://ppa.launchpad.net saucy Release [9733 B]
- Ign http://archive.canonical.com saucy/partner Translation-en
- Get:26 http://archive.ubuntu.com saucy Release [40.8 kB]
- Ign http://extras.ubuntu.com saucy/main Translation-en
- Get:27 http://archive.ubuntu.com saucy-proposed Release [40.8 kB]
- Get:28 http://archive.ubuntu.com saucy-updates/restricted Sources [14 B]
- Get:29 http://archive.ubuntu.com saucy-updates/universe Sources [14 B]
- Get:30 http://archive.ubuntu.com saucy-updates/main Sources [14 B]
- Get:31 http://ppa.launchpad.net saucy/main Sources [3985 B]
- Get:32 http://archive.ubuntu.com saucy-updates/multiverse Sources [14 B]
- Get:33 http://ppa.launchpad.net saucy/main amd64 Packages [8302 B]
- Get:34 http://archive.ubuntu.com saucy-updates/main amd64 Packages [14 B]
- Get:35 http://ppa.launchpad.net saucy/main i386 Packages [8327 B]
- Get:36 http://archive.ubuntu.com saucy-updates/restricted amd64 Packages [14 B]
- Get:37 http://archive.ubuntu.com saucy-updates/universe amd64 Packages [14 B]
- Get:38 http://archive.ubuntu.com saucy-updates/multiverse amd64 Packages [14 B]
- Get:39 http://ppa.launchpad.net saucy/main Sources [16.2 kB]
- Get:40 http://archive.ubuntu.com saucy-updates/main i386 Packages [14 B]
- Get:41 http://archive.ubuntu.com saucy-updates/restricted i386 Packages [14 B]
- Get:42 http://archive.ubuntu.com saucy-updates/universe i386 Packages [14 B]
- Get:43 http://ppa.launchpad.net saucy/main amd64 Packages [35.2 kB]
- Get:44 http://archive.ubuntu.com saucy-updates/multiverse i386 Packages [14 B]
- Get:45 http://archive.ubuntu.com saucy-updates/main Translation-en [14 B]
- Get:46 http://ppa.launchpad.net saucy/main i386 Packages [35.2 kB]
- Get:47 http://archive.ubuntu.com saucy-updates/multiverse Translation-en [14 B]
- Get:48 http://archive.ubuntu.com saucy-updates/restricted Translation-en [14 B]
- Get:49 http://archive.ubuntu.com saucy-updates/universe Translation-en [14 B]
- Get:50 http://archive.ubuntu.com saucy-backports/universe Sources [14 B]
- Get:51 http://ppa.launchpad.net saucy/main Sources [2316 B]
- Get:52 http://archive.ubuntu.com saucy-backports/restricted Sources [14 B]
- Get:53 http://archive.ubuntu.com saucy-backports/main Sources [14 B]
- Get:54 http://archive.ubuntu.com saucy-backports/multiverse Sources [14 B]
- Get:55 http://archive.ubuntu.com saucy-backports/main amd64 Packages [14 B]
- Get:56 http://archive.ubuntu.com saucy-backports/restricted amd64 Packages [14 B]
- Get:57 http://archive.ubuntu.com saucy-backports/universe amd64 Packages [14 B]
- Get:58 http://archive.ubuntu.com saucy-backports/multiverse amd64 Packages [14 B]
- Get:59 http://archive.ubuntu.com saucy-backports/main i386 Packages [14 B]
- Get:60 http://archive.ubuntu.com saucy-backports/restricted i386 Packages [14 B]
- Get:61 http://archive.ubuntu.com saucy-backports/universe i386 Packages [14 B]
- Get:62 http://archive.ubuntu.com saucy-backports/multiverse i386 Packages [14 B]
- Get:63 http://archive.ubuntu.com saucy-backports/main Translation-en [14 B]
- Get:64 http://archive.ubuntu.com saucy-backports/multiverse Translation-en [14 B]
- Get:65 http://archive.ubuntu.com saucy-backports/restricted Translation-en [14 B]
- Get:66 http://archive.ubuntu.com saucy-backports/universe Translation-en [14 B]
- Get:67 http://archive.ubuntu.com saucy-security/restricted Sources [14 B]
- Get:68 http://archive.ubuntu.com saucy-security/universe Sources [14 B]
- Get:69 http://archive.ubuntu.com saucy-security/main Sources [14 B]
- Get:70 http://archive.ubuntu.com saucy-security/multiverse Sources [14 B]
- Get:71 http://archive.ubuntu.com saucy-security/main amd64 Packages [14 B]
- Get:72 http://archive.ubuntu.com saucy-security/restricted amd64 Packages [14 B]
- Get:73 http://archive.ubuntu.com saucy-security/universe amd64 Packages [14 B]
- Get:74 http://archive.ubuntu.com saucy-security/multiverse amd64 Packages [14 B]
- Get:75 http://archive.ubuntu.com saucy-security/main i386 Packages [14 B]
- Err http://ppa.launchpad.net saucy/main Sources
- 404 Not Found
- Get:76 http://archive.ubuntu.com saucy-security/restricted i386 Packages [14 B]
- Err http://ppa.launchpad.net saucy/main amd64 Packages
- 404 Not Found
- Get:77 http://archive.ubuntu.com saucy-security/universe i386 Packages [14 B]
- Err http://ppa.launchpad.net saucy/main i386 Packages
- 404 Not Found
- Get:78 http://archive.ubuntu.com saucy-security/multiverse i386 Packages [14 B]
- Ign http://ppa.launchpad.net saucy/main Translation-en
- Get:79 http://archive.ubuntu.com saucy-security/main Translation-en [14 B]
- Get:80 http://archive.ubuntu.com saucy-security/multiverse Translation-en [14 B]
- Ign http://ppa.launchpad.net saucy/main Translation-en
- Ign http://ppa.launchpad.net saucy/main Translation-en
- Get:81 http://archive.ubuntu.com saucy-security/restricted Translation-en [14 B]
- Get:82 http://archive.ubuntu.com saucy-security/universe Translation-en [14 B]
- Get:83 http://archive.ubuntu.com saucy/multiverse Sources [176 kB]
- Get:84 http://archive.ubuntu.com saucy/universe Sources [6078 kB]
- Get:85 http://archive.ubuntu.com saucy/restricted Sources [6591 B]
- Get:86 http://archive.ubuntu.com saucy/main Sources [1013 kB]
- Get:87 http://archive.ubuntu.com saucy/main amd64 Packages [1265 kB]
- Get:88 http://archive.ubuntu.com saucy/restricted amd64 Packages [9564 B]
- Get:89 http://archive.ubuntu.com saucy/universe amd64 Packages [5608 kB]
- Get:90 http://archive.ubuntu.com saucy/multiverse amd64 Packages [132 kB]
- Get:91 http://archive.ubuntu.com saucy/main i386 Packages [1265 kB]
- Get:92 http://archive.ubuntu.com saucy/restricted i386 Packages [9978 B]
- Get:93 http://archive.ubuntu.com saucy/universe i386 Packages [5613 kB]
- Get:94 http://archive.ubuntu.com saucy/multiverse i386 Packages [134 kB]
- Get:95 http://archive.ubuntu.com saucy/main Translation-en [715 kB]
- Get:96 http://archive.ubuntu.com saucy/multiverse Translation-en [102 kB]
- Get:97 http://archive.ubuntu.com saucy/restricted Translation-en [2884 B]
- Get:98 http://archive.ubuntu.com saucy/universe Translation-en [3859 kB]
- Get:99 http://archive.ubuntu.com saucy-proposed/main amd64 Packages [28.9 kB]
- Get:100 http://archive.ubuntu.com saucy-proposed/restricted amd64 Packages [14 B]
- Get:101 http://archive.ubuntu.com saucy-proposed/universe amd64 Packages [98.5 kB]
- Get:102 http://archive.ubuntu.com saucy-proposed/multiverse amd64 Packages [675 B]
- Get:103 http://archive.ubuntu.com saucy-proposed/main i386 Packages [28.6 kB]
- Get:104 http://archive.ubuntu.com saucy-proposed/restricted i386 Packages [14 B]
- Get:105 http://archive.ubuntu.com saucy-proposed/universe i386 Packages [91.6 kB]
- Get:106 http://archive.ubuntu.com saucy-proposed/multiverse i386 Packages [672 B]
- Get:107 http://archive.ubuntu.com saucy-proposed/main Translation-en [14.8 kB]
- Get:108 http://archive.ubuntu.com saucy-proposed/multiverse Translation-en [374 B]
- Get:109 http://archive.ubuntu.com saucy-proposed/restricted Translation-en [14 B]
- Get:110 http://archive.ubuntu.com saucy-proposed/universe Translation-en [56.2 kB]
- Fetched 26.7 MB in 1min 9s (385 kB/s)
- W: Failed to fetch http://ppa.launchpad.net/ubuntu-wine/ppa/dists/saucy/main/source/Sources 404 Not Found
- W: Failed to fetch http://ppa.launchpad.net/ubuntu-wine/ppa/dists/saucy/main/binary-amd64/Packages 404 Not Found
- W: Failed to fetch http://ppa.launchpad.net/ubuntu-wine/ppa/dists/saucy/main/binary-i386/Packages 404 Not Found
- E: Some index files failed to download. They have been ignored, or old ones used instead.
- dpkg --configure -a
- dpkg --clear-avail
- LANG=C; apt-get -f install
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
- LANG=C; apt-get --fix-missing install
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
- LANG=C; apt-get update -o APT::Cache-Limit=100000000 && apt-get dist-upgrade
- Ign http://overviewer.org ./ InRelease
- Ign http://overviewer.org ./ Release.gpg
- Hit http://overviewer.org ./ Release
- Ign http://extras.ubuntu.com saucy InRelease
- Ign http://overviewer.org ./ Packages/DiffIndex
- Ign http://archive.canonical.com saucy InRelease
- Ign http://ppa.launchpad.net saucy InRelease
- Hit http://overviewer.org ./ Packages
- Ign http://archive.ubuntu.com saucy-updates InRelease
- Hit http://extras.ubuntu.com saucy Release.gpg
- Hit http://archive.canonical.com saucy Release.gpg
- Ign http://ppa.launchpad.net saucy InRelease
- Ign http://archive.ubuntu.com saucy-backports InRelease
- Hit http://extras.ubuntu.com saucy Release
- Hit http://archive.canonical.com saucy Release
- Ign http://ppa.launchpad.net saucy InRelease
- Ign http://overviewer.org ./ Translation-en
- Ign http://archive.ubuntu.com saucy-security InRelease
- Ign http://ppa.launchpad.net saucy InRelease
- Ign http://archive.ubuntu.com saucy InRelease
- Hit http://extras.ubuntu.com saucy/main Sources
- Hit http://archive.canonical.com saucy/partner amd64 Packages
- Ign http://ppa.launchpad.net saucy Release.gpg
- Ign http://archive.ubuntu.com saucy-proposed InRelease
- Hit http://extras.ubuntu.com saucy/main amd64 Packages
- Hit http://archive.canonical.com saucy/partner i386 Packages
- Hit http://ppa.launchpad.net saucy Release.gpg
- Hit http://archive.ubuntu.com saucy-updates Release.gpg
- Hit http://extras.ubuntu.com saucy/main i386 Packages
- Hit http://ppa.launchpad.net saucy Release.gpg
- Hit http://archive.ubuntu.com saucy-backports Release.gpg
- Hit http://ppa.launchpad.net saucy Release.gpg
- Hit http://archive.ubuntu.com saucy-security Release.gpg
- Ign http://ppa.launchpad.net saucy Release
- Hit http://archive.ubuntu.com saucy Release.gpg
- Hit http://archive.ubuntu.com saucy-proposed Release.gpg
- Hit http://ppa.launchpad.net saucy Release
- Ign http://archive.canonical.com saucy/partner Translation-en
- Hit http://archive.ubuntu.com saucy-updates Release
- Hit http://ppa.launchpad.net saucy Release
- Ign http://extras.ubuntu.com saucy/main Translation-en
- Hit http://archive.ubuntu.com saucy-backports Release
- Hit http://ppa.launchpad.net saucy Release
- Hit http://archive.ubuntu.com saucy-security Release
- Hit http://archive.ubuntu.com saucy Release
- Hit http://archive.ubuntu.com saucy-proposed Release
- Hit http://archive.ubuntu.com saucy-updates/restricted Sources
- Hit http://archive.ubuntu.com saucy-updates/universe Sources
- Hit http://ppa.launchpad.net saucy/main Sources
- Hit http://ppa.launchpad.net saucy/main amd64 Packages
- Hit http://archive.ubuntu.com saucy-updates/main Sources
- Hit http://archive.ubuntu.com saucy-updates/multiverse Sources
- Hit http://ppa.launchpad.net saucy/main i386 Packages
- Hit http://archive.ubuntu.com saucy-updates/main amd64 Packages
- Hit http://archive.ubuntu.com saucy-updates/restricted amd64 Packages
- Hit http://ppa.launchpad.net saucy/main Sources
- Hit http://archive.ubuntu.com saucy-updates/universe amd64 Packages
- Hit http://ppa.launchpad.net saucy/main amd64 Packages
- Hit http://archive.ubuntu.com saucy-updates/multiverse amd64 Packages
- Hit http://archive.ubuntu.com saucy-updates/main i386 Packages
- Hit http://ppa.launchpad.net saucy/main i386 Packages
- Hit http://archive.ubuntu.com saucy-updates/restricted i386 Packages
- Hit http://archive.ubuntu.com saucy-updates/universe i386 Packages
- Hit http://ppa.launchpad.net saucy/main Sources
- Hit http://archive.ubuntu.com saucy-updates/multiverse i386 Packages
- Hit http://archive.ubuntu.com saucy-updates/main Translation-en
- Hit http://archive.ubuntu.com saucy-updates/multiverse Translation-en
- Hit http://archive.ubuntu.com saucy-updates/restricted Translation-en
- Hit http://archive.ubuntu.com saucy-updates/universe Translation-en
- Hit http://archive.ubuntu.com saucy-backports/universe Sources
- Hit http://archive.ubuntu.com saucy-backports/restricted Sources
- Hit http://archive.ubuntu.com saucy-backports/main Sources
- Hit http://archive.ubuntu.com saucy-backports/multiverse Sources
- Hit http://archive.ubuntu.com saucy-backports/main amd64 Packages
- Hit http://archive.ubuntu.com saucy-backports/restricted amd64 Packages
- Hit http://archive.ubuntu.com saucy-backports/universe amd64 Packages
- Hit http://archive.ubuntu.com saucy-backports/multiverse amd64 Packages
- Hit http://archive.ubuntu.com saucy-backports/main i386 Packages
- Hit http://archive.ubuntu.com saucy-backports/restricted i386 Packages
- Hit http://archive.ubuntu.com saucy-backports/universe i386 Packages
- Hit http://archive.ubuntu.com saucy-backports/multiverse i386 Packages
- Hit http://archive.ubuntu.com saucy-backports/main Translation-en
- Hit http://archive.ubuntu.com saucy-backports/multiverse Translation-en
- Hit http://archive.ubuntu.com saucy-backports/restricted Translation-en
- Err http://ppa.launchpad.net saucy/main Sources
- 404 Not Found
- Hit http://archive.ubuntu.com saucy-backports/universe Translation-en
- Err http://ppa.launchpad.net saucy/main amd64 Packages
- 404 Not Found
- Hit http://archive.ubuntu.com saucy-security/restricted Sources
- Err http://ppa.launchpad.net saucy/main i386 Packages
- 404 Not Found
- Hit http://archive.ubuntu.com saucy-security/universe Sources
- Ign http://ppa.launchpad.net saucy/main Translation-en
- Hit http://archive.ubuntu.com saucy-security/main Sources
- Ign http://ppa.launchpad.net saucy/main Translation-en
- Ign http://ppa.launchpad.net saucy/main Translation-en
- Hit http://archive.ubuntu.com saucy-security/multiverse Sources
- Hit http://archive.ubuntu.com saucy-security/main amd64 Packages
- Hit http://archive.ubuntu.com saucy-security/restricted amd64 Packages
- Hit http://archive.ubuntu.com saucy-security/universe amd64 Packages
- Hit http://archive.ubuntu.com saucy-security/multiverse amd64 Packages
- Hit http://archive.ubuntu.com saucy-security/main i386 Packages
- Hit http://archive.ubuntu.com saucy-security/restricted i386 Packages
- Hit http://archive.ubuntu.com saucy-security/universe i386 Packages
- Hit http://archive.ubuntu.com saucy-security/multiverse i386 Packages
- Hit http://archive.ubuntu.com saucy-security/main Translation-en
- Hit http://archive.ubuntu.com saucy-security/multiverse Translation-en
- Hit http://archive.ubuntu.com saucy-security/restricted Translation-en
- Hit http://archive.ubuntu.com saucy-security/universe Translation-en
- Hit http://archive.ubuntu.com saucy/multiverse Sources
- Hit http://archive.ubuntu.com saucy/universe Sources
- Hit http://archive.ubuntu.com saucy/restricted Sources
- Hit http://archive.ubuntu.com saucy/main Sources
- Hit http://archive.ubuntu.com saucy/main amd64 Packages
- Hit http://archive.ubuntu.com saucy/restricted amd64 Packages
- Hit http://archive.ubuntu.com saucy/universe amd64 Packages
- Hit http://archive.ubuntu.com saucy/multiverse amd64 Packages
- Hit http://archive.ubuntu.com saucy/main i386 Packages
- Hit http://archive.ubuntu.com saucy/restricted i386 Packages
- Hit http://archive.ubuntu.com saucy/universe i386 Packages
- Hit http://archive.ubuntu.com saucy/multiverse i386 Packages
- Hit http://archive.ubuntu.com saucy/main Translation-en
- Hit http://archive.ubuntu.com saucy/multiverse Translation-en
- Hit http://archive.ubuntu.com saucy/restricted Translation-en
- Hit http://archive.ubuntu.com saucy/universe Translation-en
- Hit http://archive.ubuntu.com saucy-proposed/main amd64 Packages
- Hit http://archive.ubuntu.com saucy-proposed/restricted amd64 Packages
- Hit http://archive.ubuntu.com saucy-proposed/universe amd64 Packages
- Hit http://archive.ubuntu.com saucy-proposed/multiverse amd64 Packages
- Hit http://archive.ubuntu.com saucy-proposed/main i386 Packages
- Hit http://archive.ubuntu.com saucy-proposed/restricted i386 Packages
- Hit http://archive.ubuntu.com saucy-proposed/universe i386 Packages
- Hit http://archive.ubuntu.com saucy-proposed/multiverse i386 Packages
- Hit http://archive.ubuntu.com saucy-proposed/main Translation-en
- Hit http://archive.ubuntu.com saucy-proposed/multiverse Translation-en
- Hit http://archive.ubuntu.com saucy-proposed/restricted Translation-en
- Hit http://archive.ubuntu.com saucy-proposed/universe Translation-en
- W: Failed to fetch http://ppa.launchpad.net/ubuntu-wine/ppa/dists/saucy/main/source/Sources 404 Not Found
- W: Failed to fetch http://ppa.launchpad.net/ubuntu-wine/ppa/dists/saucy/main/binary-amd64/Packages 404 Not Found
- W: Failed to fetch http://ppa.launchpad.net/ubuntu-wine/ppa/dists/saucy/main/binary-i386/Packages 404 Not Found
- E: Some index files failed to download. They have been ignored, or old ones used instead.
- find /etc/apt -name '*.list' -exec bash -c 'echo -e nn; cat -n ' _ '{}' \;
- /etc/apt/sources.list
- 1 # deb cdrom:[Ubuntu 12.10 _Quantal Quetzal_ - Release amd64 (20121017.5)]/ quantal main restricted universe multiverse
- 2 # deb cdrom:[Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130420)]/ raring main restricted universe multiverse
- 3
- 4 deb http://archive.ubuntu.com/ubuntu saucy-updates main restricted universe multiverse
- 5 deb http://archive.ubuntu.com/ubuntu saucy-backports main restricted universe multiverse
- 6 deb http://archive.ubuntu.com/ubuntu saucy-security main restricted universe multiverse
- 7 deb http://archive.ubuntu.com/ubuntu saucy main restricted universe multiverse
- 8 deb http://archive.ubuntu.com/ubuntu saucy-proposed main restricted universe multiverse
- 9 deb http://extras.ubuntu.com/ubuntu saucy main
- 10 deb http://archive.canonical.com/ubuntu saucy partner
- 11 deb-src http://extras.ubuntu.com/ubuntu saucy main
- 12 deb-src http://archive.ubuntu.com/ubuntu saucy-security restricted universe main multiverse #Added by software-properties
- 13 deb-src http://archive.ubuntu.com/ubuntu saucy-updates restricted universe main multiverse #Added by software-properties
- 14 deb-src http://archive.ubuntu.com/ubuntu saucy multiverse universe restricted main #Added by software-properties
- 15 deb-src http://archive.ubuntu.com/ubuntu saucy-backports universe restricted main multiverse #Added by software-properties
- 16
- 17 ################## WINE ##################
- 18 deb http://ppa.launchpad.net/ubuntu-wine/ppa saucy main
- 19 deb-src http://ppa.launchpad.net/ubuntu-wine/ppa saucy main
- 20
- 21 # deb http://download.learnfree.eu/repository/skss / #SKSS
- 22
- 23 ## Added by Seann 19 Feb 2013 - Minecraft Map Overviewer
- 24 deb http://overviewer.org/debian ./
- 25
- 26 ########## Added by Seann 19 Feb 2013 - WINE ##########
- 27 #deb http://ppa.launchpad.net/ubuntu-wine/ppa saucy main
- 28 #deb-src http://ppa.launchpad.net/ubuntu-wine/ppa saucy main
- 29
- 30 ## Added by Seann 26 April 2013 - Oracle VM
- 31 #deb http://download.virtualbox.org/virtualbox/debian raring contrib
- 32
- 33 ## Added by Seann 27 May 2013 - Unity Lenses
- 34 #deb http://ppa.launchpad.net/scopes-packagers/ppa/ubuntu raring main
- 35 #deb-src http://ppa.launchpad.net/scopes-packagers/ppa/ubuntu raring main
- 36 #deb http://ppa.launchpad.net/scopes-packagers/adult-scopes/ubuntu quantal main
- 37 #deb-src http://ppa.launchpad.net/scopes-packagers/adult-scopes/ubuntu quantal main
- 38
- 39 ################ Experimental add - attempting to resolve Package Dependency issues ################
- 40 #deb http://archive.ubuntu.com/ubuntu raring-backports main restricted universe multiverse
- 41 #deb http://archive.ubuntu.com/ubuntu raring-security main restricted universe multiverse
- 42 #deb http://archive.ubuntu.com/ubuntu raring main restricted universe multiverse
- 43 #deb http://archive.ubuntu.com/ubuntu raring-proposed main restricted universe multiverse
- 44 #deb http://extras.ubuntu.com/ubuntu raring main
- 45 #deb http://archive.canonical.com/ubuntu raring partner
- 46 #deb-src http://extras.ubuntu.com/ubuntu raring main
- 47 #deb-src http://archive.ubuntu.com/ubuntu raring-security restricted universe main multiverse #Added by software-properties
- 48 #deb-src http://archive.ubuntu.com/ubuntu raring-updates restricted universe main multiverse #Added by software-properties
- 49 #deb-src http://archive.ubuntu.com/ubuntu raring multiverse universe restricted main #Added by software-properties
- 50 #deb-src http://archive.ubuntu.com/ubuntu raring-backports universe restricted main multiverse #Added by software-properties
- 51 #deb http://ppa.launchpad.net/ubuntu-wine/ppa saucy main
- 52 #deb-src http://ppa.launchpad.net/ubuntu-wine/ppa saucy main
- 53
- /etc/apt/sources.list.d/gnome3-team-gnome3-saucy.list
- 1 deb http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu saucy main
- 2 deb-src http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu saucy main
- /etc/apt/sources.list.d/ubuntu-wine-ppa-saucy.list
- 1 deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu saucy main
- /etc/apt/sources.list.d/gnome3-team-gnome3-staging-saucy.list
- 1 deb http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu saucy main
- 2 deb-src http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu saucy main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement