Announcement

Collapse
No announcement yet.

Cant install any software

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

    Cant install any software

    I tried Muon, ubuntu software centre, installing through the console and downloading a *.deb and trying to install it through the package manager. In Muon and Ubuntu software centre I get an error saying "This operation cannot continue since proper authorization was not provided", but it never asks me for any authorisation. When I try to install a *.deb the package manager "works" for a bit and then it stops and the package is not installed. As you imagine I'm preety confused.

    #2
    Re: Cant install any software

    An earlier topic: [SOLVED] Sporadic password prompts. / http://kubuntuforums.net/forums/inde...opic=3119842.0



    The .deb's can be installed through the QApt.

    [img width=400 height=252]http://img580.imageshack.us/img580/6281/bibledebbie.png[/img]

    Package: qapt-deb-installer
    Description: tool for installing deb files
    The QApt deb installer allows you to install local .deb files. The QApt Deb
    Installer resolves and downloads dependencies. The APT package manager does
    the same, but only for remote packages.
    Homepage: https://projects.kde.org/projects/ex...admin/libqapt/

    May or may not work - A bug report: https://bugs.kde.org/show_bug.cgi?id=290510
    Have you tried ?

    - How to Ask a Question on the Internet and Get It Answered
    - How To Ask Questions The Smart Way

    Comment


      #3
      Re: Cant install any software

      Look here: http://www.kubuntuguide.info/index.p...on_and_Updates down to http://www.kubuntuguide.info/index.p..._.deb_packages

      I find that the easiest way to install a .deb is with: Gdebi

      Try opening Konsole Terminal Program and using the command:
      sudo apt-get install gdebi
      When Gdebi is installed then RIGHT click on the .deb and choose: Install with Gdebi

      Tip: You do not need to type commands into the Terminal. Highlight the command written on the web page. Move your cursor anywhere in the Terminal and press your mouse wheel or mouse middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

      "A problem well stated is a problem half solved." --Charles F. Kettering
      "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

      Comment


        #4
        Re: Cant install any software

        do this to make sure your system is up to date and nothing is broken.
        Code:
        sudo apt-get update && sudo apt-get dist-upgrade
        if you get errors post them hear.

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

        Comment


          #5
          Re: Cant install any software

          Thank you. You have been most helpfull, gdebi works.

          EDIT: @vinnywright

          At the end this is the only error I got:
          W: Failed to fetch http://javadesktop.org/lg3d/debian/d...-i386/Packages 404 Not Found

          E: Some index files failed to download. They have been ignored, or old ones used instead.

          Comment

          Working...
          X