linux网络获取文件


linux网络获取文件
 
有没图形化界面(不能操作浏览器) 又没有本地安装包 如何安装软件呢?
用 wget
http://pkgs.repoforge.org/rpmforge-release/
 
我的环境 linux redhat 64位
 
我的操作步骤 
1、执行wget 该步骤从网络获取到一个rpm安装包
wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el5.rf.x86_64.rpm
 
2、rpm -i 安装下载的这个安装包
rpmforge-release-0.5.3-1.el5.rf.x86_64.rpm 
 
3、这个是安装什么也不清楚照做以后再探寻根底
yum install htop
 
4、安装apt
yum install apt
5、更新apt
apt-get update
 

相关内容

    暂无相关文章