I used
sudo apt-get install alien dpkg-dev debhelper build-essential
to get alien package for Terminal in Ubuntu 14.04 . But I got this Error Message and couldn't find a Solution... This is what I got in Terminal,
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
dpkg-dev : Depends: libdpkg-perl (= 1.17.5ubuntu5) but 1.17.5ubuntu5.3 is to be installed
Recommends: fakeroot but it is not going to be installed
Recommends: libalgorithm-merge-perl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Please help me, I'm still a beginner for Linux...
sudo apt-get -f install
? – Pandya Nov 01 '14 at 09:37