-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Tor browser can not be download #26184
Comments
You can |
Are you talking about the pre-built torbrowser bundle? If so, we could look into adding more urls to the expression. Perhaps I should revisit the decision to not build the bundle on hydra as well; I had not considered that those who need it the most might have the hardest time getting it. Alternatively, I'd expect the from-source torbrowser package to work, if you can access the hydra cache. |
@joachifm I am not advanced user. I can not exactly answer your questions. On this command: nix-env -i tor-browser-bundle-bin I get this error: installing ‘tor-browser-bundle-bin-6.5.2’ trying https://dist.torproject.org/torbrowser/6.5.2/tor-browser-linux64-6.5.2_en-US.tar.xz I know, this tor browser links are blocked on my location Turkey. But I remember many other official links available for tor browser. |
@vcunat nix-prefetch-url is something ready-only? I am worrying to make something to block other installations.. |
@jarry9: it's perfectly safe to run |
Btw., to get alternative download urls, see https://gettor.torproject.org/ |
If you are using a recent version of Nixpkgs, you can do |
@joachifm I am getting this error from your command which you gave me: error: attribute ‘firefoxPackages’ in selection path ‘firefoxPackages.tor-browser’ not found |
@jarry9: it depends on your setup. The typical one on NixOS requires |
@vcunat It downloaded. But this package added to my path as "firefox". I am not able to start my old firefox stable from command line. Also the firefox which is started is not like tor browser. It uses the same profile folder of firefox normal stable. |
@jarry9 they are not exactly equivalent; the from-source variant doesn't have the bundle parts, so you need to set up a profile for it manually. |
I expect you need to configure tor &c yourself, too ..., so it's not such a great replacement out-of-the box after all :( |
hmm.. I can not configure them. It is complicated for me. Thank you for you interest. We can close the issue. |
If you can get a an alternate url for the tor-browser, the |
I test it without vpn or anything from Turkey. These links works properly: So I will type below commands ? nix-prefetch-url https://github.com/TheTorProject/gettorbrowser/releases/download/v6.5.2/tor-browser-linux64-6.5.2_en-US.tar.xz |
@jarry9 yes, the checksums match so it should work. |
@joachifm It worked :) Thank you. Not a problem but only for note: I see a first time a warning when I installed the tor: installing ‘tor-browser-bundle-bin-6.5.2’ And what exactly "nix-prefetch-url" command does? It downloads the file and get hash. Aftre that time if I install a package with "nix-env -i" it uses my URL if the hash matches? |
SO, nix-env auto update will not update my tor browser.. am I right? |
Those warnings can be safely ignored.
There's nothing special about |
Thank you so much :) |
To better support users that are unable to access the official Tor distribution site, e.g., #26184
Is there any new url's for tor url ? :/ abowe links are still blocked from turkey :) And how can I check which version of tor is using now for nix? I will find a link for that version. Thank you |
@jackTaw88 unfortunately, https://github.com/TheTorProject/gettorbrowser/releases/ seems to be lagging behind official releases. Quoting from https://thetorproject.github.io/gettor/:
Once you get a link, you should be able to use |
To better support users that are unable to access the official Tor distribution site, e.g., NixOS#26184 (cherry picked from commit 2262f89)
Hi,
Tor browser links are blocked in some countries (like Turkey). It can not be download by nix-env form command line. But there are other alternative official download links of tor browser which are working from Turkey. It is possible to make nix-env to use alternative links when gets timeout error?
Thank you
The text was updated successfully, but these errors were encountered: