[sshmenu] installing sshmenu-gnome on debian wheezy with aptitude
Brought to you by:
grantm
From: vinz b. <vin...@ms...> - 2013-12-30 13:22:36
|
Hi All, I used sshmenu since several years now on my old ubuntu box. (and it's very usefull for me^^) As I need to make a new work station, I am now on a brand new debian wheezy installation. I have followed this page to install it : http://sshmenu.sourceforge.net/download/deb_repo.html First, importing the gpg keys was really hard because I had timeout error, BUT one time it was working (magic^^) Now, if I try to install sshmenu-gnome (I need it), I have the following error : aptitude update .... aptitude install sshmenu-gnome The following NEW packages will be installed: sshmenu-gnome{b} 0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 9714 B of archives. After unpacking 115 kB will be used. The following packages have unmet dependencies: sshmenu-gnome : Depends: libgnome2-ruby which is a virtual package. Depends: libpanel-applet2-ruby which is a virtual package. Depends: libgconf2-ruby which is a virtual package. The following actions will resolve these dependencies: Keep the following packages at their current version: 1) sshmenu-gnome [Not Installed] Accept this solution? [Y/n/q/?] n *** No more solutions available *** Effectively the 3 ruby package are not found when I "aptitude search" them....(same pb with apg-get) Here is my source.list: deb http://ftp.fr.debian.org/debian/ wheezy main non-free contrib deb-src http://ftp.fr.debian.org/debian/ wheezy main non-free contrib deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free # wheezy-updates, previously known as 'volatile' deb http://ftp.fr.debian.org/debian/ wheezy-updates main contrib non-free deb-src http://ftp.fr.debian.org/debian/ wheezy-updates main contrib non-free #sshmenu-gnome deb http://sshmenu.sourceforge.net/debian stable contrib May I miss something? Thx a lot in advance |