Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Ubuntu software center is missing

  1. #1
    Join Date
    Oct 2020
    Beans
    4

    Exclamation Ubuntu software center is missing

    For some reason the ubuntu software center (orange icon) has completely disappeared and all I have is the snap store. How do I get it back?

    Thank you for anyone who takes the time to answer my question.

  2. #2
    Join Date
    Oct 2020
    Beans
    3

    Re: Ubuntu software center is missing

    I was just wondering this myself.

  3. #3
    Join Date
    Oct 2020
    Beans
    4

    Re: Ubuntu software center is missing

    you had the same thing happen?

  4. #4
    Join Date
    Oct 2020
    Beans
    3

    Re: Ubuntu software center is missing

    Yeah, the same thing happened to me. I have the Snap Store still but not Ubuntu Software Center. However, googling around says that it was discontinued I guess? The confusing thing is I just installed this version (20.04.1 LTS) like 3 days ago and it had Ubuntu Software Center and then it disappeared after some updates. I guess they felt like getting rid of it entirely.

  5. #5
    Join Date
    Oct 2020
    Beans
    4

    Re: Ubuntu software center is missing

    I literally was using the software center earlier this morning and all of a sudden it just disappeared.

  6. #6
    Join Date
    Oct 2020
    Beans
    3

    Re: Ubuntu software center is missing

    I was using it last night as well. I can't even seem to install it manually like it's been entirely removed from the repo. Additional searching shows even more info on Snap being the replacement so I suspect we both just got updates that caused it's removal.

  7. #7
    Join Date
    May 2008
    Beans
    3,974
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Ubuntu software center is missing

    Here are a couple of alternatives to consider:-

    Code:
    sudo apt install synaptic
    Code:
    sudo apt install gnome-software

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

    Re: Ubuntu software center is missing

    The version of snap store in Ubuntu 20.04 initially is version 467, named "Ubuntu Software":
    Code:
    dmn@Tyana-vm:~$ snap list | grep store
    snap-store         3.36.0-80-g208fd61  467   latest/stable/…  canonical*  -
    It has now reverted to version 415, named "Snap Store".
    Code:
    dmn@Tyana-vm:~$ snap list | grep store
    snap-store         3.31.1+git187.84b64e0b  415   latest/stable/…  canonical*  -
    415 is a version that handles snap packages only.
    Install gnome-software to get a software store that can handle regular packages as well. It will be named 'Software'.
    Code:
    sudo apt install gnome-software
    You can leave Snap Store installed as a convenience for finding snap packages. It has it's own icon.
    Last edited by Dennis N; October 11th, 2020 at 04:08 PM.

  9. #9
    Join Date
    Oct 2020
    Beans
    4

    Re: Ubuntu software center is missing

    Quote Originally Posted by Dennis N View Post
    The version of snap store in Ubuntu 20.04 initially is version 467, named "Ubuntu Software":
    Code:
    dmn@Tyana-vm:~$ snap list | grep store
    snap-store         3.36.0-80-g208fd61  467   latest/stable/…  canonical*  -
    It has now reverted to version 415, named "Snap Store".
    Code:
    dmn@Tyana-vm:~$ snap list | grep store
    snap-store         3.31.1+git187.84b64e0b  415   latest/stable/…  canonical*  -
    415 is a version that handles snap packages only.
    Install gnome-software to get a software store that can handle regular packages as well. It will be named 'Software'.
    Code:
    sudo apt install gnome-software
    You can leave Snap Store installed as a convenience for finding snap packages. It has it's own icon.

    Thank you for your response and I was able to get the gnome software installed. Was there a reason this change was made to revert the store to a snap version only?

  10. #10
    Join Date
    Jan 2017
    Beans
    56

    Re: Ubuntu software center is missing

    Thanks for the info, I thought I was losing my mind looking for the software icon
    Now I have it back !

Page 1 of 2 12 LastLast

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
  •