Use your terminal:
sudo apt install gnome-software
It's in the Ubuntu Repositories.
Some info:
dmn@Sydney-vm:~$ apt show gnome-software
Package: gnome-software
Version:...
Type: Posts; User: Dennis N; Keyword(s):
Use your terminal:
sudo apt install gnome-software
It's in the Ubuntu Repositories.
Some info:
dmn@Sydney-vm:~$ apt show gnome-software
Package: gnome-software
Version:...
I suggest you remove 'Ubuntu Software' (snap-store) and install 'Software' (gnome-software) which is not a snap. They look the same with the added feature of Flatpak support in Software (it handles...
It's gnome-shell-extensions. It's in the Ubuntu repository.
dmn@Sydney-vm:~$ apt show gnome-shell-extensions
Package: gnome-shell-extensions
Version: 3.36.1-1
Priority: optional
Section:...
Ubuntu Software is OK on my system with respect to installed applications. But gnome-shell extensions are not shown in Ubuntu Software - instead, they are in the separate Extensions app.
Extensions...
So, its just the printing that fails, and otherwise documents display ok within LibreOffice? I would delete the printer from the Printers dialog (Preferences > Printers) and reinstall it to see if...
I saw the same yesterday from Software Updater. What I did was some terminal stuff. From the terminal history:
1) hold this offending package:
sudo apt-mark hold grub-efi-amd64-signed*
2)...
Here is one possibility: It could be a stop job running with a minimum time set to release it - often that's 90 seconds - then it will power off. Sometimes, but no always, you can see this in screen...
Your 4200 rpm laptop HDD has a lot to do wth how fast it boots. I have a direct comparison: booting first to the OS on 7200 rpm HDD, took 1 min 9 sec from grub screen to log in screen. Booting the...
Yes, the source of packages can get confusing. If you use the default "Ubuntu Software" application of Ubuntu 20.04 and search for Audacity, we are offered two choices. See screenshot. The first is...
The fat32 partition is automatically created by the 20.04 installer when you install in BIOS mode using some of the possible options. One option which does this is the "Erase disk and install..."...
No it doesn't remove any dependencies. If metapackage A depends on package B, removing B will remove A. But, since nothing depends on A, you can remove metapackage A alone.
You need to install to a partition. sdb is a drive. sdb1 is a partition. Did you make the necessary partitions on the drive?
Edit: You can ignore this comment. It's not related.
What I do is choose "Disable Screen Saver" mode in the xscreensaver settings dialog. Then it won't come on at all.
What I said about having only one of dash to panel or dash to dock was mistaken. I thought that was the case, but I just tried it and found it does work. See the screenshot. Dash to dock can be on...
dash to dock or dash to panel replaces the Ubuntu dock. You can't use Ubuntu's default dock with either of those extensions.
Update: See Post #8
Right. You only trim the OS in use + anything mounted to it at the time the trim is run. I notice the EFI system partition is also trimmed. I missed copying that line (I have edited the original...
It will trim / and mounted partitions. I let systemd manage the trim. The results are in the systemd journal:
dmn@Tyana-vm:~$ journalctl | grep fstrim
Dec 28 06:11:02 Tyana-vm fstrim[590]:...
If you're using Ubuntu, Firefox Snap version doesn't have gnome shell integration, meaning you can't manage your gnome shell extensions with it. The same is true of the Firefox Flatpak version.
My best suggestions:
Insert the new drive, then use gparted to unmount it and do the following: Create a new partition table - GPT is best. Create a new partition. Suppose the new partition is sdb1....
I seems to be saying you are running it with administrative privileges? That can come from using sudo when starting the program in a terminal. If you did that, you shouldn't. Find the program icon...
In the screenshot, you have selected (in orange) the 4.1 MB free space. You can only format an existing partition, like Partition 1 in the image.
Internal HDDs are normally always spinning. External HDD sometimes has spindown feature after period of inactivity.
What .deb did you download and install here? In Ubuntu 20.04, "Ubuntu Software" (installed as a default application) comes as a snap package only. "Software Center" could refer to a couple of...
In my Ubuntu 18.04, I installed the Flatpak version and removed the repository version of LibreOffice. The spell check works in the Flatpak version (currently 7.0.4.2). So you could use that.
The simplest way is to use the terminal:
sudo apt install gnome-software
If you need or want Flatpak package support, you also need to get gnome-software-plugin-flatpak. It may or may not be...