Quote:
My "comment" at
http://blog.efikamx.info/2011/03/packag ... itory.html is gone again... Ok, it is more such as a help request:
-ke- said...
[I think something went wrong with my comment and it vanished somehow.]
I need a little bit help, please. This is what I did (I'm not familiar with the Ubuntu tools...):
apt-add-repository 'deb
http://packages.efikamx.info/ maverick main universe'
apt-get update
apt-get upgrade
but it does not offer packages from the new repo as updates. Must I remove some old repos?
2 March 2011 05:38
apt-add-repository is a bit quirky. The best solution is to
Code:
sudo nano /etc/apt/sources.list.d/efikamx.list
And add the line:
Code:
Remove any references to the repository from the end of /etc/apt/sources.list as they will conflict.
To add the key, follow the instructions in the blog dated March 3rd.