Announcement

Collapse
No announcement yet.

Moun Update Manager broken?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Moun Update Manager broken?

    I was playing Star Trek Online via Winblow$ for a few weeks since STO won't display right using Kubuntu - I suspect its the video driver you use for Precise -. I decided to boot into kubuntu to see if you had updated your driver. Moun said there was an update to Apparmor so I figured it was a good idea to update however the update failed!:

    Failed to download
    'http://us.archive,ubuntu.com/ubuntu/pool/main/a/apparmor/apparmor_2.7.102-0ubuntu3.2-amd64.deb'
    404 Not Found [IP.91.189.91.1380]
    Last edited by steve7233; Nov 14, 2012, 03:47 PM. Reason: I had to remove the automatic URL tags so you could see the full address and fix a typo.
    Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

    http://www.kubuntu.org/getkubuntu

    #2
    looks like a malformed URL it should be .......and it is up @hear
    http://us.archive.ubuntu.com
    VINNY
    O and hay steve
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      I really want to like Muon with all its components but it repeatedly botches updates and upgrades. For searching, installing and uninstalling software. I think its gorgeous, simple and really powerful but don't use it to update/upgrade.

      sudo apt-get refresh && sudo apt-get upgrade
      has always been the best way to update.

      Comment


        #4
        I actually prefer this way
        Code:
        sudo apt-get update && sudo apt-get dist-upgrade
        VINNY

        vinny@Vinnys-HP-G62:/usr/share/man$ sudo apt-get refresh
        [sudo] password for vinny:
        E: Invalid operation refresh
        vinny@Vinnys-HP-G62:/usr/share/man$
        Last edited by vinnywright; Nov 14, 2012, 04:51 PM.
        i7 4core HT 8MB L3 2.9GHz
        16GB RAM
        Nvidia GTX 860M 4GB RAM 1152 cuda cores

        Comment


          #5
          Thanks for reminding me vinney. I guess Muno isn't very good. you would think they would fix Muno after all the negative complaints about it not working right. After all this is open source not Winblow$.
          Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

          http://www.kubuntu.org/getkubuntu

          Comment


            #6
            When I used
            Code:

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

            It updated a lot more than just Apparmor. I think I will try running STO again to see if it displays right now.
            Last edited by steve7233; Nov 14, 2012, 05:52 PM.
            Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

            http://www.kubuntu.org/getkubuntu

            Comment


              #7
              I am going to switch to Winbow$ since STO still won't display right. I guess I need the pepriatary video driver if anyone ever tells me where to get it.
              Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.

              http://www.kubuntu.org/getkubuntu

              Comment


                #8
                Originally posted by steve7233 View Post
                I guess I need the pepriatary video driver if anyone ever tells me where to get it.
                You can use Jockey to install the proprietary drivers for you graphics card.
                Kmenu -> Applications -> System -> Additional Drivers

                If you don't find it there you might need to install it: sudo apt-get install jockey-kde
                Nowadays I'm mostly Mac, but...
                tron: KDE neon User | MacPro5,1 | 3.2GHz Xeon | 48GB RAM | 250GB, 1TB, & 500GB Samsung SSDs | Nvidia GTX 980 Ti

                Comment


                  #9
                  My bad! I meant "update" not "refresh". I largely use openSUSE nowadays so it is:
                  Code:
                  sudo zypper refresh && sudo zypper update
                  By the way, if you install the proprietary drivers, don't forget to first install all the kernel headers! This is a great guide for nvidia: http://dragly.org/2012/05/04/install...kubuntu-12-04/ Note though that this works on 12.04 and 12.10.

                  Comment


                    #10
                    Originally posted by steve7233 View Post
                    I am going to switch to Winbow$ since STO still won't display right. I guess I need the pepriatary video driver if anyone ever tells me where to get it.
                    If I recall correctly, your computer uses Intel integrated graphics... in which case the open-source driver (which will have automatically been installed) is the official driver.

                    Unlike Nvidia and AMD (ATI) there is no proprietary 'binary blob' driver for Intel.
                    sigpic
                    "Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all."
                    -- Douglas Adams

                    Comment


                      #11
                      if you are using a newer Intel GPU you may/maynot want to check out this PPA http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu , it gave me a bit of a boost on a Intel Corporation Core Processor Integrated Graphics Controller (rev 02) in my core i3 processor .

                      you should add ppa-purge first so you can more or less easily revert the changes though if it dosent help or makes things worse

                      VINNY
                      i7 4core HT 8MB L3 2.9GHz
                      16GB RAM
                      Nvidia GTX 860M 4GB RAM 1152 cuda cores

                      Comment


                        #12
                        He might need to enable S3TC support. That often fixes a lot of issues with Intel integrated graphics.

                        Comment


                          #13
                          Originally posted by dmeyer View Post
                          He might need to enable S3TC support. That often fixes a lot of issues with Intel integrated graphics.
                          some info on how and what that is may be helpful

                          VINNY
                          i7 4core HT 8MB L3 2.9GHz
                          16GB RAM
                          Nvidia GTX 860M 4GB RAM 1152 cuda cores

                          Comment


                            #14
                            Muon and APT rely on the same core library for package management and dependency resolution: libapt-pkg. But whereas apt-get talks directly to libapt-pkg, Muon relies on the intermediary QApt framework, which is simply a Qt wrapper around libapt-pkg. Muon performs exactly and only whatever operations you tell it to, and it uses the exact same logic as apt-get.

                            Comment


                              #15
                              Originally posted by vinnywright View Post
                              some info on how and what that is may be helpful

                              VINNY
                              I got S3TC (S3 texture compression) support on my Sandybridge Intel HD graphics from using the Xorg Edgers PPA.

                              https://launchpad.net/~xorg-edgers/+archive/ppa
                              sigpic
                              "Let us think the unthinkable, let us do the undoable, let us prepare to grapple with the ineffable itself, and see if we may not eff it after all."
                              -- Douglas Adams

                              Comment

                              Working...
                              X