phpmyadmin have unmet dependenciesUbuntu cannot resolve unmet dependencyE: Sub-process /usr/bin/dpkg returned...

How to resolve: Reviewer #1 says remove section X vs. Reviewer #2 says expand section X

Why is a very small peak with larger m/z not considered to be the molecular ion?

Why does Central Limit Theorem break down in my simulation?

Should I take out a loan for a friend to invest on my behalf?

Is divide-by-zero a security vulnerability?

I reported the illegal activity of my boss to his boss. My boss found out. Now I am being punished. What should I do?

What are some noteworthy "mic-drop" moments in math?

Signed and unsigned numbers

What do you call someone who likes to pick fights?

Is a piano played in the same way as a harmonium?

Does "Until when" sound natural for native speakers?

Can we track matter through time by looking at different depths in space?

Plausibility of Mushroom Buildings

Virginia employer terminated employee and wants signing bonus returned

Which situations would cause a company to ground or recall a aircraft series?

Professor forcing me to attend a conference, I can't afford even with 50% funding

Has a sovereign Communist government ever run, and conceded loss, on a fair election?

Whose blood did Carol Danver's receive, Mar-vell's or Yon-Rogg's in the movie?

How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?

Recommendation letter by significant other if you worked with them professionally?

Conservation of Mass and Energy

Is it a Cyclops number? "Nobody" knows!

What will happen if my luggage gets delayed?

Trig Subsitution When There's No Square Root



phpmyadmin have unmet dependencies


Ubuntu cannot resolve unmet dependencyE: Sub-process /usr/bin/dpkg returned an error code (100)ubuntu server: SSH banner telling to update packages but nothing to updateHow to tell apt-get to ignore unmet dependencies forever?Installing nginx get “Broken packages”Cannot install puppet because of unmet dependenciesapt-get fails with unmet dependenciesUnable to install libtirpc1 due to dependecies errorunmet dependencies (held broken packages) can't install php5-gdInstall SNMP on Debian Squeeze













0















I use debian 6.0.6, before I install phpmyadmin, I install this:



apt-get update && apt-get -y install apache2 apache2-doc autoconf automake 
bison ca-certificates ethtool flex g++ gcc gcc-4.4 libapache2-modphp5
libcrypt-ssleay-perl libmysqlclient-dev libnet1 libnet1-dev libpcre3
libpcre3-dev libphp-adodb libssl-dev libtool libwww-perl make mysqlclient
mysql-common mysql-server ntp php5-cli php5-gd php5-mysql php-pear
sendmail sysstat vim


I try to install phpmyadmin, but I found this error:



apt-get install phpmyadmin
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:
phpmyadmin : Depends: php5-mcrypt but it is not going to be installed
E: Broken packages


And I tried this command:



apt-get install phpmyadmin php5-mcrypt
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:
php5-mcrypt : Depends: php5-common (= 5.3.3-7+squeeze17) but 5.3.28-1~dotdeb.0 is to be installed
E: Broken packages


What should I do?










share|improve this question
















bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.











  • 1





    What have you done to your apt sources?

    – Michael Hampton
    Jun 19 '14 at 23:55













  • I want to install snort first, after that, I tried to install phpmyadmin to see my database easier.. here is my sources.list content: deb http.us.debian.org/debian squeeze main contrib non-free deb-src http.us.debian.org/debian squeeze main contrib non-free deb http.us.debian.org/debian squeeze-updates main contrib non-free

    – user227152
    Jun 19 '14 at 23:58


















0















I use debian 6.0.6, before I install phpmyadmin, I install this:



apt-get update && apt-get -y install apache2 apache2-doc autoconf automake 
bison ca-certificates ethtool flex g++ gcc gcc-4.4 libapache2-modphp5
libcrypt-ssleay-perl libmysqlclient-dev libnet1 libnet1-dev libpcre3
libpcre3-dev libphp-adodb libssl-dev libtool libwww-perl make mysqlclient
mysql-common mysql-server ntp php5-cli php5-gd php5-mysql php-pear
sendmail sysstat vim


