You are not logged in.
Pages: 1
add two repos
deb http://www.deb-multimedia.org jessie main non-free
deb http://www.deb-multimedia.org jessie-backports main
and no working
please help
Offline
Ok, what version of Q4OS are you using? (i386 / i686 / Amd64 / Arm / Pinebook / Pine64)
If possible please post the result of inxi -F to give most relevant details of your system (you might need to install the package inxi first)
Last edited by Dai_trying (2017-06-06 20:03)
Offline
i using amd64
Offline
Did you update apt first?
sudo apt-get update
And if you are using Orion you can only get 16.1 from backports, or 17.1 if you use Scorpion.
You will only need to add deb-multimedia to get 17.3
Last edited by Dai_trying (2017-06-06 20:32)
Offline
pi@q4os-desktop:~$ inxi -F
System: Host: q4os-desktop Kernel: 3.16.0-4-amd64 x86_64 (64 bit) Desktop: KDE 3 Distro: Debian GNU/Linux 8
Machine: System: innotek product: VirtualBox v: 1.2
Mobo: Oracle model: VirtualBox v: 1.2 Bios: innotek v: VirtualBox date: 12/01/2006
CPU: Quad core Intel Xeon X3430 (-HT-MCP-) cache: 8192 KB
Clock Speeds: 1: 2393 MHz 2: 2393 MHz 3: 2393 MHz 4: 2393 MHz
Graphics: Card: InnoTek Systemberatung VirtualBox Graphics Adapter
Display Server: X.Org 1.16.4 drivers: ati,vboxvideo (unloaded: fbdev,vesa)
Resolution: 1680x1050@60.00hz
GLX Renderer: Chromium GLX Version: 2.1 Chromium 1.9
Audio: Card Intel 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller driver: snd_hda_intel
Sound: Advanced Linux Sound Architecture v: k3.16.0-4-amd64
Network: Card: Intel 82540EM Gigabit Ethernet Controller driver: e1000
IF: eth0 state: up speed: 1000 Mbps duplex: full mac: 08:00:27:68:6e:ea
Drives: HDD Total Size: 64.4GB (11.1% used) ID-1: /dev/sda model: VBOX_HARDDISK size: 64.4GB
Partition: ID-1: / size: 57G used: 4.3G (8%) fs: ext4 dev: /dev/sda1
ID-2: swap-1 size: 2.66GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
Sensors: None detected - is lm-sensors installed and configured?
Info: Processes: 159 Uptime: 6 min Memory: 575.6/3963.5MB Client: Shell (bash) inxi: 2.1.28
pi@q4os-desktop:~$ sudo apt install kodi
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
No se pudieron instalar algunos paquetes. Esto puede significar que
usted pidió una situación imposible o, si está usando la distribución
inestable, que algunos paquetes necesarios aún no se han creado o se
han sacado de «Incoming».
La siguiente información puede ayudar a resolver la situación:
Los siguientes paquetes tienen dependencias incumplidas:
kodi : Depende: kodi-bin (>= 5:17.3-dmo1~bpo8+1) pero no va a instalarse
Depende: kodi-data (>= 5:17.3-dmo1~bpo8+1) pero no va a instalarse
E: No se pudieron corregir los problemas, usted ha retenido paquetes rotos.
pi@q4os-desktop:~$
Offline
I have checked the packages are available in deb-multimedia, and they report to be available, so not really sure at the moment what the problem is, I will install to a VM and post back in a while.
And just to note it you want us to be able to understand your terminal output please run the commands with LC_ALL=C before them, ie
LC_ALL=C sudo apt-get install kodi
it should give output in english and make it easier for us to help you.
Offline
Ok, it appears that Kodi 17.3 is not available for Orion (Jessie) and so you would need to either use Scorpion (Stretch) version or install kodi version 14.2 (from deb-multimedia) or version 16.1 from debian backports.
There is another alternative, you could try to compile the source code, but that would be beyond the help I can offer and might not even be possible with Orion anyway...
Offline
You may only need to update APT cache, so run from terminal:
$ sudo apt-get update
before installing kodi.
If you want to install from deb-multimedia repositories we recommend you to add repositories the clean Q4OS way. First remove previously added repositories and run in terminal:
$ sudo qrepoadd --gui
pick 'deb-multimedia' from drop down
$ sudo apt-get update
$ sudo apt-get install kodi
Offline
Yes, but running Orion will not give you 17.3, OP would need to install Scorpion wouldn't they?
Offline
Yes, but running Orion will not give you 17.3, OP would need to install Scorpion wouldn't they?
Indeed, we are sorry, we have overlooked the 17.3 request.
Offline
Np, I thought I'd overlooked an easy way to get it installed for a minute.
Offline
ok
tanks
Offline
Pages: 1