This issue is not caused by Cydia. Your sileo.sources file is malformed, and the same repositories are already configured in default.sources.
Paste this entire code into NewTerm. It creates a backup, disables only the malformed duplicate file, and refreshes APT. It does not delete packages or Cydia-managed sources.
sudo /bin/sh <<'EOF'
set -eu
SOURCES_DIR="/var/jb/etc/apt/sources.list.d"
STAMP="$(date +%Y%m%d-%H%M%S)"
BACKUP_DIR="/var/mobile/Documents/APT_SOURCES_BACKUP_$STAMP"
echo "=== Creating backup ==="
mkdir -p "$BACKUP_DIR"
for FILE in default.sources sileo.sources; do
if [ -f "$SOURCES_DIR/$FILE" ]; then
cp -p "$SOURCES_DIR/$FILE" "$BACKUP_DIR/$FILE"
echo "[BACKUP] $FILE"
fi
done
if [ ! -f "$SOURCES_DIR/sileo.sources" ]; then
echo "[STOP] sileo.sources does not exist."
echo "Nothing was changed."
exit 1
fi
echo
echo "=== Disabling malformed duplicate sileo.sources ==="
mv "$SOURCES_DIR/sileo.sources" \
"$BACKUP_DIR/sileo.sources.disabled"
chown -R 501:501 "$BACKUP_DIR" 2>/dev/null || true
echo
echo "=== Refreshing APT ==="
/var/jb/usr/bin/apt-get update
echo
echo "[DONE] Duplicate sileo.sources has been disabled."
echo "[BACKUP] $BACKUP_DIR"
echo "Close Cydia and Sileo completely, reopen them, then Refresh."
EOF
After it finishes, completely close Cydia and Sileo, reopen them, and run Refresh again.
📦 Cydia 1.1.20 — Installation
📱 Rootless iOS 15+
✅ TrollStore
✅ Sileo or Zebra
1️⃣ Install the IPA with TrollStore.
2️⃣ Install the DEB with Sileo or Zebra.
3️⃣ Open Cydia.
⚠️ Install the IPA first, followed by the DEB.
⬇️ Download:
https://t.co/TcYeTcI5rj
#Cydia #TrollStore #Rootless #Jailbreak
@Charbullet@niromadura Yes. Source management is being fixed as well. Sources added by Cydia can be properly deleted from Cydia, while sources managed by Sileo/bootstrap are kept protected so Cydia doesn’t modify or remove another package manager’s sources.
This is a Cydia 1.1.20 build for rootless iOS 15+, successfully tested on iOS 16.6 and 17.0. We do not claim that any jailbreak package is universally risk-free. Please use only the official BarabaDev release. If you have found a specific issue, share the technical details or logs so it can be verified.
🚀 Cydia Rootless 1.1.49+rootless.3 is now public.
Built for iOS 15+ rootless jailbreaks with /var/jb support, live APT/dpkg progress and persistent diagnostics.
Open source by @BarabaDev:
https://t.co/xsRnfOYKVc
#Cydia#Jailbreak#Rootless
⚠️ A NOTE ABOUT CYDIA CRASHES
If Cydia crashes immediately after opening, please don’t assume the problem is necessarily Cydia itself.
We have already confirmed a case where the crash was caused by a third-party tweak being injected into Cydia. The crash log pointed directly to CyDown.dylib, and once that injection was removed, Cydia launched normally again.
If you experience a crash, please first try running Cydia without third-party tweak injection.
If the crash still happens, send us:
your exact iOS version
your jailbreak and version
the full crash log
Crash reports are extremely useful because they allow us to identify the actual cause and address genuine compatibility issues.
Please avoid reporting only “Cydia doesn’t work” — without a crash log, it is often impossible to determine whether the issue comes from Cydia, the jailbreak environment, or an injected tweak.
Thank you to everyone helping us test and improve Cydia. ❤️
📦 Cydia 1.1.49+rootless.1 — Updated Build
A new rootless Cydia build is now available.
🔧 This release replaces the previous build and includes updated packaging and compatibility changes intended to address the launch/crash reports received from users.
📱 Target: iOS 15.0+ rootless jailbreaks
📦 Cydia + localization package
🔄 Updated APT/package handling
➡️ Source: https://t.co/T1xd7F32br
If you tested the previous version and experienced a crash, please install the new build and send your iOS version, jailbreak, and results.
❤️ Thanks to everyone who reported issues and helped with testing.
Cydia lives on.