Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 986  / 1 Year ago, sat, november 19, 2022, 6:15:17

I am new to Ubuntu, I have installed it on VMware on windows 10 as a step before fully migrating to Linux. I installed Ubuntu 20.04 LTS and for some reason software center didn’t come with it.


I wrote sudo apt update on mu gnome terminal then sudo apt-get install genome-terminal which installed a software called “Software” which has a logo which looks like a blue suitcase.


I am not sure if this is a new version of software-center but review of famous software in it are very few so I think this isn’t the one I should be using, but is it?


writing sudo apt-get install software-centergets me an error saying Package ‘software-center’ has no installation candidate I am not sure what have I done wrong. Please help and thanks in advance.


Edit: I have also found more than one Vim (a text editor) to install, so I felt I was in the wrong place, is it normal to find 2 copies of the same software? Which shall I install? I couldn’t decide based on reviews as there weren’t much.


More From » 20.04

 Answers
4

Canonical has decided to fork Gnome Software, tailoring it to promote its Snap package system.


As a result, it lacks support for Flatpak, and prioritizes the search for applications over Snap packages, which in my opinion generates some confusing cases, leading for example in some searches for pre-installed packages such as deb package to show a Snap package as the first result. and far below last, the pre-installed deb package. Unusual, in many cases even Ubuntu Software only finds the application in Snap.


Although Snap and Flatpak are for accessing certain applications and their versions, they are not an efficient replacement for most of the packages that make up a distribution, and particularly they are resources that I do not use because I estimate that they have a larger file size, a less integration with the desktop environment and a slower boot.


My suggestion is to install and use Gnome Software with the necessary plugins.


This requires:


Open a terminal and run:


sudo snap remove snap-store

sudo apt-get update
sudo apt-get install synaptic gdebi gnome-software gnome-software-common gnome-software-plugin-flatpak gnome-software-plugin-snap

You can also add the repository to manage Flatpak applications, running from the terminal:


sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update && sudo apt upgrade

I particularly prefer not to use anything from Flatpak or Snap, and I still use apt from the terminal, synaptic as GUI and in the case of independent deb packages gdebi, which resolves dependencies.


[#2237] Saturday, November 19, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ledeball

Total Points: 434
Total Questions: 121
Total Answers: 120

Location: Antigua and Barbuda
Member since Sat, Apr 24, 2021
3 Years ago
ledeball questions
Fri, Oct 7, 22, 00:32, 2 Years ago
Sun, Dec 18, 22, 05:49, 1 Year ago
Sat, Dec 3, 22, 07:59, 1 Year ago
;