I cant put Librewolf, Brave or Mullvad on Debian 13

I cant put Librewolf, Brave or Mullvad on Debian 13 Template for some reason, i tried the following command 1st;
$ export all_proxy=http://127.0.0.1:8082
then i c&p all the other commands on the retrospective websites but nothing working, surly im doing something silly here and would love any help please?

1 Like

Could you share those commands, and their output?

1 Like

Is it a debian-13-xfce or debian-13 ? Is it on 4.2.4 or 4.3rc1 ?

1 Like
1 Like

user@debian-13:~$ export all_proxy=http://127.0.0.1:8082
user@debian-13:~$ sudo apt update && sudo apt install extrepo -y
Hit:1 Index of /r4.2/vm/ trixie InRelease
Hit:2 Index of /debian trixie InRelease
Hit:3 Index of /debian-security trixie-security InRelease
Get:4 Index of /deb/stable/ stable InRelease [3,528 B]
Err:4 Index of /deb/stable/ stable InRelease
Sub-process /usr/bin/sqv returned an error code (1), error message is: Error: Failed to parse keyring ā€œ/usr/share/keyrings/mullvad-keyring.ascā€ Caused by: 0: Reading ā€œ/usr/share/keyrings/mullvad-keyring.ascā€: No such file or directory (os error 2) 1: No such file or directory (os error 2)
Warning: OpenPGP signature verification failed: Index of /deb/stable/ stable InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Error: Failed to parse keyring ā€œ/usr/share/keyrings/mullvad-keyring.ascā€ Caused by: 0: Reading ā€œ/usr/share/keyrings/mullvad-keyring.ascā€: No such file or directory (os error 2) 1: No such file or directory (os error 2)
Error: The repository ā€˜Index of /deb/stable/ stable InRelease’ is not signed.
Notice: Updating from such a repository can’t be done securely, and is therefore disabled by default.
Notice: See apt-secure(8) manpage for repository creation and user configuration details.
user@debian-13:~$

Debian 13
4.2.4 (R4.2)
4.16

1 Like

Thanks @KitsuneNoBaka

@betty and for mullvad, same thing:
sudo http_proxy=http://127.0.0.1:8082 https_proxy=http://127.0.0.1:8082 curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc
then:
echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --print-architecture )] https://repository.mullvad.net/deb/stable stable main" | sudo tee /etc/apt/sources.list.d/mullvad.list
and

sudo apt update
sudo apt install mullvad-browser

For Brave, i had no trouve with export all_proxy=http://127.0.0.1:8082

3 Likes

Thanks for Mullvad resolution, that worked like a dream.

Still not work with Brave for some strange reason

user@debian-13:~$ export all_proxy=http://127.0.0.1:8082
user@debian-13:~$ sudo apt install curl
curl is already the newest version (8.14.1-2).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
user@debian-13:~$ sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
curl: (6) Could not resolve host: brave-browser-apt-release.s3.brave.com
user@debian-13:~$ sudo curl -fsSLo /etc/apt/sources.list.d/brave-browser-release.sources https://brave-browser-apt-release.s3.brave.com/brave-browser.sources
curl: (6) Could not resolve host: brave-browser-apt-release.s3.brave.com
user@debian-13:~$

I think i may need to enable a repo but cant tell how, where or why?

Also Not work on Librewolf either… :grimacing:

user@debian-13:~$ export all_proxy=http://127.0.0.1:8082
user@debian-13:~$ sudo apt update && sudo apt install extrepo -y
Hit:1 Index of /r4.2/vm/ trixie InRelease
Hit:2 Index of /debian trixie InRelease
Hit:3 Index of /debian-security trixie-security InRelease
Hit:4 Index of /deb/stable/ stable InRelease
All packages are up to date.
extrepo is already the newest version (0.14).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
user@debian-13:~$ sudo extrepo enable librewolf
Could not download index YAML file:
500 Can’t connect to extrepo-team.pages.debian.net:443 (Temporary failure in name resolution) at /usr/share/perl5/Debian/ExtRepo/Data.pm line 34.
user@debian-13:~$

I think i may need to enable a repo but cant tell how, where or why?

Do it like this Cacher(apt-cacher-ng) & Debian template extrepo - #2 by apparatus
rather than just export all_proxy=http://127.0.0.1:8082

The command is curl -fsS https://dl.brave.com/install.sh | sh (and without sudo)

Not Working :pleading_face:

user@debian-13:~$ Cacher(apt-cacher-ng) & Debian template extrepo - #2 by apparatus
bash: syntax error near unexpected token `apt-cacher-ng’
user@debian-13:~$

Brave Installation has now Worked :heart_eyes: :star_struck: :heart:

why use the top 1st option on brave website to install over the debian one and why did the 1 you say work when the debian 1 below that i was trying wouldnt work? :roll_eyes:

sudo http_proxy=http://127.0.0.1:8082 https_proxy=http://127.0.0.1:8082 extrepo enable librewolf

Librewolf Installation has now Worked :heart_eyes: :star_struck: :heart:
You are most kind, thank you very much for getting that stuff working, your amazing x

Can i ask though where did you find this command pls as i couldnt see it in the Docs?

lol it’s not me who find that, it’s @KitsuneNoBaka

Idem, it’s the link of @KitsuneNoBaka .
In fact, i do nothing ahah.

well how did you find @KitsuneNoBaka ? you defo did not do Nothing, you sure did something as you sorted the issues :pray:

He give you the guide to install librewolf:

That’s help me to find that’s ok to use :

to install mullvad :wink:

i still dont understand but thanx :heart: :pray:

Search icon, and type

debian extrepo
1 Like

thanx