I can’t install Brave on Kodachi Linux distribution

I’ve been trying to install Brave on the Kodachi Linux distro but it’s not working. Even following the steps using the installation commands for Linux Debian from the Brave installation page does not work. In the first installation command at the end of the answer it says the following. Depends: brave-keyring but it is not going to be installed. I’ll send a photo of the terminal’s response to the first command. When I followed the commands until the last installation of Brave, this same message appears again.

Does anyone know of a solution to resolve this so I can install Brave?

Hello @HoneyGain

what the output of the following command

sudo apt install python3-nautilus

This is the return of sudo apt install python3-nautilus

i have no knowledge about kodachi distro

but does it has repo that it check to download missing package

try the following command

cat /etc/apt/sources.list

This is the result of the command cat /etc/apt/souces.list

try the following one

cat /etc/apt/sources.list /etc/apt/sources.list.d/*

also in case if it require sudo

sudo cat /etc/apt/sources.list /etc/apt/sources.list.d/*

That was the result!

there a missing space between /etc/apt/sources.list and /etc/apt/sources.list.d/*
so copy my command from my previous comment

I understood. Now there’s a response.

what the output of sudo apt update

also

apt search python3-nautilus

i think i found the issue that there no python3 for ubuntu 18 which your distro based on
https://launchpad.net/ubuntu/bionic/+source/nautilus-python

hope that help and have a nice day :slight_smile:

sudo apt update below

apt search python3-nautilus below

there no python3-nautilus on your repo as it not available for the debain version that your distro based on

try to contact your distro support
https://sourceforge.net/p/linuxkodachi/discussion/general/thread/d8de5b6905/

they has discord there

I understand… ok, thank you for your cooperation in trying to help. I will try to contact Kodachi support.

you welcome hope you find a solution :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.