Pakcage "apache' has no installation candidate [duplicate]
This question already has an answer here:
How do I restore the default repositories?
3 answers
What is the correct output of cat /etc/apt/sources.list
1 answer
I'm trying to install Apache into Ubuntu Desktop 18.04.1, but retrieving the error: package apache2 has no installation candidate
Any help, please? Thanks!
apache2
marked as duplicate by karel, N0rbert, Eric Carvalho, Fabby, RoVo Dec 21 '18 at 12:18
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How do I restore the default repositories?
3 answers
What is the correct output of cat /etc/apt/sources.list
1 answer
I'm trying to install Apache into Ubuntu Desktop 18.04.1, but retrieving the error: package apache2 has no installation candidate
Any help, please? Thanks!
apache2
marked as duplicate by karel, N0rbert, Eric Carvalho, Fabby, RoVo Dec 21 '18 at 12:18
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
What is the output ofcat /etc/apt/sources.list
?
– Kulfy
Dec 20 '18 at 10:59
add a comment |
This question already has an answer here:
How do I restore the default repositories?
3 answers
What is the correct output of cat /etc/apt/sources.list
1 answer
I'm trying to install Apache into Ubuntu Desktop 18.04.1, but retrieving the error: package apache2 has no installation candidate
Any help, please? Thanks!
apache2
This question already has an answer here:
How do I restore the default repositories?
3 answers
What is the correct output of cat /etc/apt/sources.list
1 answer
I'm trying to install Apache into Ubuntu Desktop 18.04.1, but retrieving the error: package apache2 has no installation candidate
Any help, please? Thanks!
This question already has an answer here:
How do I restore the default repositories?
3 answers
What is the correct output of cat /etc/apt/sources.list
1 answer
apache2
apache2
asked Dec 20 '18 at 10:51
jee
1011
1011
marked as duplicate by karel, N0rbert, Eric Carvalho, Fabby, RoVo Dec 21 '18 at 12:18
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, N0rbert, Eric Carvalho, Fabby, RoVo Dec 21 '18 at 12:18
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
What is the output ofcat /etc/apt/sources.list
?
– Kulfy
Dec 20 '18 at 10:59
add a comment |
1
What is the output ofcat /etc/apt/sources.list
?
– Kulfy
Dec 20 '18 at 10:59
1
1
What is the output of
cat /etc/apt/sources.list
?– Kulfy
Dec 20 '18 at 10:59
What is the output of
cat /etc/apt/sources.list
?– Kulfy
Dec 20 '18 at 10:59
add a comment |
1 Answer
1
active
oldest
votes
I think this command could help you:
echo 'deb http://security.ubuntu.com/ubuntu bionic-security main' >> /etc/apt/sources.list && sudo apt update && sudo apt install apache2
This command adds repository which contains package apache2 for ubuntu 18.04, updates your source list and installs apache2.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think this command could help you:
echo 'deb http://security.ubuntu.com/ubuntu bionic-security main' >> /etc/apt/sources.list && sudo apt update && sudo apt install apache2
This command adds repository which contains package apache2 for ubuntu 18.04, updates your source list and installs apache2.
add a comment |
I think this command could help you:
echo 'deb http://security.ubuntu.com/ubuntu bionic-security main' >> /etc/apt/sources.list && sudo apt update && sudo apt install apache2
This command adds repository which contains package apache2 for ubuntu 18.04, updates your source list and installs apache2.
add a comment |
I think this command could help you:
echo 'deb http://security.ubuntu.com/ubuntu bionic-security main' >> /etc/apt/sources.list && sudo apt update && sudo apt install apache2
This command adds repository which contains package apache2 for ubuntu 18.04, updates your source list and installs apache2.
I think this command could help you:
echo 'deb http://security.ubuntu.com/ubuntu bionic-security main' >> /etc/apt/sources.list && sudo apt update && sudo apt install apache2
This command adds repository which contains package apache2 for ubuntu 18.04, updates your source list and installs apache2.
answered Dec 20 '18 at 11:47
metallic
873
873
add a comment |
add a comment |
1
What is the output of
cat /etc/apt/sources.list
?– Kulfy
Dec 20 '18 at 10:59