Problem installing I-Nex and CPU-G

I want to install a couple of system monitor programs, I-Nex and CPU-G. I follow the instructions and added the PPA for both, but when I ran

sudo apt update

I got this at the end

W: Failed to fetch http://ppa.launchpad.net/cpug-devs/ppa/ubuntu/dists/vivid/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/cpug-devs/ppa/ubuntu/dists/vivid/main/binary-i386/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/i-nex-development-team/daily/ubuntu/dists/vivid/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/i-nex-development-team/daily/ubuntu/dists/vivid/main/binary-i386/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/i-nex-development-team/stable/ubuntu/dists/vivid/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/i-nex-development-team/stable/ubuntu/dists/vivid/main/binary-i386/Packages  404  Not Found

When I tried to install, it said that it could not located the packages. Any ideas?

It is likely that the packagers haven’t created a ...vivid... repository for 15.04 - the latest one is likely to be ...utopic... for 14.10. Unfortunately the only “fix” is to wait for the ...vivid... repository to be created :pensive:

Great. Thanks. Now all I have to do is wait. :angry:

Hi JB,

try the dev PPA's:

sudo add-apt-repository ppa:i-nex-development-team/daily

sudo add-apt-repository ppa:gambas-team/gambas3

sudo apt-get update

sudo apt-get install i-nex

Info from here:

http://i-nex.linux.pl/install/

For CPU-G:

sudo add-apt-repository ppa:cpug-devs/ppa

sudo apt-get update

sudo apt-get install cpu-g

Info from here:

I haven't tried them so I don't know if they will work in UM 15.04?.

Hope it helps. . :smiley: