[3rd-Party Apps] 希望能更新homebank的版本
Tofloor
poster avatar
Gordon
deepin
2023-01-28 22:58
Author

现在deepin的应用商城里或者直接apt install的homebank是5.2.2版本,之前我用ubuntu是5.5.2的版本,所以导致之前存储的账目内容无法被老版本的homebank读取,自己编译安装源码时,又报gcc有问题,没有安装成功,希望应用商城更新一下homebank的版本,谢谢!

Reply Favorite View the author
All Replies
152******14
deepin
2023-01-28 23:02
#1

星火商店看看有没有先过渡一下

Reply View the author
Gordon
deepin
2023-01-29 00:01
#2
152******14

星火商店看看有没有先过渡一下

星火里没有,麻烦你了,谢谢!

Reply View the author
Lwh2008-Equinox
deepin
2023-01-29 00:05
#3

https://github.com/search?q=homebank&type=

不清楚哪个才是你说的homebank

如果是名字后面写了“public archive”的。。。那个已经停止维护了。。。

Reply View the author
Gordon
deepin
2023-01-29 07:58
#4
Lwh2008-Equinox

https://github.com/search?q=homebank&type=

不清楚哪个才是你说的homebank

如果是名字后面写了“public archive”的。。。那个已经停止维护了。。。

这个,谢谢!http://homebank.free.fr/en/

Reply View the author
吉吉如律令
deepin
2023-01-29 19:34
#5
Gordon

这个,谢谢!http://homebank.free.fr/en/

你能访问官网吗?我刚想看下,发现访问不了

Reply View the author
Barry-okx
Junior Packager
2023-01-29 23:25
#6
sudo add-apt-repository ppa:mdoyen/homebank
sudo apt-get update
sudo apt-get install homebank

这个官网推荐的装法可以么?

Reply View the author
Gordon
deepin
2023-01-30 16:31
#7
Barry-okx
sudo add-apt-repository ppa:mdoyen/homebank
sudo apt-get update
sudo apt-get install homebank

这个官网推荐的装法可以么?

这个添加源时不能成功,一直报错,找了一些解决方案,没能解决

Reply View the author
Gordon
deepin
2023-01-30 21:38
#8
吉吉如律令

你能访问官网吗?我刚想看下,发现访问不了

我可以,而且可以下源码

Reply View the author
Gordon
deepin
2023-01-30 21:39
#9
Gordon

这个添加源时不能成功,一直报错,找了一些解决方案,没能解决

截图_选择区域_20230130133731.png

Reply View the author
Gordon
deepin
2023-01-31 00:04
#10

今天有些时间,仔细折腾了一下,把结果总结一下:

  1. 按照官方的增加ppa的方法,会报错,如下图所示,网上查了一下,有一些解决方法,然后发现都不work。
    截图_选择区域_20230130133731.png

  2. 然后尝试手动增加源的方法,找到了通用源的http地址和key,发现由于deepin基础库版本低于ubuntu,只能增加到18.10的源,然后可以顺利安装到homebank5.2.6的版本,更高版本的源可以成功增加,但是按照软件时会提示很多deepin的库版本不够无法安装。下图是增加到ubuntu19.10时,报错提示,再增加ubuntu版本会有库版本要求更高。
    截图_选择区域_20230130155847.png

  3. 尝试直接homebank5.6.1的源代码编译,在解决了一些缺少的库问题后,可以完全顺利的confure,但是make是报错,不知如何解决。
    截图_选择区域_20230130154636.png

    截图_选择区域_20230130154750.png

  4. 最后只能折腾到这了,暂时用5.2.6吧,其他的等待系统整体升级后再说了。

Reply View the author