[Share Experiences] Universal Store Release of UOS Family Deepin Community Edition
Tofloor
poster avatar
SuperDavid
Moderator
2024-08-27 16:51
Author

[Other] Universal Store Release of UOS Family Deepin Community Edition with Built-in Switch, 3DS, PS1-3 Emulators

Before Installation: Ensure you are using an X86 architecture, which means Intel and AMD processors are fine. The Chinese Professional Edition has a different architecture and is not included here.

UOS or Deepin Installation of Flathub Store SourceFollow these simple steps to start using Flathub.

Note: When prompted to enter your password during installation, enter the password and press Enter. When asked Y/N, type 'y' and press Enter.

  1. Open Terminal First
  2. Install Flatpak

To install Flatpak, run the following command:

sudo apt -y install flatpak

  1. Add Flathub Store Source Address

Flathub is the best place to get Flatpak applications. To enable it, run:

  1. Official Source (Mandatory)

sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

If your network is slow, use the Shanghai Jiaotong University mirror (optional):

sudo flatpak remote-modify flathub --url=https://mirror.sjtu.edu.cn/flathub

  1. Install Deepin Themes

To install light and dark themes, run:

sudo flatpak -y install flathub org.gtk.Gtk3theme.deepin

sudo flatpak -y install flathub org.gtk.Gtk3theme.deepin-dark

  1. Restart

To complete the setup, restart your system. Now all you need to do is install some applications!

  1. Store Address

https://flathub.org/zh-Hans

  1. Download Store Programs

Visit https://flathub.org/zh-Hans, search for the required program, click the arrow next to download, copy the installation command of the program, and run it in the terminal. Then you can find it in the program list, right-click to send it to the desktop for easy use.

  1. Example of Program Installation (Separate Installation Package)

sudo flatpak -y install

Drag the installation package in, remember to remove the quotation marks. See the example below:

sudo flatpak -y install /home/fang/Downloads/wiliwili-Linux-f8cc02c-x86_64/wiliwili-Linux-f8cc02c.flatpak

  1. Uninstall Command

Some programs may not be able to be deleted directly from the application list. Use the following command:

flatpak uninstall appname

  1. Upgrade All Installed Software at OncePrograms in the store cannot be updated automatically. Many programs update several versions daily. To facilitate upgrades, execute the following command:

flatpak update

  1. Flathub Installation Program Folder Path

/var/lib/flatpak/repo/refs/remotes/flathub/app

Additionally, Flathub Store can download STEAM (the best method) and a third-party compatibility layer called ProtonUp-Qt. The store has various emulators that can be installed directly by searching.

Reply Favorite View the author
All Replies

No replies yet