Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 90305  / 2 Years ago, wed, july 27, 2022, 4:14:25

apt-get install build-essential fails with the following errors:



~$ sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package build-essential 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 'build-essential' has no installation candidate


I had just run sudo apt-get update before trying this install.



The folder /etc/apt/sources.list.d is empty. Here's the meat of /etc/apt/sources.list:



$ grep deb http: /etc/apt/sources.list  #(with "deb http://" deleted)  
us.archive.ubuntu.com/ubuntu/ raring main restricted
us.archive.ubuntu.com/ubuntu/ raring-updates main restricted
us.archive.ubuntu.com/ubuntu/ raring universe
us.archive.ubuntu.com/ubuntu/ raring-updates universe
us.archive.ubuntu.com/ubuntu/ raring multiverse
us.archive.ubuntu.com/ubuntu/ raring-updates multiverse
us.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
security.ubuntu.com/ubuntu raring-security main restricted
security.ubuntu.com/ubuntu raring-security universe
security.ubuntu.com/ubuntu raring-security multiverse
extras.ubuntu.com/ubuntu raring main


This with ubuntu 13.04 64 bit.



apt-cache policy build-essential 
build-essential:
Installed: (none)
Candidate: (none)
Version table:


The directory /etc/apt/sources.list.d is empty.


More From » apt

 Answers
3

Problem solved. In Ubuntu Software Center >> Edit >> Software Sources, I changed the server to Main Server and then run sudo apt-get update. Then sudo apt-get install build-essential which worked.


[#30460] Friday, July 29, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
anoalk

Total Points: 271
Total Questions: 90
Total Answers: 112

Location: Zambia
Member since Wed, Dec 16, 2020
3 Years ago
anoalk questions
Wed, Mar 15, 23, 04:06, 1 Year ago
Fri, Sep 24, 21, 02:59, 3 Years ago
Sat, Mar 5, 22, 02:33, 2 Years ago
Tue, Mar 22, 22, 07:19, 2 Years ago
;