i-nex / I-Nex

System information tool written in gambas3, python, bash
http://i-nex.linux.pl/
174 stars 24 forks source link

I-Nex PPA for Ubuntu 18/Mint 19? #89

Closed Huecuva closed 4 years ago

Huecuva commented 6 years ago

Hi. Whenever I try to add the ppa:i-nex-development-team/stable to my mint 19 install it says that it does not support "bionic". The same occurs when I try to add ppa:i-nex-development-team/daily. I'm assuming that means Bionic Beaver, since Mint 19 is based on Ubuntu 18.04 Bionic Beaver. Can you please do whatever needs to be done so that i-nex can be used on Mint 19? That would really be great.

Thanks!

SuarezLuis commented 6 years ago

Having the same problem can't install in ubuntu 18.04

Huecuva commented 6 years ago

Well, it looks like this is being ignored. I haven't tried installing it recently but I've found CPU-X which was much easier to install, so this doesn't even matter anymore. Good luck to anyone who needs I-Nex. I don't care anymore. Ciao!

clove3am commented 5 years ago

@Huecuva and @suarezluis, I managed to get it installed on Linux Mint 19 which is based on Ubuntu 18.04.

You have to install i-nex_7.6.0-0\~bzr1022\~20170131~ubuntu16.10.1_amd64.deb as the other versions don't seem to work. Also the gambas PPA needs to be added as per the README

Here is the code I use to install I-Nex

sudo add-apt-repository ppa:gambas-team/gambas3 -y && \
wget -q --show-progress --content-disposition http://ppa.launchpad.net/i-nex-development-team/stable/ubuntu/pool/main/i/i-nex/i-nex_7.6.0-0~bzr1022~20170131~ubuntu16.10.1_amd64.deb && \
sudo apt update && \
sudo apt install ~/i-nex*.deb -y
muzena commented 5 years ago

@Huecuva @suarezluis https://code.launchpad.net/~trebelnik-stefina/+archive/ubuntu/i-nex

Enkouyami commented 4 years ago

The "Personal Package Archives" section for launchpad has zero packages for any Ubuntu distribution.

I'm guessing this is something that'll be set to "closed & won't fix."