Announcement

Collapse
No announcement yet.

Gimp, Okular, dist-upgrade, Muon issues

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

    Gimp, Okular, dist-upgrade, Muon issues

    I installed 16.10 a few days ago. so far ok except for a few things.

    Gimp, Okular (was not included in install), Muon Package manager are the packages I have so far not been able to find in "discover". I am sure there are more.

    I usually do my updates with:
    sudo apt-get update && sudo dist-upgrade


    This doesn't work either and comes back with a command not found error.

    Any ideas?
    HP Pavilion dv6 core i7 (Main)
    4 GB Ram
    Kubuntu 18.10

    #2
    Originally posted by Fintan View Post
    I usually do my updates with:
    sudo apt-get update && sudo dist-upgrade


    This doesn't work either and comes back with a command not found error.
    Your command is incomplete. It should be:

    Code:
    sudo apt-get update && sudo [B]apt-get[/B] dist-upgrade
    Regards discover, yes that is frequently awkward with not finding things it really should.
    Code:
    sudo apt-get install muon
    for a better package manager than discover currently is.

    Personally, although it is GTK and old and a bit clunky, I tend to use synaptic, as it just works reliably.
    On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

    Comment


      #3
      Thanks for pointing the copy/paste error. Duh!

      sudo apt-get install muon says it will install muon updater, but it acrually does install the package manager.

      Thanks for that as well!
      HP Pavilion dv6 core i7 (Main)
      4 GB Ram
      Kubuntu 18.10

      Comment


        #4
        Originally posted by Fintan View Post
        Thanks for pointing the copy/paste error. Duh!

        sudo apt-get install muon says it will install muon updater, but it acrually does install the package manager.

        Thanks for that as well!
        muon-updater is a muon 'recommends' as a transitional dummy package for plasma-discover.

        as such you could if you want skip it by passing --no-install-recommends or removing it afterwards. It should not do any harm to leave it though.
        On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

        Comment


          #5
          Thank you for that as well. I actually prfer muon package manager to discover
          HP Pavilion dv6 core i7 (Main)
          4 GB Ram
          Kubuntu 18.10

          Comment


            #6
            Originally posted by acheron View Post
            for a better package manager than discover currently is. Personally, although it is GTK and old and a bit clunky, I tend to use synaptic, as it just works reliably.
            It is a bit unfair to call Discover a package manager. It is, in fact, an application installer / store and not a package manager. Back when Discover was called 'muon discover', it was designed to be different from 'muon package manager' from the start. It's goal is to gain further integration with KDE by, for example, integrating the KDE online store presence by integrating various 3rd-party application sources, like https://store.kde.org, for example. Something that muon will never try to do, being a standard package manager.

            Just wanted to clarify.
            ​"Keep it between the ditches"
            K*Digest Blog
            K*Digest on Twitter

            Comment


              #7
              Originally posted by dequire View Post
              It is a bit unfair to call Discover a package manager. It is, in fact, an application installer / store and not a package manager.
              It's the default package management option offered by KDE, so whatever else it might be or is becoming, it retains that place at the moment.

              Which is what I was referring to, insomuch that there are non default options that are a "better package manager than discover currently is".

              I'm aware of what discover is becoming and following that closely.
              Last edited by acheron; Oct 27, 2016, 11:37 AM.
              On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

              Comment


                #8
                Originally posted by acheron View Post
                ...I'm aware of what discover is becoming and following that closely.
                I followed it for about ten minutes then uninstalled it. Like acheron and maybe some others, I don't mind using a GTK+ application if I feel it fits my workflow better; which is why synaptic is installed on my machine and muon is not
                we see things not as they are, but as we are.
                -- anais nin

                Comment


                  #9
                  you don't have to use apt-get anymore you can use APT for all you install needs

                  apt update
                  apt install
                  apt search
                  apt full-upgrade
                  apt upgrade
                  apt autoremove
                  Mark Your Solved Issues [SOLVED]
                  (top of thread: thread tools)

                  Comment


                    #10
                    Originally posted by wizard10000 View Post
                    I followed it for about ten minutes then uninstalled it.
                    LOL. I 'follow' it's development progress as I need to, but don't tend to use it much myself apart from testing etc.

                    Originally posted by sithlord48 View Post
                    you don't have to use apt-get anymore you can use APT for all you install needs
                    Indeed. Some habits die hard though.
                    On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

                    Comment


                      #11
                      Originally posted by sithlord48 View Post
                      you don't have to use apt-get anymore you can use APT for all you install needs.
                      Actually, apt doesn't have feature parity with apt-get; from man(8) apt:

                      The apt command is meant to be pleasant for end users and does not need to be backward compatible like apt-get(8).
                      There are a couple dozen things you can do with apt-get that you can't do with apt, but for 95% of package management apt works just fine.
                      we see things not as they are, but as we are.
                      -- anais nin

                      Comment


                        #12
                        Originally posted by sithlord48 View Post
                        you don't have to use apt-get anymore you can use APT for all you install needs

                        apt update
                        apt install
                        apt search
                        apt full-upgrade
                        apt upgrade
                        apt autoremove
                        do not forget "apt show" one of my favorites

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

                        Comment


                          #13
                          Originally posted by acheron View Post
                          Indeed. Some habits die hard though.
                          They sure do! My fingers don't need to be told what to type when I want to install upgrades, they just start typing...
                          "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                          – John F. Kennedy, February 26, 1962.

                          Comment


                            #14
                            Thanks for all the input guys. Very enlightening. In my opinion a application installer / store should at least have packages like Okular and gimp when searched for. So for me muon is the better fit. Otherwise of course apt-get (apt).
                            HP Pavilion dv6 core i7 (Main)
                            4 GB Ram
                            Kubuntu 18.10

                            Comment

                            Working...
                            X