-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can’t install texlive #848
Comments
I can explain the strikethrough: in Markdown, ~ is used to encode strikethrough [~/Documents] latex (entered as "```sh[return] text [return] ```". What I can't explain is the issue with pkg install. After "Downloading texlive", you should have seen "Downloading the texlive-2024 distribution (this may take a while)", followed by 3 lines of curl output. The fact that neither of these appeared is really weird. I don't see it on my own machine. Looking more closely at the errors, the issue is that the pkg command was unable to download the "texlive" install script. If that is the case, you should be unable to install other commands as well (try "pkg install banner", for example). |
Thanks. Yeah, I get a very similar error:
|
So, it seems that curl -L https://raw.githubusercontent.com/holzschu/a-Shell-commands/master/packages/banner -o ~/tmp/banner --silent is failing (silently). Can you try without the "--silent"? curl -L https://raw.githubusercontent.com/holzschu/a-Shell-commands/master/packages/banner -o ~/tmp/banner This should tell us why it isn't working, with a usable error message. |
Curl seems to download everything fine, but it still fails:
|
Ah wait, that's a different issue (I changed something with banner yesterday, that's what's causing the error message you are seeing). I have fixed the issue, but that actually tells us that So, back to basics: it worked with curl -L https://raw.githubusercontent.com/holzschu/a-Shell-commands/master/packages/texlive -o ~/tmp/texlive |
Ok, well now it downloads and installs without problem — slightly odd, but it works so all good. Thanks for your help! |
Hi,
Yesterday I was having some problems with (standard) fonts in texlive — figured a good first step would be to completely remove everything and re-install before trying to figure out exactly where the underlying problem was.
Having uninstalled and re-installed a-shell, I can no longer install texlive. Here is a copy-paste:
The text was updated successfully, but these errors were encountered: