0

To whom or where do I report issues with the Ubuntu Software Center?

I am trying to download OpenShot and it tells me that I have no Internet connection... Despite the fact that I do have a working Internet connection and I was able to install an unrelated program using the Ubuntu Software Center.

Clearly there is something wrong with this specific program...

Gregory Opera
  • 2,639
  • 7
  • 33
  • 59

1 Answers1

1

Try these steps to install the package:

  1. Get the package name.

  2. Use this command in a terminal, replace package with the name from step 1.

    sudo apt-get install 'package'
    
  3. The package should then be installed.

If these steps worked, it is a Software Center problem, you can report it via the steps in this question: How do I report a bug?.

kiri
  • 28,246
  • 16
  • 81
  • 118