3

I am on Ubuntu 12.04 and am trying to install bugzilla3. I did:

sudo apt-get install bugzilla3

and I get:

E: Unable to locate package bugzilla3

What's going on here?

Di Zou
  • 161

3 Answers3

3

Figured it out. I had to add one of the repositories listed here to my /etc/apt/sources.list file.

This is what I added:

deb http://archive.ubuntu.com/ubuntu/ lucid main
deb-src http://archive.ubuntu.com/ubuntu/ lucid main
deb http://archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://archive.ubuntu.com/ubuntu/ lucid universe
Di Zou
  • 161
0

Bugzilla3 isn't in your repos, apparently. Try changing them, updating them, etc. I recommend using Synaptic, typing in a part of the package name, and seeing what comes up to be sure you have the name right. Muon works too, I used it to check just now.

Wegko
  • 65
-1

Open your terminal and run this command:

sudo apt-get update

Then try again.

Eliah Kagan
  • 119,640
Raja G
  • 105,327
  • 107
  • 262
  • 331