解决shellter安装成功,启动shellter出现it looks like wine32 is missing, you should install it.

首先我们先用命令apt install shellter安装shellter。
安装完之后可在执行apt install shellter显示正在读取软件包列表… 完成
正在分析软件包的依赖关系树
正在读取状态信息… 完成
shellter 已经是最新版 (7.1-0kali1)。
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 9 个软件包未被升级。
说明你已经安装成功了。
但是我们在输入命令:shellter打开shellter的时候突然显示出:

it looks like wine32 is missing, you should install it.
multiarch needs to be enabled first.  as root, please
execute "dpkg --add-architecture i386 && apt-get update &&
apt-get install wine32"
wine: created the configuration directory '/root/.wine'
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0014:err:ole:get_local_server_stream Failed: 80004002
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0012:err:ole:get_local_server_stream Failed: 80004002
Could not load wine-gecko. HTML rendering will be disabled.
it looks like wine32 is missing, you should install it.
multiarch needs to be enabled first.  as root, please
execute "dpkg --add-architecture i386 && apt-get update &&
apt-get install wine32"
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/root/.wine' has been updated.
it looks like wine32 is missing, you should install it.
multiarch needs to be enabled first.  as root, please
execute "dpkg --add-architecture i386 && apt-get update &&
apt-get install wine32"
wine: Z:\usr\share\shellter\shellter.exe 的 EXE 格式无效。
wineconsole: 无法启动程序 "/usr/share/shellter/shellter.exe"。
命令无效。

出现这个的原因是因为我们的kali linux 该软件需要wine32包,一般在64位kali里是只有wine64包。
接下来我们在执行:三条命令
第一条 dpkg --add-architecture i386
第二条 apt-get update
第三条apt-get install wine32
然后你在执行:shellter 就可以出现shellter窗口拉。

你可能感兴趣的:(经验总结,小技巧)