Lsb-release showing incorrect version

Hi,
I have installed wechat in ubuntu kylin store in these command:
1.down load wechat.deb
2.detap wechat.deb
3 sudo pacman -U wechat.pkg.tar.zst
but the neofetch display is wrong,also lsb-releas -a display is wrong.
As follow:

#cat lsb-release                                           
DISTRIB_ID=Kylin
DISTRIB_RELEASE=V10
DISTRIB_CODENAME=kylin
DISTRIB_DESCRIPTION="Kylin V10 SP1"
DISTRIB_KYLIN_RELEASE=V10
DISTRIB_VERSION_TYPE=enterprise
DISTRIB_VERSION_MODE=normal
#cat os-release                                              
NAME="Manjaro Linux"
ID=manjaro
ID_LIKE=arch
BUILD_ID=rolling
PRETTY_NAME="Manjaro Linux"
ANSI_COLOR="32;1;24;144;200"
LOGO=manjarolinux
#neofetch
atticus@atticus-ThinkPad 
       #######          ------------------------ 
       ##O#O##          OS: Kylin V10 SP1 x86_64 
       #######          Host: 20UD0004CD ThinkPad T14 Gen 1 
     ###########        Kernel: 5.15.59-1-MANJARO 
    #############       Uptime: 25 mins 
   ###############      Packages: 1426 (pacman) 
   ################     Shell: zsh 5.9 
  #################     Resolution: 1920x1080 
#####################   DE: GNOME 42.3.1 
#####################   WM: Mutter 
  #################     WM Theme: Adwaita 
                        Theme: Adwaita-dark [GTK2/3] 
                        Icons: Papirus-Dark [GTK2/3] 
                        Terminal: gnome-terminal 

Please suggest how to fix this incorrect display.


Moderator edit: In the future, please use proper formatting: [HowTo] Post command output and file content as formatted text

This topic is not Manjaro related. Ask in the Kylin forums instead.

You installed a non-native package that was designed for Ubuntu. You should have used a native one instead.

Uninstall that package again and install a more suitable one. There are several WeChat implementations available from the AUR.

1 Like

In case you want to keep your custom package from whatever .deb you downloaded and used debtap, but want to have the proper lsb-release and os-release then run from terminal:

pamac install manjaro-release filesystem

and all should come back to normal.

2 Likes

Lesson to be learned: using another distribution store can have side effects.