Results 1 to 9 of 9

Thread: Ubuntu Software Store Missing Apps?

  1. #1
    Join Date
    May 2020
    Beans
    13

    Ubuntu Software Store Missing Apps?

    So this is how the store looks:
    https://imgur.com/a/uJY9zgV
    Which is fine, but when I click a category, this is all the apps that show up: (this is editors pick, happens to all)
    https://imgur.com/a/B1DQDWe
    There's supposed to be more, I've tried reinstalling gnome software and that doesn't work
    I'm using Ubuntu 20.04 (external live persistence hard drive, "Try Ubuntu" selected)


    Also problems with chrome remote desktop:
    https://imgur.com/a/879urQa (I click turn on, set up a name and password, and this shows up)
    Last edited by jay56547; May 19th, 2020 at 02:50 AM.

  2. #2
    Join Date
    Jan 2020
    Beans
    94

    Re: Ubuntu Software Store Missing Apps?

    Install the Synaptic Package manager and use it to install software. IMHO a better choice.

  3. #3
    Join Date
    May 2020
    Beans
    13

    Re: Ubuntu Software Store Missing Apps?

    Dumb question, is it like the ubuntu store where it's a graphical interface?

  4. #4
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Ubuntu Software Store Missing Apps?

    Quote Originally Posted by jay56547 View Post
    Dumb question, is it like the ubuntu store where it's a graphical interface?
    Attached Images Attached Images

  5. #5
    Join Date
    May 2010
    Beans
    3,247

    Re: Ubuntu Software Store Missing Apps?

    If you run:

    Code:
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get dist-upgrade
    Does it work OK?

  6. #6
    Join Date
    May 2020
    Beans
    13

    Re: Ubuntu Software Store Missing Apps?

    Yes. Also I had to reinstall all of Linux cause it out me in an infinite log in loop. Now "editors pick" is the only thing showing up. (I did minimal install)

    Edit, I only see a square with 3 dots in it under categories, installed tab also shows nothing
    Last edited by jay56547; May 19th, 2020 at 11:59 PM.

  7. #7
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: Ubuntu Software Store Missing Apps?

    If the icon for the application is named "Ubuntu Software" it's a snap package. You might have better luck with the Ubuntu repository package instead (named "Software").

    First, remove "Ubuntu Software" using your terminal:
    Code:
    snap remove snap-store
    Then install "Software" from the Ubuntu repository using your terminal:
    Code:
    sudo apt install gnome-software
    The icon is labeled "Software".

  8. #8
    Join Date
    May 2020
    Beans
    13

    Re: Ubuntu Software Store Missing Apps?

    What's the point of a snap package


    Also everything works now. But I still need help with chrome remote desktop. Now it doesn't even give the option to turn it on. And chrome keeps asking for a default keyring. Idk what that is
    Last edited by jay56547; May 20th, 2020 at 02:27 AM.

  9. #9
    Join Date
    Aug 2013
    Beans
    4,941

    Re: Ubuntu Software Store Missing Apps?

    Quote Originally Posted by jay56547 View Post
    What's the point of a snap package
    snap is supposed to provide up to date software while the repo version (from synaptic) may get old after a while. Personally I prefer to use ppa or compile from source to keep up to date. The snap store also provides some proprietary software not available in the normal repo.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •