目录
- 1. Ubuntu/Debian Hat 系 Linux 使用
- 1.1. 包
- 1.1.1. Install Package
- 1.1.2. Convert .rpm package to .deb
- 1.1.3. Install RPM Package Directly Onto the System on Ubuntu
1. Ubuntu/Debian Hat 系 Linux 使用
1.1. 包
1.1.1. Install Package
dpkg -i <name of package>.deb
1.1.2. Convert .rpm package to .deb
alien <name of package>.rpm
1.1.3. Install RPM Package Directly Onto the System on Ubuntu
alien -i <name of package>.rpm