deepin的软件仓库版本太低
Tofloor
poster avatar
董利阳
deepin
2019-10-28 18:12
Author
不知道为什么,deepin使用apt install安装软件版本很低, 是很低, 很多软件需自己想办法去下载相对较新的版本,还没depian9的软件库新

目前git想要升级较新版本,不知道怎么弄,有没有人能给个方案
Reply Favorite View the author
All Replies
avatar
Feng Yu
deepin
2019-10-28 18:48
#1
个别软件需要个别软件的方案升级,你需要升级什么软件?有些软件还有flatpak仓库或者snap仓库,通过这些仓库也可以升级
Reply View the author
avatar
WENWEN
deepin
2019-10-28 18:59
#2
等20吧官方到时候会升级到最新的
Reply View the author
avatar
董利阳
deepin
2019-10-28 22:07
#3
https://bbs.deepin.org/post/184362
个别软件需要个别软件的方案升级,你需要升级什么软件?有些软件还有flatpak仓库或者snap仓库,通过这些仓 ...

目前想升级一下Git的版本,网上找不到方案
Reply View the author
avatar
Feng Yu
deepin
2019-10-28 23:27
#4
https://bbs.deepin.org/post/184362
目前想升级一下Git的版本,网上找不到方案

https://launchpad.net/~git-core/ ... eries_filter=xenial

可以试试Ubuntu的PPA仓库,如果没有冲突的话那就可以用,否则自己编译吧
Reply View the author
avatar
Feng Yu
deepin
2019-10-28 23:28
#5
https://bbs.deepin.org/post/184362
等20吧官方到时候会升级到最新的

别把V20想的太完美了。V20官方确认同步Debian 10的官方仓库,你要是用过Debian 10的仓库你就知道是什么版本了。虽然肯定比Debian 9的版本新一点,但也不是最新,也不会紧跟git上游
Reply View the author
avatar
talon0011
deepin
2019-10-29 00:00
#6
本帖最后由 tuxcraft 于 2019-10-28 16:01 编辑

V20 我觉得看样子没有什么惊艳的感觉 目前官方放出来的东西 主要就是换了界面。

我对界面是无所谓的,看得过去就行。 搞得还这么保密。。。
具体怎么样,还是看看使用效果。 仓库实在是太保守了, 这一点连debian的开发者都在抱怨。我都不知道深度自己怎么想的。
如果实在不行,还是得用ubuntu。 毕竟不是用作服务器,我还是更在乎新软件和新特性,稳定性合格即可。
Reply View the author
avatar
董利阳
deepin
2019-10-29 02:07
#7
https://bbs.deepin.org/post/184362
https://launchpad.net/~git-core/+archive/ubuntu/ppa?field.series_filter=xenial

可以试试Ubuntu的PP ...

不能用, 无法增加ppa,提示
could not find a distribution template for Deepin/stable
Reply View the author
avatar
董利阳
deepin
2019-10-29 02:08
#8
https://bbs.deepin.org/post/184362
V20 我觉得看样子没有什么惊艳的感觉 目前官方放出来的东西 主要就是换了界面。

我对界面是无所谓的,看得 ...

这个非常赞同, 直接使用Ubuntu的是最省心的
Reply View the author
avatar
Feng Yu
deepin
2019-10-29 04:17
#9
本帖最后由 abcfy2 于 2019-10-28 22:44 编辑
https://bbs.deepin.org/post/184362
不能用, 无法增加ppa,提示
could not find a distribution template for Deepin/stable

PPA是Ubuntu的仓库,所以你必须修改对应的开发代号为Ubuntu的。理论上Deepin应该兼容Ubuntu 16.04 (xenial)的仓库,所以你必须修改为Ubuntu 16.04的开发代号
Reply View the author
avatar
lflflf
deepin
2019-10-29 04:37
#10
我是直接用ubuntu+dde桌面了
Reply View the author
avatar
jianguo922
deepin
2019-10-29 05:53
#11
等等11月份的V20吧!
Reply View the author
avatar
ghostry
deepin
2019-10-29 06:16
#12
deepin软件更新确实慢,特别是从arch转过来.
Reply View the author
avatar
Feng Yu
deepin
2019-10-29 06:52
#13
https://bbs.deepin.org/post/184362
V20 我觉得看样子没有什么惊艳的感觉 目前官方放出来的东西 主要就是换了界面。

我对界面是无所谓的,看得 ...

Debian的开发者可没有抱怨。我见到的Debian的开发者都会选择适合自己的发行版本。喜欢稳定的选用stable,追新的选testing源,喜欢滚动更新的直接上sid
Reply View the author
avatar
Feng Yu
deepin
2019-10-29 06:55
#14
试了下Ubuntu的git ppa可以用,你直接用apt-add-repository命令是不行的,产生的开发代号字段和Ubuntu对不上,会找不到仓库,因此手工添加ppa仓库,替换能使用的Ubuntu开发代号即可,Ubuntu 16.04的xenial就可以用。

  1. echo 'deb http://ppa.launchpad.net/git-core/ppa/ubuntu xenial main' | sudo tee /etc/apt/sources.list.d/git-core.list

  2. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A1715D88E1DF1F24

  3. sudo apt update

  4. sudo apt install -y git
Copy the Code
Reply View the author
avatar
177******44
deepin
2019-10-29 16:51
#15
确实,软件实在太老了。根据实际情况来看,软件老不一定稳定,反而可能因为老,被发现的漏洞利用。而且老的软件(特别像deepin这种非常老的软件)许多新的特性缺失的不行。如果让用户自己想办法通过第三方解决,应用商店存在又有什么价值,还不如换个发行版。
Reply View the author
avatar
talon0011
deepin
2019-10-30 06:23
#16
https://bbs.deepin.org/post/184362
Debian的开发者可没有抱怨。我见到的Debian的开发者都会选择适合自己的发行版本。喜欢稳定的选用stable, ...

我说的不是在debian上开发的,而是维护debian操作系统的人
Reply View the author