电脑打开不了插件怎么办

发布时间: 2023-04-16 08:44 阅读: 文章来源:转载

我们正常更新插件会打开cydia等各种商店,然后刷新源,最后发现有更新包,然后下载安装!截图发一个教程,如何不打开cydia等商店的情况下更新插件!

这时候我们又要祭出强大的终端了!

1、要保证手机安装好终端或者filza,电脑有终端也可以,具体可以看我以前发的教程。

2、保证有终端下载工具比如wget或者axel或者aria2或者curl

这是4个可以在终端下下载文件的工具。(这些工具提前在cydia里安装好)

举个例子昨天

bigboss更新com.rpetrich.rocketbootstrap_1.0.7_iphoneos-arm.deb、applist_1.5.15_iphoneos-arm.deb

bingner源更新了cydia_1.1.32~b25_iphoneos-arm.deb

那么我如何不打开cydia更新这三个插件呢?

首先嗅探出这三个更新包的url地址

http://apt.thebigboss.org/repofiles/cydia/debs2.0/com.rpetrich.rocketbootstrap_1.0.7_iphoneos-arm.debhttp://apt.thebigboss.org/repofiles/cydia/debs2.0/applist_1.5.15_iphoneos-arm.debhttps://apt.bingner.com/debs/1443.00/cydia_1.1.32~b25_iphoneos-arm.deb

至于如何获取地址我不发教程了 百度一下就有

获取url地址后就简单了

在终端依次输入

wget http://apt.thebigboss.org/repofiles/cydia/debs2.0/com.rpetrich.rocketbootstrap_1.0.7_iphoneos-arm.debwget http://apt.thebigboss.org/repofiles/cydia/debs2.0/applist_1.5.15_iphoneos-arm.debwget https://apt.bingner.com/debs/1443.00/cydia_1.1.32~b25_iphoneos-arm.deb

过一会儿这三个更新包就下载到本地了,

最后,在终端依次输入

dpkg -i --force-all com.rpetrich.rocketbootstrap_1.0.7_iphoneos-arm.debdpkg -i --force-all applist_1.5.15_iphoneos-arm.debdpkg -i --force-all cydia_1.1.32~b25_iphoneos-arm.debkillall SpringBoard (这是安装成功后执行注销命令)

到此更新包就生效了。

如果觉得输入那么多命令麻烦,我已经把这些命令打包成一个脚本了。运行这个脚本就更加简单了!(脚本名字是installCyb25Rb107Applist1515.sh 在终端运行bash installCyb25Rb107Applist1515.sh)

附上我做好的脚本链接:https://www.lanzous.com/iaxwnha(lanzou云无法上传sh格式文件,我压缩成rar了)

•••展开全文
相关文章