gpt4 book ai didi

linux - 更改 Xubuntu 以将自己报告为 Ubuntu

转载 作者:太空宇宙 更新时间:2023-11-04 09:51:15 27 4
gpt4 key购买 nike

我安装了 Xubuntu 12.04,我想用它来运行商业程序。商业程序在启动时运行一个脚本来检查分发。如果它像 Ubuntu 一样受支持,那么没问题,但如果它看到 Xubuntu,它就会提示该平台。有没有办法让 Xubuntu 将自己报告为 Ubuntu?

linux_dist () {
_dist=`lsb_release -d 2> /dev/null | sed 's!^[^:]*: *!!'`
if [ -z "$_dist" ]; then
if [ -f /etc/SuSE-release ]; then
_dist=`head -n 1 /etc/SuSE-release`
elif [ -f /etc/issue ]; then
_dist=`head -n 1 /etc/issue`
else
_dist=`cat /proc/version | sed -e 's/^.*(\([^()]*Linux[^()]*\)).*$/\1/'`
fi
fi
if [ -z "$_dist" ]; then _dist='unknown' ; fi
echo $_dist
}

谢谢,

最佳答案

简单的解决方案:

sudo sed -i "s/Xubuntu/Ubuntu/g" /etc/lsb-release

玩得开心;)

关于linux - 更改 Xubuntu 以将自己报告为 Ubuntu,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10922730/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com