I try to install phpmyadmin, but I found this error:



apt-get install phpmyadmin
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:
phpmyadmin : Depends: php5-mcrypt but it is not going to be installed
E: Broken packages


And I tried this command:



apt-get install phpmyadmin php5-mcrypt
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:
php5-mcrypt : Depends: php5-common (= 5.3.3-7+squeeze17) but 5.3.28-1~dotdeb.0 is to be installed
E: Broken packages


What should I do?










share|improve this question
















bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.











  • 1





    What have you done to your apt sources?

    – Michael Hampton
    Jun 19 '14 at 23:55













  • I want to install snort first, after that, I tried to install phpmyadmin to see my database easier.. here is my sources.list content: deb http.us.debian.org/debian squeeze main contrib non-free deb-src http.us.debian.org/debian squeeze main contrib non-free deb http.us.debian.org/debian squeeze-updates main contrib non-free

    – user227152
    Jun 19 '14 at 23:58
















0












0








0








I use debian 6.0.6, before I install phpmyadmin, I install this:



apt-get update && apt-get -y install apache2 apache2-doc autoconf automake 
bison ca-certificates ethtool flex g++ gcc gcc-4.4 libapache2-modphp5
libcrypt-ssleay-perl libmysqlclient-dev libnet1 libnet1-dev libpcre3
libpcre3-dev libphp-adodb libssl-dev libtool libwww-perl make mysqlclient
mysql-common mysql-server ntp php5-cli php5-gd php5-mysql php-pear
sendmail sysstat vim


I try to install phpmyadmin, but I found this error:



apt-get install phpmyadmin
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:
phpmyadmin : Depends: php5-mcrypt but it is not going to be installed
E: Broken packages


And I tried this command:



apt-get install phpmyadmin php5-mcrypt
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:
php5-mcrypt : Depends: php5-common (= 5.3.3-7+squeeze17) but 5.3.28-1~dotdeb.0 is to be installed
E: Broken packages


What should I do?










share|improve this question
















I use debian 6.0.6, before I install phpmyadmin, I install this:



apt-get update && apt-get -y install apache2 apache2-doc autoconf automake 
bison ca-certificates ethtool flex g++ gcc gcc-4.4 libapache2-modphp5
libcrypt-ssleay-perl libmysqlclient-dev libnet1 libnet1-dev libpcre3
libpcre3-dev libphp-adodb libssl-dev libtool libwww-perl make mysqlclient
mysql-common mysql-server ntp php5-cli php5-gd php5-mysql php-pear
sendmail sysstat vim


I try to install phpmyadmin, but I found this error:



apt-get install phpmyadmin
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:
phpmyadmin : Depends: php5-mcrypt but it is not going to be installed
E: Broken packages


And I tried this command:



apt-get install phpmyadmin php5-mcrypt
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:
php5-mcrypt : Depends: php5-common (= 5.3.3-7+squeeze17) but 5.3.28-1~dotdeb.0 is to be installed
E: Broken packages


What should I do?







apt debian-squeeze






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 20 '14 at 0:35









jscott

21.9k65988




21.9k65988










asked Jun 19 '14 at 23:53









user227152user227152

12




12





bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 1





    What have you done to your apt sources?

    – Michael Hampton
    Jun 19 '14 at 23:55













  • I want to install snort first, after that, I tried to install phpmyadmin to see my database easier.. here is my sources.list content: deb http.us.debian.org/debian squeeze main contrib non-free deb-src http.us.debian.org/debian squeeze main contrib non-free deb http.us.debian.org/debian squeeze-updates main contrib non-free

    – user227152
    Jun 19 '14 at 23:58
















  • 1





    What have you done to your apt sources?

    – Michael Hampton
    Jun 19 '14 at 23:55













  • I want to install snort first, after that, I tried to install phpmyadmin to see my database easier.. here is my sources.list content: deb http.us.debian.org/debian squeeze main contrib non-free deb-src http.us.debian.org/debian squeeze main contrib non-free deb http.us.debian.org/debian squeeze-updates main contrib non-free

    – user227152
    Jun 19 '14 at 23:58










