Just switched to ubuntu 14. I tried to install Singular (CA system) without success. Here the owner manual
Step-by-step instructions for Ubuntu 14.04:
- Add gpg key:
wget ftp://jim.mathematik.uni-kl.de/repo/extra/gpg
apt-key add gpg
- Add
deb ftp://jim.mathematik.uni-kl.de/repo/ubuntu14 trusty main
to/etc/apt/sources.list
apt-get update
apt-get install singular
Here what I did so far:
~$ wget ftp://jim.mathematik.uni-kl.de/repo/extra/gpg
~$ sudo apt-key add gpg
~$ deb ftp://jim.mathematik.uni-kl.de/repo/ubuntu14 trusty main
~> No command 'deb' found...
Any help would be greatly appreciated!
E: Could not get lock /var/lib/apt/lists/lock - open
(11: Resource temporarily unavailable)
E: Unable to lock directory /var/lib/apt/lists/ – J.M.P. Mar 17 '15 at 11:37
obviously are linebreaks – J.M.P. Mar 17 '15 at 11:38