How do I install upstart?I need a copy of the default /etc/apt/sources.listunable to install gnomeCan't Install “Gnome Shell” Issues opening everythinghow to copy / install various data from a DVD drive to Hard disk in Ununtu 14.04Unmet dependencies errorWhy do I get an error trying to install php5-intl?Choice of repositories and link with Software Updater warning message “Not all updates can be installed”?E: Sub-process /usr/bin/dpkg returned an error code (1) installing jdk and NetBeansInstalling library with foreign architecturehash sum mismatch, you have held broken packages, unable to fetch etc

Cursor Replacement for Newbies

Why does this cyclic subgroup have only 4 subgroups?

Venezuelan girlfriend wants to travel the USA to be with me. What is the process?

Why didn't Miles's spider sense work before?

Plagiarism or not?

What about the virus in 12 Monkeys?

Arrow those variables!

What killed these X2 caps?

Why doesn't using multiple commands with a || or && conditional work?

Can a virus destroy the BIOS of a modern computer?

What's the in-universe reasoning behind sorcerers needing material components?

How much of data wrangling is a data scientist's job?

How do I gain back my faith in my PhD degree?

How do conventional missiles fly?

Why is this clock signal connected to a capacitor to gnd?

Forgetting the musical notes while performing in concert

Can compressed videos be decoded back to their uncompresed original format?

How to show a landlord what we have in savings?

How badly should I try to prevent a user from XSSing themselves?

Do UK voters know if their MP will be the Speaker of the House?

Unable to supress ligatures in headings which are set in Caps

What do you call someone who asks many questions?

What reasons are there for a Capitalist to oppose a 100% inheritance tax?

Are there any examples of a variable being normally distributed that is *not* due to the Central Limit Theorem?



How do I install upstart?


I need a copy of the default /etc/apt/sources.listunable to install gnomeCan't Install “Gnome Shell” Issues opening everythinghow to copy / install various data from a DVD drive to Hard disk in Ununtu 14.04Unmet dependencies errorWhy do I get an error trying to install php5-intl?Choice of repositories and link with Software Updater warning message “Not all updates can be installed”?E: Sub-process /usr/bin/dpkg returned an error code (1) installing jdk and NetBeansInstalling library with foreign architecturehash sum mismatch, you have held broken packages, unable to fetch etc













7















I use ubuntu 10.04.



I install upstart with failed dependencies.



 sam@sam-desktop:~$ sudo apt-get install upstart
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:
upstart: Depends: libnih-dbus1 (>= 1.0.0) but it is not going to be installed
Depends: libnih1 (>= 1.0.0) but it is not going to be installed
Depends: mountall but it is not going to be installed
E: Broken packages
sam@sam-desktop:~$


