Comments on: Exodus – Safely Copy Linux Binaries From One Linux System to Another https://www.tecmint.com/exodus-copy-linux-binaries-to-remote-linux-system/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 05:09:50 +0000 hourly 1 By: Aaron Kili https://www.tecmint.com/exodus-copy-linux-binaries-to-remote-linux-system/comment-page-1/#comment-975537 Mon, 12 Mar 2018 06:21:35 +0000 https://www.tecmint.com/?p=28789#comment-975537 In reply to Jalal.

@Jalal

Many thanks for sharing this solution, it will be helpful to any one who encounters the same error.

]]>
By: Jalal https://www.tecmint.com/exodus-copy-linux-binaries-to-remote-linux-system/comment-page-1/#comment-975212 Sat, 10 Mar 2018 09:19:57 +0000 https://www.tecmint.com/?p=28789#comment-975212 Hi,

Thanks a lot…

I got error

pip install –user exodus-bundler
Collecting exodus-bundler
Could not fetch URL https://pypi.python.org/simple/exodus-bundler/: There was a problem confirming the ssl certificate: [Errno 2] No such file or directory – skipping
Could not find a version that satisfies the requirement exodus-bundler (from versions: )
No matching distribution found for exodus-bundler

my solution was:

# pip install --trusted-host pypi.python.org --user exodus-bundler
]]>
By: Aaron Kili https://www.tecmint.com/exodus-copy-linux-binaries-to-remote-linux-system/comment-page-1/#comment-975196 Sat, 10 Mar 2018 07:13:19 +0000 https://www.tecmint.com/?p=28789#comment-975196 In reply to Rick Stanley.

@Rick

Have you given it a try yet? True, it has some limitations but it is a useful tool for binary relocation purposes.

]]>
By: Aaron Kili https://www.tecmint.com/exodus-copy-linux-binaries-to-remote-linux-system/comment-page-1/#comment-975187 Sat, 10 Mar 2018 05:47:28 +0000 https://www.tecmint.com/?p=28789#comment-975187 In reply to kanishka nagolla.

@kanishka

Yeah, we find it useful as well, thanks for the feedback.

]]>
By: Rick Stanley https://www.tecmint.com/exodus-copy-linux-binaries-to-remote-linux-system/comment-page-1/#comment-975149 Sat, 10 Mar 2018 00:27:10 +0000 https://www.tecmint.com/?p=28789#comment-975149 If the “binary” was installed from a “package” using the Distro’s package manager, then the “binary” should be installed on the other system the same way.

Are the two systems the same Distro? Ar they the same version? If the same version of the same Distro, have they both been currently updated ?

exodus is more trouble than it’s worth. “Nothing to see here … move along… move along.”

]]>