{"id":13844838,"url":"https://github.com/Jactor-Sue/Deepin-Apps-Installation","last_synced_at":"2025-07-12T00:32:15.815Z","repository":{"id":45229093,"uuid":"132618925","full_name":"jactor-sue/Deepin-Apps-Installation","owner":"jactor-sue","description":"本仓库介绍如何在基于Ubuntu的系统上安装Deepin移植的软件。This repo shows how to install apps packaged by Deepin.","archived":false,"fork":false,"pushed_at":"2020-10-26T01:59:48.000Z","size":520977,"stargazers_count":574,"open_issues_count":15,"forks_count":82,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-10-26T14:24:38.049Z","etag":null,"topics":["deepin","deepin-wine","deepin-wine-tim","deepin-wine-wechat","linux","mint","qq","thunderspeed","tim","ubuntu","wechat","wine"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jactor-sue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-08T14:12:55.000Z","updated_at":"2024-10-21T04:13:39.000Z","dependencies_parsed_at":"2022-09-05T05:11:26.330Z","dependency_job_id":null,"html_url":"https://github.com/jactor-sue/Deepin-Apps-Installation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jactor-sue%2FDeepin-Apps-Installation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jactor-sue%2FDeepin-Apps-Installation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jactor-sue%2FDeepin-Apps-Installation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jactor-sue%2FDeepin-Apps-Installation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jactor-sue","download_url":"https://codeload.github.com/jactor-sue/Deepin-Apps-Installation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225772765,"owners_count":17521883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deepin","deepin-wine","deepin-wine-tim","deepin-wine-wechat","linux","mint","qq","thunderspeed","tim","ubuntu","wechat","wine"],"created_at":"2024-08-04T17:02:58.871Z","updated_at":"2024-11-21T17:30:51.715Z","avatar_url":"https://github.com/jactor-sue.png","language":"Shell","funding_links":[],"categories":["Shell","Shell (473)"],"sub_categories":[],"readme":"# Deepin 软件安装教程\n\n本仓库介绍如何在基于Ubuntu的系统上安装deepin-wine以及[Deepin](https://www.deepin.com/)公司移植的一些软件，比如微信、QQ、TIM、迅雷等。\n\nThis repo shows how to install apps packaged with deepin-wine by Deepin on Ubuntu based linux distributions, like Wechat, QQ, TIM, Thunder Speed etc. [ENGLISH README](./docs/README-en.md)\n\n![screenshot-desktop](./docs/images/screenshot-desktop.png)\n\n## 克隆仓库到本地\n\n```sh\ngit clone https://github.com/Jactor-Sue/Deepin-Apps-Installation.git\n```\n\n## 安装\n\n### 安装`deepin-wine`\n\n```sh\nchmod +x ./install-deepin-wine.sh \u0026\u0026 ./install-deepin-wine.sh\n```\n\n### 安装Deepin移植的软件\n\n点击软件名称可以从deepin源下载。\n\n*   [QQ](http://packages.deepin.com/deepin/pool/non-free/d/deepin.com.qq.im/deepin.com.qq.im_8.9.19983deepin23_i386.deb)\n*   [QQ轻聊版](http://packages.deepin.com/deepin/pool/non-free/d/deepin.com.qq.im.light/deepin.com.qq.im.light_7.9.14308deepin8_i386.deb)\n*   [TIM](http://packages.deepin.com/deepin/pool/non-free/d/deepin.com.qq.office/deepin.com.qq.office_2.0.0deepin4_i386.deb)\n*   [阿里旺旺](http://packages.deepin.com/deepin/pool/non-free/d/deepin.com.taobao.wangwang/deepin.com.taobao.wangwang_9.12.03Cdeepin0_i386.deb)\n*   [迅雷精简版](http://packages.deepin.com/deepin/pool/non-free/d/deepin.com.thunderspeed/deepin.com.thunderspeed_7.10.35.366deepin18_i386.deb)\n*   [微信](http://packages.deepin.com/deepin/pool/non-free/d/deepin.com.wechat/deepin.com.wechat_2.6.8.65deepin0_i386.deb)\n\n之后就可以在Launcher中找到所安装的软件了。\n\n![screenshot-launcher](./docs/images/screenshot-launcher.png)\n\n\u003e**注意：** 安装好后第一次启动时间可能较长，也可能失败，如果失败可以多长尝试几次或重启桌面\n\n### 其他软件\n\n大家可以到Deepin的源下载更多软件进行测试 [Deepin packages non-free](http://packages.deepin.com/deepin/pool/non-free/)\n\n\n## 卸载\n\n#### 卸载apps\n\n```sh\nsudo dpkg -P xxx #xxx为安装时的包名\n```\n#### 卸载`deepin-wine`\n```sh\nchmod+x ./uninstall-deepin-wine.sh \u0026\u0026 ./uninstall-deepin-wine.sh\n```\n\u003e**注意：** 卸载`deepin-wine`之后已经安装的apps会由于依赖问题也被卸载\n\n## 已测试系统/桌面\n\n系统|桌面|支持\n-|-|-\nUbuntu18.04|Gnome|是\nUbuntu16.04|Unity|是\nUbuntu14.04|Unity|否\nLinuxMint18.x|Cinnamon|是\nLinuxMint19.0|Cinnamon|是\nKubuntu|KDE Plasma|否\n\n## 常见问题\n\n[常见错误和问题](/docs/FAQs.md)\n\n## 社区\n\n我在[深度社区](https://bbs.deepin.org/forum.php)找到了很多问题的解决办法。\n\n## 支持\n\n- [捐赠深度社区](https://bbs.deepin.org/forum.php?mod=viewthread\u0026tid=40784\u0026extra=page%3D1)\n- [分享](https://github.com/Jactor-Sue/Deepin-Apps-Installation/issues)你测试过好用的软件\n- [反馈](https://github.com/Jactor-Sue/Deepin-Apps-Installation/issues)你测试过的系统和桌面\n- [分享](https://github.com/Jactor-Sue/Deepin-Apps-Installation/issues)在使用过程中遇到的问题和解决办法\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJactor-Sue%2FDeepin-Apps-Installation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJactor-Sue%2FDeepin-Apps-Installation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJactor-Sue%2FDeepin-Apps-Installation/lists"}