Results 1 to 8 of 8

Thread: How do I install the App Center?

  1. #1
    Join Date
    Mar 2009
    Location
    Sacramento, CA
    Beans
    601
    Distro
    Xubuntu

    Question How do I install the App Center?

    I forced the 24.04 upgrade on a side laptop, and noticed that the Software Center is now gone (which I expected), but the App Center isn't there. Of course I have Synaptic, but I was looking forward to replacement for Software Center.

    I assume this was maybe one of the reasons the upgrade is delayed. So, how do I go about installing the App Center manually? I'm having trouble finding it in Synaptic or with app's and snap's search and find commands.
    Last edited by peyre; 2 Weeks Ago at 06:11 PM.

  2. #2
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: How do I install the App Center?

    Hi peyre, will you try this first:
    Code:
    snap-store --quit
    See if it will quit gracefully.
    Or run:
    Code:
    killall snap-store
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  3. #3
    Join Date
    Mar 2009
    Location
    Sacramento, CA
    Beans
    601
    Distro
    Xubuntu

    Re: How do I install the App Center?

    It's not there. Not installed.

    However, the error told me the command to get it: sudo snap install snap-store.

    That worked! Now, the Snap Store looks almost exactly like Software Center. Is that expected? I thought the UI would be different.

  4. #4
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,659
    Distro
    Ubuntu

    Re: How do I install the App Center?

    the Snap Store looks almost exactly like Software Center. Is that expected?
    Looks like it, yes. Since it's based on gnome-software.
    Behaves like it, partially.
    It cannot install flatpaks.
    And cannot install deb files from the desktop.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  5. #5
    Join Date
    Mar 2009
    Location
    Sacramento, CA
    Beans
    601
    Distro
    Xubuntu

  6. #6
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,758

    Re: How do I install the App Center?

    App Center is a specific channel of snap-store and is not like Ubuntu Software.

    Check the installed version and channel:
    Code:
    dmn@Kayleigh-vm:~$ snap info snap-store
    name:      snap-store
    summary:   App Center
    publisher: Canonical✓
    store-url: https://snapcraft.io/snap-store
    license:   unset
    description: |
      App Center
    commands:
      - snap-store
    snap-id:      gjf3IPXoRiipCu9K0kVu52f0H56fIksg
    tracking:     latest/stable/ubuntu-24.04
    refresh-date: 23 days ago, at 00:17 MST
    channels:
      latest/stable:     41.3-77-g7dc86c8 2024-03-06 (1113) 13MB -
      latest/candidate:  41.3-77-g7dc86c8 2024-03-05 (1113) 13MB -
      latest/beta:       ↑                                       
      latest/edge:       0+git.f8622bc    2024-05-03 (1136) 10MB -
      preview/stable:    –                                       
      preview/candidate: 0.2.7-alpha      2023-02-02  (864) 10MB -
      preview/beta:      ↑                                       
      preview/edge:      0.3.0-alpha      2023-08-14 (1017) 11MB -
    installed:           0+git.1419621               (1124) 10MB -
    If you are tracking latest/stable/ubuntu-24.04 that is the App Center used in 24.04.
    If you aren't on this channel, you can switch the channel from your terminal with the switch command. My guess (without testing) is this:
    Code:
    sudo snap switch --channel=latest/stable/ubuntu-24.04 snap-store
    Last edited by Dennis N; 2 Weeks Ago at 06:36 PM.

  7. #7
    Join Date
    Mar 2009
    Location
    Sacramento, CA
    Beans
    601
    Distro
    Xubuntu

    Re: How do I install the App Center?

    Odd, my tracking doesn't give a version number, simply says latest/stable - but that's the same as ubuntu-24.04, I expect.

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

    Re: How do I install the App Center?

    In my output, latest/stable is version 41.something (revsion 1113). That would be Ubuntu Software.
    if you want App Center, you will have to switch the channel.
    If you don't like it, you can switch back.

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
  •