echo “deb https://deb.oxen.io $(lsb_release -sc) main” | sudo tee /etc/apt/sources.list.d/oxen.list
sudo apt update
“deb https://deb.oxen.io byzantium main”
E: Type ‘“deb’ is not known on line 1 in source list /etc/apt/sources.list.d/oxen.list
E: The list of sources could not be read.
Ign:5 hps://deb.oxen.io byzantium InRelease
Err:6 hps://deb.oxen.io byzantium Release
404 Not Found [IP:
Reading package lists… Done
E: The repository ‘h*ps://deb.oxen.io byzantium Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
echo “deb hps://deb.oxen.io $(lsb_release -sc) main” | sudo tee /etc/apt/sources.list.d/oxen.list
sudo apt update
“deb hps://deb.oxen.io byzantium main”
E: Type ‘“deb’ is not known on line 1 in source list /etc/apt/sources.list.d/oxen.list
E: The list of sources could not be read.
** (appstreamcli:3674): WARNING **: 13:52:03.740: Found icon of unknown type ‘unknown’ in ‘system/flatpak/flatpak/cc.nift.nsm/*’, skipping it.
** (appstreamcli:3674): WARNING **: 13:52:03.740: Found icon of unknown type ‘unknown’ in ‘system/flatpak/flatpak/cc.nift.nsm/’, skipping it.
Reading package lists… Done
E: The repository 'htps://deb.oxen.io byzantium Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I thought it was very convenient that the AppImage on Session’s download page was plug-and-play on my Linux machine. Are you using arm (Librem 5) or x86_64 (L13, L14, L15)?
On x86_64, I guess the AppImage should just work with no configuration, besides a chmod +x command, perhaps.
Evidently you haven’t cleared out previous errors. You are still referencing the byzantium release for a third party repository that does not support or recognise byzantium.
Perhaps sudo rm /etc/apt/sources.list.d/oxen.list
and then recreate that file using the command that I gave in my previous post.
Needless to say that /etc/apt/sources.list should not have any references to this third party repository.