PDA

View Full Version : [SOLVED] apt-get install mysecureshell



tmckeithan
January 26th, 2012, 08:04 PM
I am trying to install mysecureshell. http://mysecureshell.sourceforge.net/en/index.html

I have the package downloaded but I keep getting the following error when trying to install:

$ sudo apt-get install mysecureshell
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mysecureshell: Depends: libssl0.9.8 (>= 0.9.8m-1) but 0.9.8k-7ubuntu8.6 is to be installed
E: Broken packages

libssl0.9.8 is already installed. What do I need to go?

Thanks.

bluexrider
January 26th, 2012, 08:21 PM
try forcing installation


sudo apt-get -f install mysecureshell

tmckeithan
January 26th, 2012, 09:18 PM
Just tried that. Same result.

bluexrider
January 26th, 2012, 09:57 PM
did you download the .DEB package, if so you should be able to install it by 'right clicking'

I did not see a compatibility list for anything other than this one distribution:


Ubuntu 10.10

Host 32bit (http://mysecureshell.free.fr/repository/index.php/ubuntu/pool/main/m/mysecureshell/mysecureshell_1.25_i386.deb)
Host 64bit (http://mysecureshell.free.fr/repository/index.php/ubuntu/pool/main/m/mysecureshell/mysecureshell_1.25_amd64.deb)

JRV
January 26th, 2012, 10:05 PM
try:


sudo dpkg -i /FULL/PATH/TO/FILENAME.deb

tmckeithan
January 26th, 2012, 10:35 PM
Thanks for the replies, but i'm still getting dependency problems.

$ sudo dpkg -i mysecureshell_1.25_i386.deb
Selecting previously deselected package mysecureshell.
(Reading database ... 51339 files and directories currently installed.)
Unpacking mysecureshell (from mysecureshell_1.25_i386.deb) ...
dpkg: dependency problems prevent configuration of mysecureshell:
mysecureshell depends on libssl0.9.8 (>= 0.9.8m-1); however:
Version of libssl0.9.8 on system is 0.9.8k-7ubuntu8.6.
dpkg: error processing mysecureshell (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Errors were encountered while processing:
mysecureshell

Old_Grey_Wolf
January 27th, 2012, 01:57 AM
Have you tried adding the PPA to sources.list? Instructions for Ubuntu at http://mysecureshell.sourceforge.net/en/installpak.html#question2.

bluexrider
January 27th, 2012, 03:12 AM
Have you tried adding the PPA to sources.list? Instructions for Ubuntu at http://mysecureshell.sourceforge.net/en/installpak.html#question2.


I think the OP has that. Has downloaded the package but had an install problem with dependencies.

The thing I would recommend would be to run this:


sudo apt-get clean && sudo apt-get update && sudo apt-get upgradeIf you have a problem along this line with a broken package the first thing to try is, as root;
Code:

dpkg --configure -a

Old_Grey_Wolf
January 27th, 2012, 09:42 PM
I searched for the error and found a few recent posts on other forums; however, no solutions were provided yet. It could be a temporary problem with the PPA.

tmckeithan
January 27th, 2012, 09:57 PM
thanks. just tried and had same results. i just saw this post on the mysecureshell forum. i also have ubuntu 10.04.3 LTS.

http://mysecureshell.free.fr/forum/viewtopic.php?id=259

going to try from source code.

thanks to all. wish me luck.

tmckeithan
January 27th, 2012, 11:42 PM
downloading the source and compiling did the trick.

bluexrider
February 1st, 2012, 05:49 AM
Glad you got things handled. Please mark this
(SOLVED)