Hi there,
Quote:
Originally Posted by a.albreiki
I'm facing problem when i trying to install any package using apt-get. I used Debian Linux OS
such as apt-get install bzip2
I got erorrs
|
Looking at the output of apt-get that you posted, I'm taken aback by two lines:
Code:
5 upgraded, 2 newly installed, 0 to remove and 272 not upgraded.
and
Code:
Preparing to replace tzdata 2007b-1 (using .../tzdata_2014b-1_all.deb) ...
I'm beginnig to suspect that your system is hopelessly outdated. The first line tells that there are 272 packages that could be updated (and probably should), but you don't let them. Why?
And then there's the fact that apt-get is about to replace a 2007 version of the tzdate package with a brand-new one. I can't be sure, but it looks to me like you installed Debian 4.0 "Etch" many years ago and never kept it up to date, and now you're trying to update a single package from the Wheezy repository. Expecting this to work is against all odds. It's too likely that the new package has dependencies with others that your old configuration can't satisfy.
So ... it's hard for me to tell you, but the best recommendation I can give you under the circumstances is to make a full backup of your data, and then do a clean, fresh install of an up-to-date system - probably Debian 7 "Wheezy".
[X] Doc CPU
PS: The output of shell commands has nothing to do with PHP code. Why the heck do you mark it as that?