Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. System Admin
  4. Ubuntu installer problems

Ubuntu installer problems

Scheduled Pinned Locked Moved System Admin
helpcsharpcomlinuxtools
5 Posts 2 Posters 6 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    A user installed a package I created, didn't work. So, tried to install it manually; added Mono and libappstatusindicator from the terminal. Now the user is confronted with an error in the update-manager;

    Some packages could not be installed
    amberindicator:i386: Depends: debhelper (>=5) but 9.20120115ubuntu3 is installed
    Depends: mono-runtime (>= 2.10.8.1-1) but 2.10.8.1-1ubuntu2.2 is installed

    The suggested resolution would be to run sudo apt-get -f install according to the docs, but that sounds like 'try this and see if it works'. That's usually good enough since we can always reinstall the system if things go wrong. Can't do that with a users' PC. Who can tell me what I did wrong, and how to fix it? Does the error prevent other parts of the system from updating correctly?

    Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

    A 1 Reply Last reply
    0
    • L Lost User

      A user installed a package I created, didn't work. So, tried to install it manually; added Mono and libappstatusindicator from the terminal. Now the user is confronted with an error in the update-manager;

      Some packages could not be installed
      amberindicator:i386: Depends: debhelper (>=5) but 9.20120115ubuntu3 is installed
      Depends: mono-runtime (>= 2.10.8.1-1) but 2.10.8.1-1ubuntu2.2 is installed

      The suggested resolution would be to run sudo apt-get -f install according to the docs, but that sounds like 'try this and see if it works'. That's usually good enough since we can always reinstall the system if things go wrong. Can't do that with a users' PC. Who can tell me what I did wrong, and how to fix it? Does the error prevent other parts of the system from updating correctly?

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

      A Offline
      A Offline
      Albert Holguin
      wrote on last edited by
      #2

      Ever get this resolved? ...sounds like version number was being reported or checked for in an incorrect manner...

      L 1 Reply Last reply
      0
      • A Albert Holguin

        Ever get this resolved? ...sounds like version number was being reported or checked for in an incorrect manner...

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Albert Holguin wrote:

        Ever get this resolved?

        Not yet

        Albert Holguin wrote:

        ...sounds like version number was being reported or checked for in an incorrect manner...

        Always nice when an irrational error-description suddenly starts to sound logical. There's a difference in versions for the different platforms? Good enough starting point for a deeper Google, thanks :)

        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

        A 1 Reply Last reply
        0
        • L Lost User

          Albert Holguin wrote:

          Ever get this resolved?

          Not yet

          Albert Holguin wrote:

          ...sounds like version number was being reported or checked for in an incorrect manner...

          Always nice when an irrational error-description suddenly starts to sound logical. There's a difference in versions for the different platforms? Good enough starting point for a deeper Google, thanks :)

          Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

          A Offline
          A Offline
          Albert Holguin
          wrote on last edited by
          #4

          Eddy Vluggen wrote:

          There's a difference in versions for the different platforms?

          There could be... that's why a lot of packages in Linux provide source code instead of binaries, you could just rebuild for your platform. If you look at the error description, looks like some of those were built specifically for that version of Ubuntu... now, not sure how that got to the version number that the installer is looking at (not sure where this comes from specifically in Linux) but that seems to be the error source.

          L 1 Reply Last reply
          0
          • A Albert Holguin

            Eddy Vluggen wrote:

            There's a difference in versions for the different platforms?

            There could be... that's why a lot of packages in Linux provide source code instead of binaries, you could just rebuild for your platform. If you look at the error description, looks like some of those were built specifically for that version of Ubuntu... now, not sure how that got to the version number that the installer is looking at (not sure where this comes from specifically in Linux) but that seems to be the error source.

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Albert Holguin wrote:

            There could be... that's why a lot of packages in Linux provide source code instead of binaries, you could just rebuild for your platform.

            I have no problems invoking the compiler from code, nor in downloading the files; but mono needs to be there as a prerequisite, and also the CIL-bindings to existing Linux-libraries. (Well, at least for me :-\ )

            Albert Holguin wrote:

            If you look at the error description, looks like some of those were built specifically for that version of Ubuntu... now, not sure how that got to the version number that the installer is looking at (not sure where this comes from specifically in Linux) but that seems to be the error source.

            My dependencies are generic, not bound to a platform;

            Architecture: i386
            Depends: debhelper (>= 5), libappindicator0.1-cil-dev (>=0.4.92-0), libappindicator0.1-cil (>=0.4.92-0), mono-runtime (>=2.10.8.1-1)

            At least it's a good starting point - thanks :)

            Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] They hate us for our freedom![^]

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups