The method of installing software DEEPIN

The method of installing software DEEPIN

  1. By installing depth Stores
    • Open depth mall, like Windows, software management program, such as Tencent software management. Direct download automatically installed
  2. By binary installation package
    • · Download binary packages are mostly .run extension
    • > Properties - - After the download right click> Check to allow program execution.
    • Double-click the installation
  3. By installation package deb
    • Download and double-click the installation package deb
    • Package Manager checks dependencies, if there is no problem, click the installation package.
    • If the problem you need to rely on their own dependent software download, install dependencies.
  4. By installing decompression
    • Download the archive, the general extension is tar.bz, tar.bz2, tar.gz
    • Directly to extract the installation files to download the specified directory (the directory you want to install) to
  5. Command input through the terminal mounting
    • sudo apt-get install cmake g++
    • Installation example C ++ compiler GCC input sudo apt-get install cmake g ++ terminal,
    • Enter, password, follow the prompts, input Y or N to complete the installation.
  6. Install mysql
sudo apt-get install mysql-server 
sudo apt-get install  mysql-client
Published 98 original articles · won praise 0 · Views 2695

Guess you like

Origin blog.csdn.net/qq_22017379/article/details/103779913