How to install third-party software on deepin?
There are several methods to install third-party software in deepin.
- By using the Deepin Store, which is an application store, you can search for and install third-party software directly within it. Simply open the Deepin Store, search for the software you want to install, and then click on install.
- To use APT command line tool: Deepin is a distribution based on Debian, where you can utilize the APT command line tool to install third-party software. Simply open the terminal and enter the following command to update the software sources:
- Update the system using sudo apt.
- Then enter the following command to install the software:
- Install software name using sudo apt command.
- Replace “software name” with the name of the software you want to install.
- Using .deb packages: Occasionally, certain third-party software may provide installation packages in the .deb format. You can simply download this .deb file and then double-click it to install.
Please be cautious when using third-party software, only download and install software from trusted sources. Do not install unverified software to avoid security risks to your system.