目录
- [1. Ubuntu/Debian Hat 系 Linux 使用](#1. Ubuntu/Debian Hat 系 Linux 使用)
-
- [1.1. 包](#1.1. 包)
-
- [1.1.1. Install Package](#1.1.1. Install Package)
- [1.1.2. Convert .rpm package to .deb](#1.1.2. Convert .rpm package to .deb)
- [1.1.3. Install RPM Package Directly Onto the System on Ubuntu](#1.1.3. Install RPM Package Directly Onto the System on Ubuntu)
- [1.1.4. Command not found](#1.1.4. Command not found)
1. Ubuntu/Debian Hat 系 Linux 使用
1.1. 包
1.1.1. Install Package
sh
dpkg -i <name of package>.deb
1.1.2. Convert .rpm package to .deb
sh
alien <name of package>.rpm
1.1.3. Install RPM Package Directly Onto the System on Ubuntu
sh
alien -i <name of package>.rpm
1.1.4. Command not found
yacc: Command not found
:pt-get install byacc
lex: Command not found
:apt-get install flex
error while loading shared libraries libc++.so cannot open shared object file
:apt-get install lib32stdc++6 && ln -sf libstdc++.so.6 libc++.so