My jailbroken apple TV that uses palera1n has been having an issue with PurePKG. When downloading a tweak or app it says 'E: Malformed entry 1 in sources file /etc/apt/sources.list.d/purepkg.sources (URL parse) E: The list of sources could not be read' in the logs. How can I fix this? I have trollstore lite so is there a .ipa or .tipa that is a alternate package manerger, or is there a file manager, or a terminal .ipa?
#tvOS Jailbreak help
49 messages · Page 1 of 1 (latest)
@frigid moon You already have an open thread in this category. Please use /solved to close that thread before creating a new one.
PurePKG is horribly messy and I'm seriously not a fan of it.
Do you have access to a computer and basic command line skills? You'll have to SSH into your Apple TV and manually edit the sources list
There isn't a (competent) file manager, no (working) alternative package manager, and no terminal application.
i have tried to ssh into it using it’s ip (192.168.20.45) but the password alpine doesn’t work
i never changed the password, I don’t even know how
You set a password upon jailbreaking with palera1n
You can reset your password in the palera1n Loader app. You might need to completely reboot it and re-jailbreak it to get the palera1n app to show up
If you get ssh'd in do you mind just doing cat /etc/apt/sources.list.d/purepkg.sources
and sending the output here
ok
I still can't ssh into it. I'm using windows with putty. I can connect to it, then it asks for a username and password. I've tried admin, Admin and leaving the username space blank. I don't know what it could be. For the password, I've tried alpine, and the sudo password I set in palera1n.
The username is mobile
The password is the sudo password you chose
Here is the otuput.
Types: deb
URIs: repo.charitz.com
Suites: ./
Components:
Types: deb
URIs: repo.chariz.com
Suites: ./
Components:
Types: deb
URIs: http://apt.thebigboss.org/repofiled/cydia/
Suites: ./
Components:
Types: deb
URIs: https:/zezeq.github.io/tv
Suites: ./
Components:
yeah
a few typos there
Let me fix that
two slashes
Also none of those repos except for zenzeq's work on tvOS anyways
bigboss should have tvos repos no?
I don't think it has tvOS support
I could be very wrong though
tvOS repos are few and far between
So how do I remove these?
PurePKG just doesn't delete them if I press and hold on the broken repos
known bug in pureplg
god is purepkg ever something
Where are these set
Can't find them in the loader app code or the script
try:
cat <<EOF > /etc/apt/sources.list.d/purepkg.sources
Types: deb
URIs: http://apt.thebigboss.org/repofiled/cydia/
Suites: ./
Components:
Types: deb
URIs: https://zenzeq.github.io/tv
Suites: ./
Components:
EOF
zsh: permission denied: /etc/apt/sources.list.d/purepkg.sources
try
sudo cat <<EOF > /etc/apt/sources.list.d/purepkg.sources
Types: deb
URIs: http://apt.thebigboss.org/repofiled/cydia/
Suites: ./
Components:
Types: deb
URIs: https://zenzeq.github.io/tv
Suites: ./
Components:
EOF
my bad
then enter the sudo password after running, password won't show as you're typing it etc etc
Those aren't the default repos for palera1n on tvOS
It's just Procursus, PurePKG's repo, and the palera1n repo
I'm still geting pemission denied TV-Room:~ mobile% sudo cat <<EOF > /etc/apt/sources.list.d/purepkg.sources
Types: deb
URIs: http://apt.thebigboss.org/repofiled/cydia/
Suites: ./
Components:
Types: deb
URIs: https://zenzeq.github.io/tv
Suites: ./
Components:
EOF
zsh: permission denied: /etc/apt/sources.list.d/purepkg.sources
wtf that's not right
try
sudo zsh
then run
cat <<EOF > /etc/apt/sources.list.d/purepkg.sources
Types: deb
URIs: http://apt.thebigboss.org/repofiled/cydia/
Suites: ./
Components:
Types: deb
URIs: https://zenzeq.github.io/tv
Suites: ./
Components:
EOF
good
try restarting the PurePKG app and it should be fine now
not fine
this is some kind of package/dependency issue due to something you attempted to install and PurePKG didn't properly resolve the dependency for it 
all I can really suggest there is to look through your recently installed packages and try to remove whatever could be causing the issue
nvm I downloaded something from the zenzeq repo and it worked