Discussion:
OpenSSH-7.1p1
(too old to reply)
Kevin Lewis
2015-12-23 14:20:52 UTC
Permalink
Good day,



I am in the process of installing OpenSSH-7.1p1 on a test AIX Unix box. I would like to know how to uninstall or remove this package if the need arises.



Can this package be overwritten with a previous package, let's say OpenSSH-6.9p1, or any previous version?





Regards,





Kevin S. Lewis | Technical Support Analyst, Production Support | Information Technology Management Division | Republic Bank Limited |

49-51 Pembroke Street | Port of Spain | Trinidad and Tobago

( 868-625-3617 Ext. 2641 | 6 868-624-0187 | * ***@republictt.com | 8 http://www.republictt.com



Email-Signature---Black-call-to-action (3)

The information contained in this e-mail transmission is confidential and may be privileged. If you are not the intended recipient you are hereby notified that any use, dissemination or copying of this transmission (including any attachments) is strictly prohibited. If you have received this e-mail in error please notify the sender immediately by e-mail reply and then delete it from your system.




The information contained in this e-mail transmission is confidential and may be privileged. If you are not the intended recipient you are hereby notified that any use, dissemination or copying of this transmission (including any attachments) is strictly prohibited. If you have received this e-mail in error please notify the sender immediately by e-mail reply and then delete it from your system.
Peter Stuge
2015-12-23 15:34:44 UTC
Permalink
Hi Kevin,
Post by Kevin Lewis
I am in the process of installing OpenSSH-7.1p1 on a test AIX Unix
box. I would like to know how to uninstall or remove this package
if the need arises.
That would be the job of a package manager. I don't know if there is
one commonly available on AIX.

Because OpenSSH-portable uses automake you can do it pretty easily
yourself too.

The generated Makefiles have a make uninstall target, like the
thousands other packages which use automake.

The uninstall target might not remove every single file, especially
not configuration files or files created by either server or client
as they are being used.

Also thanks to automake, you can do a dummy install into any
destination directory on the system with make install DESTDIR=/some/path
Post by Kevin Lewis
Can this package be overwritten with a previous package, let's say
OpenSSH-6.9p1, or any previous version?
Sure, you can install on top. There might still be some files
left-over from the newer version which are not provided by the older
version, one example would be host keys for algorithms only used by
the newer version. They would not be overwritten and of course not
deleted. The older version would also not use them.
Post by Kevin Lewis
The information contained in this e-mail transmission is confidential
and may be privileged.
The bank should stop claiming that it transmits confidential email
to open mailing lists known to be publically archived. It looks bad.


//Peter

Loading...