[App Sharing] 网易邮箱大师出原生Linux版了
Tofloor
poster avatar
deepin
2023-06-29 19:20
Author

下载地址:

https://dashi.163.com/download.html

dashi.png

简单使用方法

1.官方使用Ubuntu22打包,deepin与uos使用会报下方glibc依赖问题,解决这个问题就能运行

./MailMaster: /lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.29' not found (required by ./MailMaster) ./MailMaster: /lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.30' not found (required by ./MailMaster)
./MailMaster: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by ./MailMaster) ./MailMaster: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by ./MailMaster)
./MailMaster: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by ./MailMaster) ./MailMaster: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by ./MailMaster)

2.安装@enforcee 大神的additional-base-lib-2.36-9-5.deb.zip 依赖工具,教程地址:https://bbs.deepin.org/zh/post/256555

3.使用命令运行或者修改/usr/share/applications/MailMaster.desktop文件

命令:cd /opt/MailMaster && ablrun ./MailMaster

最后放张运行版本截图tail

dde-desktop_20230629130104.png

Reply Favorite View the author
All Replies
2 / 2
To page
hanzn-zzx
deepin
2023-06-29 20:20
#21

like棒!

(官方能不能打个玲珑包joy@xuqi

Reply View the author
gfdgd_xi
deepin
Ecological co-builder
2023-06-29 20:36
#22

放张图:
图片.png

Reply View the author
waittingsummer
deepin
2023-06-29 20:54
#23

看来丁磊今年卖猪赚钱了

Reply View the author
阿尼樱奈奈
deepin
2023-06-29 20:56
#24
gfdgd_xi

放张图:
图片.png

你的系统的控制中心为什么是中英文混着的?😲

Reply View the author
gfdgd_xi
deepin
Ecological co-builder
2023-06-29 21:13
#25
阿尼樱奈奈

你的系统的控制中心为什么是中英文混着的?😲

joy 系统语言包被我玩炸了

Reply View the author
阿尼樱奈奈
deepin
2023-06-29 21:17
#26
gfdgd_xi

joy 系统语言包被我玩炸了

joy

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2023-06-29 21:58
#27

https://bbs.deepin.org/post/258707

在此下载UOS/deepin兼容包

Reply View the author
商店运营-小七
Moderator
2023-06-29 22:36
#28
青稚

高低得上架商店啊。

收到,高低咱去联系~

Reply View the author
BigFish
deepin
2023-06-30 00:54
#29

国产系统装个软件真不容易啊!隔壁银河麒麟也不能安装。

Reply View the author
hanzn-zzx
deepin
2023-06-30 01:00
#30
BigFish

国产系统装个软件真不容易啊!隔壁银河麒麟也不能安装。

星火商店有了,可以去装。官方商店应该要晚点上架。

Reply View the author
BigFish
deepin
2023-06-30 01:02
#31
hanzn-zzx

星火商店有了,可以去装。官方商店应该要晚点上架。

银河麒麟装不了星火商店,家里台式机用的Deepin,笔记本用的银河麒麟。

Reply View the author
张耘赫
deepin
2023-06-30 06:07
#32

兄弟能不能来一个arm64包。

Reply View the author
jjcui8595
deepin
2023-06-30 14:02
#33

感谢分享

Reply View the author
Dazer007
deepin
2023-07-29 03:30
#34

网易邮箱牛逼啊,会员买起来。

Reply View the author
Dazer007
deepin
2023-07-29 03:31
#35

网易牛逼Plus。

Reply View the author
arlly
deepin
2024-01-03 21:08
#36

1\sudo apt install bubblewrap

2\additional-base-lib_2.36-9-6~repack2_amd64.deb
文件大小:1.9 M
https://zhfontx.lanzoub.com/iCWJh11sq4kb

3\mailmaster_5.0.1.1023-repack1_amd64.deb
文件大小:89.1 M
https://zhfontx.lanzoub.com/ijqkW11sr7kf

Reply View the author
arlly
deepin
2024-01-03 21:44
#37

截图_2024-01-03_21-41-55.png

Reply View the author
bigben446
deepin
2024-02-24 15:55
#38

大家一起给网易邮箱大师写邮件,希望其尽快推出uos/deepin版本的deb安装包。目前的网易邮箱大师已经开发了linux版本,但是只能安装在ubuntu上。

网易邮箱大师的邮箱是:dashiteam@163.com
主页是:https://dashi.163.com/download.html

Reply View the author
球DB
deepin
2025-10-13 10:29
#39
璃晨Kass

很抱歉,您的系统版本低于Ubuntu 22.04,暂不支持运行网易邮箱大师,请等待后续兼容版本。

我看了它的启动脚本,有做操作系统版本的检查,其实去掉这个检查,全部 注释掉,留着启动命令,试试,我的是mint21.3底层是22.04LTS,是完全没问题的,也是这个提醒,后面手动注释掉后完美运行。

#!/bin/bash

# Distributor ID: Ubuntu
RID=$(lsb_release -i | tr '[:upper:]' '[:lower:]')

for str in $(echo $RID | tr ":" "\n")
do
  RID=$str
done

# Release: 22.04
VER=$(lsb_release -r | tr '[:upper:]' '[:lower:]')

for str in $(echo $VER | tr ":" "\n")
do
  VER=$str
done

cd /opt/mailmaster && ./mailmaster $@

#if [ "$VER" \< "22.04" ] || [ "$RID" != "ubuntu" ]; then
#  zenity --info --title="提示" --text="很抱歉,您的系统版本低于Ubuntu 22.04,暂不支持运行网易邮箱大师,请等待后续兼容版本。"
#else
#  cd /opt/mailmaster && ./mailmaster $@
#fi

Reply View the author
2 / 2
To page