# Deepin Live Community CD 小型系统安装工具 **Repository Path**: gfdgd-xi/livecd-installer-pc ## Basic Information - **Project Name**: Deepin Live Community CD 小型系统安装工具 - **Description**: 一个 deepin community live cd 项目的一个工具 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-15 - **Last Updated**: 2024-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduce It's a little system installer on deepin community live cd, it can easyer to install this live cd on ## The Last Run Test Using Time It run on qemu-kvm. Local PC devices: ![image.png](https://storage.deepin.org/thread/202204151256315399_image.png) Virtual PC devices: ![image.png](https://storage.deepin.org/thread/202204151257251162_image.png) Using Time: ![image.png](https://storage.deepin.org/thread/202204151258133447_image.png) ![image.png](https://storage.deepin.org/thread/202204151255115320_image.png) # About The Deepin Community Live CD Introduce It is made from Deepin 20.5 by gfdgd xi, it have some drivers to keep your computer run this deepin community live cd, The last version is 1.0.4. ***Live CD defult password: 123456*** ![image.png](https://storage.deepin.org/thread/202204111533273090_image.png) ![image.png](https://storage.deepin.org/thread/202204111534405194_image.png) ## Some Include Tools 1. UOS Remote Desktop 2. TestDisk 3. Ukoapp 4. Deepin Repair Tools 5. CPU-G/CPU-X 6. GParted 7. Character Map 8. Timeshift 9. Lub 10. All Deepin Apps 11. Todesk 12. Live CD Tools By UOS(Will be not used) 13. Pardus Boot Repair 14. PowerISO 15. A small app store(this app) 16. Deepin Clone 17. …… # How to Get Deepin Community Live CD You can get on down link, also you can [press here](https://bbs.deepin.org/post/166409) to know how to build a Linux Live CD for yourself. ## Deepin Forum 1.0.4:https://bbs.deepin.org/post/234831 1.0.3:https://bbs.deepin.org/post/234197 1.0.2:https://bbs.deepin.org/post/233620 1.0.1:https://bbs.deepin.org/post/233272 ## UOS Forum 1.0.4:https://bbs.chinauos.com/zh/post/11891 1.0.3:https://bbs.chinauos.com/zh/post/11793 1.0.2:https://bbs.chinauos.com/zh/post/11708 1.0.1:https://bbs.chinauos.com/zh/post/11618 ## UOS Club 1.0.4:https://club.uniontech.com/#/detail?id=b49daa4e781346618c6432228da09ea2 1.0.3:https://club.uniontech.com/#/detail?id=2fc8de40f1a044bd975f91a3afdd6f12 1.0.2:https://club.uniontech.com/#/detail?id=897eb193fd834343a31c0838c89cce2c 1.0.1:https://club.uniontech.com/#/detail?id=bc804ffe6dc14f13a4ddbc26447a5c62 ## Cloud Download Link Baidu Cloud Disk:Link: [https://pan.baidu.com/s/1n5J8M8iqfI-kMbmHfR-x9w](https://pan.baidu.com/s/1n5J8M8iqfI-kMbmHfR-x9w) 提取码: ejr7 ![image.png](https://storage.deepin.org/thread/202203201435562540_image.png) Aliyun Cloud Disk(Need to change file name):[https://www.aliyundrive.com/s/bfzZhFWCEdi](https://www.aliyundrive.com/s/bfzZhFWCEdi) 139 Cloud Disk:链接: [https://caiyun.139.com/m/i?0r5CLA9upgtMT](https://caiyun.139.com/m/i?0r5CLA9upgtMT) 提取码:nEy6 ![qrcode-分享.jpeg](https://storage.deepin.org/thread/202203201439423300_qrcode-%E5%88%86%E4%BA%AB.jpeg) # How To Run This App ## Must Know: It must run in this live cd! If you are install and add in path environment, you can input it: ```bash livecd-installer-pc ``` You can press Ctrl+Alt+T to open console terminal, and you should input down code in your console terminal: ```bash # Download lub wget https://storage.deepin.org/forum/201807/21/014022inhrxll8pvts4srr.zip unzip 014022inhrxll8pvts4srr.zip sudo cp lub /usr/bin # Install Pardus Boot Repair git clone https://github.com/pardus/pardus-boot-repair.git cd pardus-boot-repair sudo make install # Install Other Program sudo apt install python3 toilet gparted # Download This Program git clone livecd-installer-pc git clone https://gitee.com/gfdgd-xi/livecd-installer-pc # Or # git clone https://github.com/gfdgd-xi/livecd-installer-pc chmod 777 livecd-installer-pc/livecd-installer-pc sudo mkdir /opt/ sudo cp livecd-installer-pc /opt/ -r sudo ln -s /opt/livecd-installer-pc/livecd-installer-pc /usr/bin/livecd-installer-pc # Now you can input "livecd-installer-pc" to run this app! ```