ubuntu - 请问linux 这样是怎么回事?刚刚学,没技术含量,望解答...
大家讲道理
大家讲道理 2017-04-17 16:23:14
0
3
393
大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(3)
阿神
Debian/Ubuntu:
二进制包 .deb
安装方式 dpkg -i xxx.deb
Centos:
二进制包 .rpm
安装方式 rpm -ivh xxx.rpm

I think you can talk about it. If you want to install the rpm method, follow the prompts
sudo apt-get install rpm
rpm -ivh xxx.rpm

迷茫

debian系的默认自带的是apt包管理工具,redhat系自带的是rpm包管理工具,找该包对应的apt包名。最好更新下源,apt-get update,然后apt-get install xxx

迷茫

There are two main groups of Linux distributions, Debian and Redhat

Debian system uses deb package, the package management is: apt-get

Redhat system uses rpm package, the package management is: rpm


Dependency detection failed
The package you installed depends on the listed things, which are not in your system. You need to install all the dependencies.
Also for Ubuntu, you should use apt-get or dpkg to install the deb package

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template