我使用的是 Ubuntu 14.04 LTS,我想安装 Afterstep。我对 Unix 很陌生,不知道如何编译。
答案1
无需在 Ubuntu 上编译软件包,除非存储库中不存在您需要或想要的软件包。碰巧 AfterStep 位于这些存储库之一中。
执行以下命令添加 Universe 存储库,并验证默认值:
sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty trusty-updates universe"
然后发布更新:
apt-get update
搜索您想要的包:
apt-cache search afterstep
应该返回类似的东西Trusty 中的 AfterStep 二进制文件,然后可以使用以下命令安装:
sudo apt-get install afterstep