有没有办法在 Ubuntu 中安装 MD5,而无需使用 apt-get?
答案1
您无需安装任何东西。该coreutils
软件包是内核的依赖项,还有近十几个其他非常标准的软件包。您必须费很大力气才能删除该软件包。
你可以使用它,md5sum
默认情况下,它将文件作为其主要参数。不过,在交互式设置中使用它相当容易:
oli@bert:~$ md5sum - <<<"This is a test hash"
6b7cf77ca6403a2323e5fd98a462538e -
oli@bert:~$ echo "This is a test hash" | md5sum
6b7cf77ca6403a2323e5fd98a462538e -
但是它还有其他功能,跑去man md5sum
看看吧。
TL;DR:它是默认安装的。
答案2
apt-get 有什么问题?你是指 md5sum 吗?
apt-cache search md5sum
coreutils - The GNU core utilities
从 synaptics 安装。启动 synaptic,如果您想要其他内容,请搜索 md5。