Ubuntu22.04 安装Rstudio装不上

问题遇到的现象和发生背景

呃,现在是Rstudio装不上,绝了这个22.04的Ubuntu
它应该是缺少很多数据库,已经解决了一个,现在卡在了libXcomposite.so.1上面
我尝试了网上的一些方法, 但是有些工具,列如zypper rpm dnf
都无法用apt获得,zypper找到的源也用不了

问题相关代码,请勿粘贴截图

前面安装的都很正常包括libclang也整了

运行结果及报错内容

apt install rstudio
输出为
Reading package lists. Done Building dependency tree. Done Reading state information. Done rstudio is already the newest version (2022.07.1+554) 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded
然后就
rstudio: error while loading shared libraries: libXcomposite.so.1: cannot open shared object file: No such file or directory

我的解答思路和尝试过的方法

我试图用
pacman -Syu lib32-libxcomposite
然后报错
X Error of failed request: BadName (named color or font does not exist) Major opcode of failed request: 45 (X_OpenFont) Serial number of failed request: 21 Current serial number in output stream: 25

我想要达到的结果

唉,就装上就行

rpm,dnf是centos的东西
apt search libXcomposite 搜索一下安装。

img