I have several Ubuntu 10.04 LTS servers in production and I'm using apticron to check that my software is up to date, security-wise. However, by default, Ubuntu has the lucid-updates
repository enabled. This means lots of low-priority updates (such as this) that I don't need and thus, extra work for me.
Is it okay to just remove the lucid-updates line(s) in sources.list? I still get security updates via lucid-security
, right? So, this is what my sources.list would look like.
deb http://se.archive.ubuntu.com/ubuntu/ lucid main restricted
deb http://se.archive.ubuntu.com/ubuntu/ lucid universe
deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
Update: will it cause problems to remove the lucid-updates
line, if I have already updated some packages from there? (I'm thinking of what will happen if there are both low-priority and security updates for a package.)