My sources.list:



 deb cdrom:[Ubuntu 10.04.3 LTS _Lucid Lynx_ - Release i386 (20110720.1)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://tw.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates main restricted

## 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://tw.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid universe
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates 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://tw.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## 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.
# deb http://tw.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse

## 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 lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner

deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse

deb http://archive.ubuntu.com/ubuntu/ maverick-updates main universe restricted
deb-src http://archive.ubuntu.com/ubuntu/ maverick-updates main universe restricted

deb http://security.ubuntu.com/ubuntu maverick-security main restricted
deb-src http://security.ubuntu.com/ubuntu maverick-security main restricted
deb http://security.ubuntu.com/ubuntu maverick-security universe
deb-src http://security.ubuntu.com/ubuntu maverick-security universe
deb http://security.ubuntu.com/ubuntu maverick-security multiverse
deb-src http://security.ubuntu.com/ubuntu maverick-security multiverse


How do I solve it?










share|improve this question




























    7















    I use ubuntu 10.04.



    I install upstart with failed dependencies.



     sam@sam-desktop:~$ sudo apt-get install upstart
    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:
    upstart: Depends: libnih-dbus1 (>= 1.0.0) but it is not going to be installed
    Depends: libnih1 (>= 1.0.0) but it is not going to be installed
    Depends: mountall but it is not going to be installed
    E: Broken packages
    sam@sam-desktop:~$


    My sources.list:



     deb cdrom:[Ubuntu 10.04.3 LTS _Lucid Lynx_ - Release i386 (20110720.1)]/ lucid main restricted
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.

    deb http://tw.archive.ubuntu.com/ubuntu/ lucid main restricted
    deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid main restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
    deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates main restricted

    ## 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://tw.archive.ubuntu.com/ubuntu/ lucid universe
    deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid universe
    deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe
    deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates 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://tw.archive.ubuntu.com/ubuntu/ lucid multiverse
    deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid multiverse
    deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
    deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates multiverse

    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## 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.
    # deb http://tw.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
    # deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse

    ## 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 lucid partner
    # deb-src http://archive.canonical.com/ubuntu lucid partner

    deb http://security.ubuntu.com/ubuntu lucid-security main restricted
    deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
    deb http://security.ubuntu.com/ubuntu lucid-security universe
    deb-src http://security.ubuntu.com/ubuntu lucid-security universe
    deb http://security.ubuntu.com/ubuntu lucid-security multiverse
    deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse

    deb http://archive.ubuntu.com/ubuntu/ maverick-updates main universe restricted
    deb-src http://archive.ubuntu.com/ubuntu/ maverick-updates main universe restricted

    deb http://security.ubuntu.com/ubuntu maverick-security main restricted
    deb-src http://security.ubuntu.com/ubuntu maverick-security main restricted
    deb http://security.ubuntu.com/ubuntu maverick-security universe
    deb-src http://security.ubuntu.com/ubuntu maverick-security universe
    deb http://security.ubuntu.com/ubuntu maverick-security multiverse
    deb-src http://security.ubuntu.com/ubuntu maverick-security multiverse


    How do I solve it?










    share|improve this question


























      7












      7








      7


      1






      I use ubuntu 10.04.



      I install upstart with failed dependencies.



       sam@sam-desktop:~$ sudo apt-get install upstart
      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:
      upstart: Depends: libnih-dbus1 (>= 1.0.0) but it is not going to be installed
      Depends: libnih1 (>= 1.0.0) but it is not going to be installed
      Depends: mountall but it is not going to be installed
      E: Broken packages
      sam@sam-desktop:~$


      My sources.list:



       deb cdrom:[Ubuntu 10.04.3 LTS _Lucid Lynx_ - Release i386 (20110720.1)]/ lucid main restricted
      # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
      # newer versions of the distribution.

      deb http://tw.archive.ubuntu.com/ubuntu/ lucid main restricted
      deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid main restricted

      ## Major bug fix updates produced after the final release of the
      ## distribution.
      deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
      deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates main restricted

      ## 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://tw.archive.ubuntu.com/ubuntu/ lucid universe
      deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid universe
      deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe
      deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates 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://tw.archive.ubuntu.com/ubuntu/ lucid multiverse
      deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid multiverse
      deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
      deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates multiverse

      ## Uncomment the following two lines to add software from the 'backports'
      ## repository.
      ## 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.
      # deb http://tw.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
      # deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse

      ## 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 lucid partner
      # deb-src http://archive.canonical.com/ubuntu lucid partner

      deb http://security.ubuntu.com/ubuntu lucid-security main restricted
      deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
      deb http://security.ubuntu.com/ubuntu lucid-security universe
      deb-src http://security.ubuntu.com/ubuntu lucid-security universe
      deb http://security.ubuntu.com/ubuntu lucid-security multiverse
      deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse

      deb http://archive.ubuntu.com/ubuntu/ maverick-updates main universe restricted
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-updates main universe restricted

      deb http://security.ubuntu.com/ubuntu maverick-security main restricted
      deb-src http://security.ubuntu.com/ubuntu maverick-security main restricted
      deb http://security.ubuntu.com/ubuntu maverick-security universe
      deb-src http://security.ubuntu.com/ubuntu maverick-security universe
      deb http://security.ubuntu.com/ubuntu maverick-security multiverse
      deb-src http://security.ubuntu.com/ubuntu maverick-security multiverse


      How do I solve it?










      share|improve this question
















      I use ubuntu 10.04.



      I install upstart with failed dependencies.



       sam@sam-desktop:~$ sudo apt-get install upstart
      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:
      upstart: Depends: libnih-dbus1 (>= 1.0.0) but it is not going to be installed
      Depends: libnih1 (>= 1.0.0) but it is not going to be installed
      Depends: mountall but it is not going to be installed
      E: Broken packages
      sam@sam-desktop:~$


      My sources.list:



       deb cdrom:[Ubuntu 10.04.3 LTS _Lucid Lynx_ - Release i386 (20110720.1)]/ lucid main restricted
      # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
      # newer versions of the distribution.

      deb http://tw.archive.ubuntu.com/ubuntu/ lucid main restricted
      deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid main restricted

      ## Major bug fix updates produced after the final release of the
      ## distribution.
      deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
      deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates main restricted

      ## 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://tw.archive.ubuntu.com/ubuntu/ lucid universe
      deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid universe
      deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe
      deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates 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://tw.archive.ubuntu.com/ubuntu/ lucid multiverse
      deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid multiverse
      deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
      deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates multiverse

      ## Uncomment the following two lines to add software from the 'backports'
      ## repository.
      ## 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.
      # deb http://tw.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
      # deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse

      ## 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 lucid partner
      # deb-src http://archive.canonical.com/ubuntu lucid partner

      deb http://security.ubuntu.com/ubuntu lucid-security main restricted
      deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
      deb http://security.ubuntu.com/ubuntu lucid-security universe
      deb-src http://security.ubuntu.com/ubuntu lucid-security universe
      deb http://security.ubuntu.com/ubuntu lucid-security multiverse
      deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse

      deb http://archive.ubuntu.com/ubuntu/ maverick-updates main universe restricted
      deb-src http://archive.ubuntu.com/ubuntu/ maverick-updates main universe restricted

      deb http://security.ubuntu.com/ubuntu maverick-security main restricted
      deb-src http://security.ubuntu.com/ubuntu maverick-security main restricted
      deb http://security.ubuntu.com/ubuntu maverick-security universe
      deb-src http://security.ubuntu.com/ubuntu maverick-security universe
      deb http://security.ubuntu.com/ubuntu maverick-security multiverse
      deb-src http://security.ubuntu.com/ubuntu maverick-security multiverse


      How do I solve it?







      software-installation dependencies






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 3 hours ago









      Dagelf

      28647




      28647










      asked Sep 25 '11 at 10:07









      samsam

      2,758154056




      2,758154056




















          2 Answers
          2






          active

          oldest

          votes


















          6














          Your sources.list file contains a mixture of lucid and maverick sources



          for example



          deb http://security.ubuntu.com/ubuntu lucid-security main restricted


          and



          deb http://security.ubuntu.com/ubuntu maverick-security main restricted


          I would recommend you replace the contents of sources.list with the recommended list (see linked question below).



          Change all references for "maverick" with "lucid"



          Then reopen your sources.list and change the download server to the nearest country where you are currently based.



          finally run



          sudo apt-get update && sudo apt-get upgrade


          to ensure your repositories are successfully sync'ed




          Linked Question:



          1. I need a copy of the default /etc/apt/sources.list





          share|improve this answer
































            0














            If you come here and your sources are fine but still have the issue.. check this. It may be a larger problem. http://jeff-traylor.posterous.com/painful-ubuntu-upgrade-from-1104-to-1110






            share|improve this answer























            • Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

              – Peachy
              Nov 5 '12 at 11:50












            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            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%2faskubuntu.com%2fquestions%2f62913%2fhow-do-i-install-upstart%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            6














            Your sources.list file contains a mixture of lucid and maverick sources



            for example



            deb http://security.ubuntu.com/ubuntu lucid-security main restricted


            and



            deb http://security.ubuntu.com/ubuntu maverick-security main restricted


            I would recommend you replace the contents of sources.list with the recommended list (see linked question below).



            Change all references for "maverick" with "lucid"



            Then reopen your sources.list and change the download server to the nearest country where you are currently based.



            finally run



            sudo apt-get update && sudo apt-get upgrade


            to ensure your repositories are successfully sync'ed




            Linked Question:



            1. I need a copy of the default /etc/apt/sources.list





            share|improve this answer





























              6














              Your sources.list file contains a mixture of lucid and maverick sources



              for example



              deb http://security.ubuntu.com/ubuntu lucid-security main restricted


              and



              deb http://security.ubuntu.com/ubuntu maverick-security main restricted


              I would recommend you replace the contents of sources.list with the recommended list (see linked question below).



              Change all references for "maverick" with "lucid"



              Then reopen your sources.list and change the download server to the nearest country where you are currently based.



              finally run



              sudo apt-get update && sudo apt-get upgrade


              to ensure your repositories are successfully sync'ed




              Linked Question:



              1. I need a copy of the default /etc/apt/sources.list





              share|improve this answer



























                6












                6








                6







                Your sources.list file contains a mixture of lucid and maverick sources



                for example



                deb http://security.ubuntu.com/ubuntu lucid-security main restricted


                and



                deb http://security.ubuntu.com/ubuntu maverick-security main restricted


                I would recommend you replace the contents of sources.list with the recommended list (see linked question below).



                Change all references for "maverick" with "lucid"



                Then reopen your sources.list and change the download server to the nearest country where you are currently based.



                finally run



                sudo apt-get update && sudo apt-get upgrade


                to ensure your repositories are successfully sync'ed




                Linked Question:



                1. I need a copy of the default /etc/apt/sources.list





                share|improve this answer















                Your sources.list file contains a mixture of lucid and maverick sources



                for example



                deb http://security.ubuntu.com/ubuntu lucid-security main restricted


                and



                deb http://security.ubuntu.com/ubuntu maverick-security main restricted


                I would recommend you replace the contents of sources.list with the recommended list (see linked question below).



                Change all references for "maverick" with "lucid"



                Then reopen your sources.list and change the download server to the nearest country where you are currently based.



                finally run



                sudo apt-get update && sudo apt-get upgrade


                to ensure your repositories are successfully sync'ed




                Linked Question:



                1. I need a copy of the default /etc/apt/sources.list






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Apr 13 '17 at 12:23









                Community

                1




                1










                answered Sep 25 '11 at 12:00









                fossfreedomfossfreedom

                150k38331374




                150k38331374























                    0














                    If you come here and your sources are fine but still have the issue.. check this. It may be a larger problem. http://jeff-traylor.posterous.com/painful-ubuntu-upgrade-from-1104-to-1110






                    share|improve this answer























                    • Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

                      – Peachy
                      Nov 5 '12 at 11:50
















                    0














                    If you come here and your sources are fine but still have the issue.. check this. It may be a larger problem. http://jeff-traylor.posterous.com/painful-ubuntu-upgrade-from-1104-to-1110






                    share|improve this answer























                    • Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

                      – Peachy
                      Nov 5 '12 at 11:50














                    0












                    0








                    0







                    If you come here and your sources are fine but still have the issue.. check this. It may be a larger problem. http://jeff-traylor.posterous.com/painful-ubuntu-upgrade-from-1104-to-1110






                    share|improve this answer













                    If you come here and your sources are fine but still have the issue.. check this. It may be a larger problem. http://jeff-traylor.posterous.com/painful-ubuntu-upgrade-from-1104-to-1110







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Dec 2 '11 at 3:46









                    JeffJeff

                    1




                    1












                    • Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

                      – Peachy
                      Nov 5 '12 at 11:50


















                    • Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

                      – Peachy
                      Nov 5 '12 at 11:50

















                    Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

                    – Peachy
                    Nov 5 '12 at 11:50






                    Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

                    – Peachy
                    Nov 5 '12 at 11:50


















                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • 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%2faskubuntu.com%2fquestions%2f62913%2fhow-do-i-install-upstart%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

                    Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

                    fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap

                    Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch