Hi all,
A couple of issues:
First one is that the App Store does not open but clicks when I press it. It does not open.
I read somewhere that the App Store on the Apple TV variant no longer works and I have to use apt-get to download packages. The one I was after was Samba.
So, to the second of the issues and that is to install Samba via the apt-get command.
Tried the command “apt-get update” on my Apple TV OSMC and got the error:
“Is the package apt-transport-https installed?”
Read somewhere on the internet a workaround of the following commands:
cd /usr/lib/apt/methods
sudo ln -s http https
sudo apt-get update
sudo apt-get install apt-transport-https
The first 3 commands work but the sudo apt-get install apt-transport-https returns the error:
“Unable to locate package apt-transport-https”
My original objective was to run “sudo apt-get install smb-app-osmc” to install Samba but I get the same error:
“Unable to locate package smb-app-osmc”
Where I got those 4 commands stated that by finally “installing the apt-transport-https package overwrites the temporary fix we started with, so no need to worry about undoing it.”
Question 1: Should I reverse the command “sudo ln -s http https” so that it is back to what it was before and what command do I do that with? (I am not Linux proficient)
Question 2: Why can’t it find the apt-transport-https with sudo apt-get install apt-transport-https or smb-app-osmc with sudo apt-get install smb-app-osmc?
Regards,
fbagnato