E Package Apache2 Has No Installation Candidates
Dec 29, 2017 - Using the site is easy and fun. E Package 'apache2' Has No Installation Candidate Debian. Web security tool to make fuzzing at HTTP inputs,. Nov 8, 2008 - I just installed Debian onto one of my old computers to use it as a server. I am trying to. E: Package apache2 has no installation candidate.
What does the above Error mean? What is an installation candidate? I was trying to do sudo apt-get install munin-memcached and I get this message: Reading package lists. Pdf to excel converter. Done Building dependency tree Reading state information. Done Package munin-memcached is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package munin-memcached has no installation candidate I googled for the problem and someone said to do a apt-get upgrade but it still did not solve my problem. This happens when you try to install a package about which APT does not have any idea. Srimad bhagavatam telugu pdf.
When you add software sources, you need to do an apt-get update so that your system APT's database is updated with all the packages on the repositories listed in the software sources lists. Then when you try to install any package, APT checks the package name in it's database, finds it and checks the name of the repo from where it got it.
It then downloads the package from that repo. This means of all the repositories listed in your software sources, none of them have the package named munin-memcached. I checked again and it is not available in official Ubuntu repos.
After a bit of googling I found that it is available in this PPA: Add this PPA and install the packages at your own risk. I do not know this person. To add the PPA, issue the below command: sudo add-apt-repository ppa:chris-lea/munin-plugins To install package munin-memcached, issue the below command: sudo apt-get update && sudo apt-get install munin-memcached.
Background I am trying to install a few applications like tftpd-hpa, samba, and apache2 however i can't seem to do this. I've tried looking around on google for answers to no avail. I have had some luck installing dnsmasq and ssh and I'm using those fine. But when I try install other applications I get a bunch of error messages.
Package samba is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'samba' has no installation candidate Apache2 seems to have a slightly different issue: The following packages have unmet dependencies: apache2: Depends: apache2-bin (= 2.4.10-10+deb8u1) but it is not going to be installed Depends: apache2-utils (>= 2.4) but it is not going to be installed Recommends: ssl-cert but it is not installable E: Unable to correct problems, you have held broken packages. When installing tftpd-hpa E: Unable to locate package tftpd-hpa Attempted: I have attempted to change my mirror in /etc/apt/sources.list and using apt-get afterwards. This didn't work. I am in NZ so I am using 'ftp.nz.debian.org/debian' as the source. And in addition I installed it from a CD and when I installed dnsmasq and ssh they asked me to put the cd back in. So I don't know if this is the issue.
Potential Issue: So I think it has to do with my mirror. I have changed my mirror to Australia which is just a few hours away and manage to get all the packages. I have also tried using all the other nz mirrors to no avail. Guess my island is just dead. First off, remove the CD lines from the top of /etc/apt/sources.list. Then set your mirror to httpredir.debian.org in the same file and run apt-get update.
Then retry the apt-get install command. This will use the Debian Mirror Redirector at, that way it (should) always point you to a working mirror. As for nz.debian not working, if you look at there are two files at the top right now: [SND] Archive-Update-in-Progress-mirror.aarnet.edu.au 24-Sep-2015 13:52 0 [SND] Archive-Update-in-Progress-mirror.waia.asn.au 24-Sep-2015 16:00 6 Which means the mirror is syncing from the West Island right now. Ftp.nz.debian.org is an alias for ftp.citylink.co.nz which would be why trying the 'other NZ mirrors' woudn't have helped.