On synaptic, I want to install dkpg-dev, but synaptic need to downgrade libdkpg-perl for this. Is it a good idea to allow that or I will run into broken packages issues. What rule of thumb do you use in this cases ? I have a newly installed Ubuntu 14.04. How come I run into this ? Thank you. .
.
-------------------------------- EDIT 1
Here is my sources.list:
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu trusty partner
# deb-src http://archive.canonical.com/ubuntu trusty partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
and my /etc/apt/sources.list.d/ is empty
. -------------------------------- EDIT 2
Actually, I re-installed libdkpg-perl. It was
"installed version: 1.17.5ubuntu5.3 and latest: 1.17.5ubuntu5"
I am not sure how I get to this. Is it due to my sources.list ?
After I re-installed, I have:
"installed version: 1.17.5ubuntu5 and latest: 1.17.5ubuntu5"
It is equivalent to a downgrade
.
Perform the following commands in a terminal, in order to update the package sources:
Then run the installation of
dkpg-dev
again:Based on your
sources.list
and an empty/etc/apt/sources.list.d
, accepting the downgrade should pose no problem.You may allow it, that's not a problem. The packages synaptic offers are the dependencies of the packages you want to install.