Linux Problems with Install
#16
ok, that's better Wink

And now I also see, that I have a typo in:

"sudo apt-add-repostiory --remove ppa:team-xbmc/kodi-old"

that's my fault, not yours. So sorry for that. The correct command should be:

Code:
sudo apt-add-repository --remove ppa:team-xbmc/kodi-old

I'm a bit confused what you get this error:

"You are trying to send a blank document, close it."

As either of the "... | pastebinit"-commands shouldn't be empty. And as you can see yourself, the "dpkg"-command gives some result which can be pushed to pastebin. So something seems to go wrong on your system

anyway. After you have removed the repository (which the corrected command from that posting here), try to update all repos again:

Code:
sudo apt-get update

and then please show us

Code:
apt-cache policy kodi

and don't use pastebin anymore, as this seems not to work (for whatever reason.
Reply
#17
(2017-09-02, 08:54)DaVu Wrote: ok, that's better Wink

And now I also see, that I have a typo in:

"sudo apt-add-repostiory --remove ppa:team-xbmc/kodi-old"

that's my fault, not yours. So sorry for that. The correct command should be:

Code:
sudo apt-add-repository --remove ppa:team-xbmc/kodi-old

I'm a bit confused what you get this error:

"You are trying to send a blank document, close it."

As either of the "... | pastebinit"-commands shouldn't be empty. And as you can see yourself, the "dpkg"-command gives some result which can be pushed to pastebin. So something seems to go wrong on your system

anyway. After you have removed the repository (which the corrected command from that posting here), try to update all repos again:

Code:
sudo apt-get update

and then please show us

Code:
apt-cache policy kodi

and don't use pastebin anymore, as this seems not to work (for whatever reason.

nikos@nikos-Presario-CQ58-Notebook-PC:~$ sudo apt-add-repository --remove ppa:team-xbmc/kodi-old
[sudo] password for nikos:

More info: https://launchpad.net/~team-xbmc/+archiv...u/kodi-old
Press [ENTER] to continue or ctrl-c to cancel removing it

nikos@nikos-Presario-CQ58-Notebook-PC:~$ sudo apt-get update
Hit:1 http://gr.archive.ubuntu.com/ubuntu zesty InRelease
Hit:2 http://archive.canonical.com/ubuntu zesty InRelease
Hit:3 http://gr.archive.ubuntu.com/ubuntu zesty-updates InRelease
Hit:4 http://gr.archive.ubuntu.com/ubuntu zesty-backports InRelease
Hit:5 http://gr.archive.ubuntu.com/ubuntu zesty-security InRelease
Hit:6 http://ppa.launchpad.net/freyja-dev/unit...ily/ubuntu zesty InRelease
Reading package lists... Done
nikos@nikos-Presario-CQ58-Notebook-PC:~$ apt-cache policy kodi
N: Unable to locate package kodi
nikos@nikos-Presario-CQ58-Notebook-PC:~$
Reply
#18
ok, that's weird

Kodi should be at least available in the normal Ubuntu repositories. So either you are copy and pasting wrong (and therefore lying to me Wink ) or you fucked up your system somehow.

You could try to install kodi by using the kodi ppa:

Code:
sudo apt install software-properties-common
sudo apt-add-repository ppa:team-xbmc/ppa
sudo apt update

Then Kodi should be available in the version 17.4. Check with:

Code:
apt-cache policy kodi

if that's the case (and only if Kodi is listed then), install it with:

Code:
sudo apt install kodi

If kodi still isn't listed I can't help anymore and someone else should jump in.
Reply
#19
(2017-09-03, 12:33)DaVu Wrote: ok, that's weird

Kodi should be at least available in the normal Ubuntu repositories. So either you are copy and pasting wrong (and therefore lying to me Wink ) or you fucked up your system somehow.

You could try to install kodi by using the kodi ppa:

Code:
sudo apt install software-properties-common
sudo apt-add-repository ppa:team-xbmc/ppa
sudo apt update

Then Kodi should be available in the version 17.4. Check with:

Code:
apt-cache policy kodi

if that's the case (and only if Kodi is listed then), install it with:

Code:
sudo apt install kodi

If kodi still isn't listed I can't help anymore and someone else should jump in.
Didn't work
Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Problems with Install0