1




1





What have you done to your apt sources?

– Michael Hampton
Jun 19 '14 at 23:55







What have you done to your apt sources?

– Michael Hampton
Jun 19 '14 at 23:55















I want to install snort first, after that, I tried to install phpmyadmin to see my database easier.. here is my sources.list content: deb http.us.debian.org/debian squeeze main contrib non-free deb-src http.us.debian.org/debian squeeze main contrib non-free deb http.us.debian.org/debian squeeze-updates main contrib non-free

– user227152
Jun 19 '14 at 23:58







I want to install snort first, after that, I tried to install phpmyadmin to see my database easier.. here is my sources.list content: deb http.us.debian.org/debian squeeze main contrib non-free deb-src http.us.debian.org/debian squeeze main contrib non-free deb http.us.debian.org/debian squeeze-updates main contrib non-free

– user227152
Jun 19 '14 at 23:58












1 Answer
1






active

oldest

votes


















0














Your 'php5-common' appears to be provided by "Dotdeb" which is a third party site that distributes packages. Either you were messing with your sources.list previously and reverted the change, or you didn't post the complete list here. Or, a possible third option, you may have manually downloaded the .deb file from Dotdeb and installed it manually.



As a result of the non-Squeeze package, your packaging system is broken. You're trying to install (from the Squeeze repository, according to your sources.list) a package (php5-mcrypt) that depends on the php5-common that is also from Squeeze (version 5.3.3-7+squeeze17), but what you actually have is the Dotdeb version (5.3.28-1~dotdeb.0). Since the versions don't match, php5-mcrypt won't install.



Unless you have a good reason to want packages from non-Debian sources -- and know how to deal with conflicts when the occur -- I recommend sticking only with the official sources. First, make sure your sources.list doesn't mention Dotdeb and update aptitude or apt-get to make sure they're working off the updated list in cache. Then, just to be safe, back up the associated configuration files, remove the Dotdeb files (at least php5-common and probably anything it depends on), and re-install them. If you don't purge the package, the configuration file should stay, but that's assuming the Dotdeb people use the same locations (which is relatively likely, but I don't know anything about them so I won't promise it).






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "2"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f606613%2fphpmyadmin-have-unmet-dependencies%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Your 'php5-common' appears to be provided by "Dotdeb" which is a third party site that distributes packages. Either you were messing with your sources.list previously and reverted the change, or you didn't post the complete list here. Or, a possible third option, you may have manually downloaded the .deb file from Dotdeb and installed it manually.



    As a result of the non-Squeeze package, your packaging system is broken. You're trying to install (from the Squeeze repository, according to your sources.list) a package (php5-mcrypt) that depends on the php5-common that is also from Squeeze (version 5.3.3-7+squeeze17), but what you actually have is the Dotdeb version (5.3.28-1~dotdeb.0). Since the versions don't match, php5-mcrypt won't install.



    Unless you have a good reason to want packages from non-Debian sources -- and know how to deal with conflicts when the occur -- I recommend sticking only with the official sources. First, make sure your sources.list doesn't mention Dotdeb and update aptitude or apt-get to make sure they're working off the updated list in cache. Then, just to be safe, back up the associated configuration files, remove the Dotdeb files (at least php5-common and probably anything it depends on), and re-install them. If you don't purge the package, the configuration file should stay, but that's assuming the Dotdeb people use the same locations (which is relatively likely, but I don't know anything about them so I won't promise it).






    share|improve this answer




























      0














      Your 'php5-common' appears to be provided by "Dotdeb" which is a third party site that distributes packages. Either you were messing with your sources.list previously and reverted the change, or you didn't post the complete list here. Or, a possible third option, you may have manually downloaded the .deb file from Dotdeb and installed it manually.



      As a result of the non-Squeeze package, your packaging system is broken. You're trying to install (from the Squeeze repository, according to your sources.list) a package (php5-mcrypt) that depends on the php5-common that is also from Squeeze (version 5.3.3-7+squeeze17), but what you actually have is the Dotdeb version (5.3.28-1~dotdeb.0). Since the versions don't match, php5-mcrypt won't install.



      Unless you have a good reason to want packages from non-Debian sources -- and know how to deal with conflicts when the occur -- I recommend sticking only with the official sources. First, make sure your sources.list doesn't mention Dotdeb and update aptitude or apt-get to make sure they're working off the updated list in cache. Then, just to be safe, back up the associated configuration files, remove the Dotdeb files (at least php5-common and probably anything it depends on), and re-install them. If you don't purge the package, the configuration file should stay, but that's assuming the Dotdeb people use the same locations (which is relatively likely, but I don't know anything about them so I won't promise it).






      share|improve this answer


























        0












        0








        0







        Your 'php5-common' appears to be provided by "Dotdeb" which is a third party site that distributes packages. Either you were messing with your sources.list previously and reverted the change, or you didn't post the complete list here. Or, a possible third option, you may have manually downloaded the .deb file from Dotdeb and installed it manually.



        As a result of the non-Squeeze package, your packaging system is broken. You're trying to install (from the Squeeze repository, according to your sources.list) a package (php5-mcrypt) that depends on the php5-common that is also from Squeeze (version 5.3.3-7+squeeze17), but what you actually have is the Dotdeb version (5.3.28-1~dotdeb.0). Since the versions don't match, php5-mcrypt won't install.



        Unless you have a good reason to want packages from non-Debian sources -- and know how to deal with conflicts when the occur -- I recommend sticking only with the official sources. First, make sure your sources.list doesn't mention Dotdeb and update aptitude or apt-get to make sure they're working off the updated list in cache. Then, just to be safe, back up the associated configuration files, remove the Dotdeb files (at least php5-common and probably anything it depends on), and re-install them. If you don't purge the package, the configuration file should stay, but that's assuming the Dotdeb people use the same locations (which is relatively likely, but I don't know anything about them so I won't promise it).






        share|improve this answer













        Your 'php5-common' appears to be provided by "Dotdeb" which is a third party site that distributes packages. Either you were messing with your sources.list previously and reverted the change, or you didn't post the complete list here. Or, a possible third option, you may have manually downloaded the .deb file from Dotdeb and installed it manually.



        As a result of the non-Squeeze package, your packaging system is broken. You're trying to install (from the Squeeze repository, according to your sources.list) a package (php5-mcrypt) that depends on the php5-common that is also from Squeeze (version 5.3.3-7+squeeze17), but what you actually have is the Dotdeb version (5.3.28-1~dotdeb.0). Since the versions don't match, php5-mcrypt won't install.



        Unless you have a good reason to want packages from non-Debian sources -- and know how to deal with conflicts when the occur -- I recommend sticking only with the official sources. First, make sure your sources.list doesn't mention Dotdeb and update aptitude or apt-get to make sure they're working off the updated list in cache. Then, just to be safe, back up the associated configuration files, remove the Dotdeb files (at least php5-common and probably anything it depends on), and re-install them. If you don't purge the package, the configuration file should stay, but that's assuming the Dotdeb people use the same locations (which is relatively likely, but I don't know anything about them so I won't promise it).







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jun 22 '14 at 10:36









        ibennetchibennetch

        25019




        25019






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Server Fault!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f606613%2fphpmyadmin-have-unmet-dependencies%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

            Список ссавців Італії Природоохоронні статуси | Список |...

            Українські прізвища Зміст Історичні відомості |...