Post History
Yes! It's possible to install debian formatted file in Arch-Based Linux. You have to install dpkg at first. sudo pacman -Sy dpkg Then, you can install any package using dpkg. dpkg -i package.d...
Answer
#2: Post edited
- Yes! It's possible to install debian formatted file in Arch-Based Linux. You have to install `dpkg` at first.
- ```
- sudo pacman -Sy dpkg
- ```
- Then, you can install any package using `dpkg`.
- ```
- dpkg -i package.deb
```
- Yes! It's possible to install debian formatted file in Arch-Based Linux. You have to install `dpkg` at first.
- ```
- sudo pacman -Sy dpkg
- ```
- Then, you can install any package using `dpkg`.
- ```
- dpkg -i package.deb
- ```
- Note: **Don't use `dpkg` in Arch. It might crash your system**. The package is only available for developer.