0

I cannot install minicom on 12.0.4 LTS. I get "package 'minicom' has no installation candidate' Is this because /etc/apt/sources.list is old?

2 Answers2

0

Package 'minicom' placed in 'universe' repository. Check if that repository is enabled. Your /etc/apt/sources.list must contain something like this:

deb http://archive.ubuntu.com/ubuntu/ precise universe
deb http://archive.ubuntu.com/ubuntu/ precise-updates universe

Don't forget sudo apt-get update after changing the sources.list

guntbert
  • 13,475
jel
  • 1
0

Not all Ubuntu mirrors appear to carry the universe repository. Select a different mirror via the Update Manager or Package Manager settings.

Ubuntu Software settings

Serge Stroobandt
  • 5,719
  • 1
  • 54
  • 59