newcfd 发表于 2007-6-18 23:03:11

commands to intall software on Ubunto and Fedora

[这个贴子最后由newcfd在 2007/06/18 11:04pm 第 2 次编辑]

for example, you want to install ddd
log in as root:
on Ubunto: apt-get install ddd
on Fedora: yum install ddd
if you know how to use sudo, you do not need to login as root instead
you type command:
on Ubunto: sudo apt-get install ddd
on Fedora: sudo yum install ddd
You can use these commands to install any software available
页: [1]
查看完整版本: commands to intall software on Ubunto and Fedora