Created
October 20, 2012 15:55
-
-
Save ch1ago/3923717 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deployer@debian:~$ find /etc/apt/ -name '*.list' -printf "\n%p:\n" -exec cat {} \; | |
/etc/apt/sources.list: | |
# | |
# deb cdrom:[Debian GNU/Linux 6.0.6 _Squeeze_ - Official i386 xfce+lxde-CD Binary-1 20120929-15:56]/ squeeze main | |
deb cdrom:[Debian GNU/Linux 6.0.6 _Squeeze_ - Official i386 xfce+lxde-CD Binary-1 20120929-15:56]/ squeeze main | |
deb http://security.debian.org/ squeeze/updates main | |
deb-src http://security.debian.org/ squeeze/updates main | |
# squeeze-updates, previously known as 'volatile' | |
# A network mirror was not selected during install. The following entries | |
# are provided as examples, but you should amend them as appropriate | |
# for your mirror of choice. | |
# | |
# deb http://ftp.debian.org/debian/ squeeze-updates main | |
# deb-src http://ftp.debian.org/debian/ squeeze-updates main | |
deployer@debian:~$ | |
E: Package 'bison' has no installation candidate | |
E: Unable to locate package libreadline6-dev | |
E: Package 'git-core' has no installation candidate | |
E: Package 'zlib1g-dev' has no installation candidate | |
E: Unable to locate package libyaml-dev | |
E: Unable to locate package libsqlite3-dev | |
E: Package 'sqlite3' has no installation candidate | |
E: Package 'autoconf' has no installation candidate | |
E: Package 'ncurses-dev' has no installation candidate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment