Linux noob 问题 - 如何更新从源代码构建的程序?

Jos*_*eld 1 linux installation centos make

当我从源代码 (CentOS) 构建程序时,如何将其更新到新版本?我可以使用相同的配置选项再次运行 make && make install 吗?

kby*_*yrd 5

获得新源后,请检查自述文件或安装文件。通常会有一个关于升级的部分。如果没有,执行 make && make install 应该可以。