[持续更新]可更新的火狐,雷鸟,HMCL等等软件deb包(玩MC福音
Tofloor
poster avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-04-11 23:04
Author
本帖最后由 shenmo 于 2020-4-30 21:28 编辑

火狐、雷鸟和HMCL的包我会长期更新,考虑到个人网盘容量,可能旧版本不会保留,所以统一导向到我的博客进行下载
http://www.shenmo.tech:666/?p=420


下面三个包原作者不再更新,我也不会更新了

DTK版的redict https://bbs.deepin.org/user/25870 开发(这玩意其实可以去他的github上下载的
http://share.shenmo.tech/index.php?share/file&user=1&sid=kHBJKpFd

如果在非deepin平台上可以用appimage包
http://share.shenmo.tech/index.php?share/file&user=1&sid=39xqEPyd
最后是超级好用并且是20风格的sysbro
http://share.shenmo.tech/index.php?share/file&user=1&sid=H8NTAIW4


Reply Favorite View the author
All Replies
2 / 4
To page
avatar
‌量子巡游者
Moderator
2020-04-12 00:53
#21
我知道你不是他啊   这不是说他软件好用啊!!
Reply View the author
Comments
shenmo
2020-04-12 00:57
嘿嘿
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-04-12 00:57
#22

请卸载系统自带的雷鸟!我的包名不标准没法正常覆盖!




Reply View the author
avatar
tsdg666
deepin
2020-04-12 00:57
#23
虽然不用,但我还是要进来给你个赞,哈哈
Reply View the author
avatar
deepin2020cn
deepin
2020-04-12 01:20
#24
https://bbs.deepin.org/post/191298
那个啥,把系统自带的雷鸟卸载才可以
不过系统自带的应该是很新的版本了,好像uos也是吧应用扔到/opt,可 ...

可以了,谢谢
Reply View the author
avatar
熊爷不是好惹的
deepin
2020-04-12 01:27
#25
安装成功!非常感谢!!!正需要。原来的版本太老了。而且是英文,不适合俺们学渣!大神你太及时了!
Reply View the author
avatar
熊爷不是好惹的
deepin
2020-04-12 01:29
#26
安装成功!大神你太及时了!!
Reply View the author
avatar
‌量子巡游者
Moderator
2020-04-12 01:33
#27
打包过程出个文字图片教程呗!!!
Reply View the author
Comments
lanrizhen
2020-04-12 03:33
赞成!
lanrizhen
2020-04-12 03:32
赞成
lanrizhen
2020-04-12 03:31
同意, 1
avatar
终南
deepin
2020-04-12 03:36
#28
https://bbs.deepin.org/post/191298
打包过程出个文字图片教程呗!!!

抱歉啊,在楼上发点评的时候这边出了点问题,多发了几条
Reply View the author
avatar
jianguo922
deepin
2020-04-12 04:58
#29
谢谢分享           
Reply View the author
avatar
jerry79
deepin
2020-04-12 06:34
#30
请问你的雷鸟是哪个版本,我刚装了68.6,需要更新吗?谢谢
Reply View the author
avatar
jerry79
deepin
2020-04-12 06:34
#31
请问你的雷鸟是哪个版本,我刚装了68.6,需要更新吗?谢谢
Reply View the author
avatar
superendermansm
deepin
2020-04-12 06:36
#32
jerry79 发表于 2020-4-11 22:34
请问你的雷鸟是哪个版本,我刚装了68.6,需要更新吗?谢谢

最新的,只知道是这个,打包之前特意打开检查更新了一下
版本忘了,我写在包里面了,安装的时候提示
Reply View the author
avatar
superendermansm
deepin
2020-04-12 06:37
#33
qwt8242506 发表于 2020-4-11 17:27
安装成功!非常感谢!!!正需要。原来的版本太老了。而且是英文,不适合俺们学渣!大神你太及时了! ...

过奖啦哈哈
Reply View the author
avatar
superendermansm
deepin
2020-04-12 06:47
#34
MMDMM 发表于 2020-4-11 17:33
打包过程出个文字图片教程呗!!!

是这样,我是百度学的,自己拆了一个包然后摸索的
deb包右键解压到当前文件夹即可
创建一个目录,随便取名,比如雷鸟我就叫thunderbird
这个目录里所有的东西会被安装到/
比如.desktop文件需要装到/usr/share/applications
创建一个usr文件夹,进去创建share,进去创建applications,然后把写好的.desktop放进去
我把程序放到/opt/thunderbird,同理创建一个opt,进去以后创建thunderbird,复制粘贴雷鸟程序
完成这两步就完成了大半,接下来就是写描述信息了
创建DEBIAN文件夹,里面创建control文件(就是文本文档去掉.txt),写法参照拆包里面的control,这个非常好理解,可以复制粘贴过去之后改,手机操作不方便贴我写的control文件,可以自己拆包看看
然后是写postrm,就是右键卸载之后执行的操作,在这里我写的是rm -r /opt/thunderbird,这样卸载干净
最后献上进阶教程
https://www.cnblogs.com/goyier/p/9233076.html
Reply View the author
avatar
superendermansm
deepin
2020-04-12 06:53
#35
superendermansm 发表于 2020-4-11 22:47
是这样,我是百度学的,自己拆了一个包然后摸索的
deb包右键解压到当前文件夹即可
创建一个目录,随便取 ...

对了,如此这般弄完了需要在父目录(就是能看到thunderbird文件夹的目录)执行
sudo dpkg -b 文件夹名这里是thunderbird 打包名这里是thunderbird-sm.deb
例:sudo dpkg -b thunderbird thunderbird.deb
如果提示postrm权限不对去把他右键属性允许以程序打开

上一个教程不怎么直观,送上更直观的
https://blog.csdn.net/qq_16149777/article/details/86672286
Reply View the author
avatar
海鸥
deepin
2020-04-12 18:43
#36
不支持说不过去。顶您!
Reply View the author
avatar
海鸥
deepin
2020-04-12 18:44
#37
支持一下。
Reply View the author
avatar
lbygljq
deepin
2020-04-12 19:16
#38
为楼主的行为点个赞!
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-04-12 19:47
#39
https://bbs.deepin.org/post/191298
不支持说不过去。顶您!

谢谢支持!
Reply View the author
avatar
jianguo922
deepin
2020-04-13 04:48
#40
谢谢分享      
Reply View the author
2 / 4
To page