Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 InstallAnywhere 创建的 .bin 包。该软件包必须作为基于 UI 的安装程序在 Debian Squeeze 上可用,而不是不需要 root 权限的命令行安装过程。
任何建议将不胜感激。
谢谢。
我不认为你可以在没有 root 和通过 UI 的情况下做到这一点。
您需要通过命令行执行此操作,首先以 root 身份登录:
su (type in your password) chmod + /path/your/binfile.bin ./path/your/binfile.bin