[Mono-dev] Install .deb package on Linux using mono

Joseph Shields directhex at apebox.org
Thu Feb 22 14:38:54 UTC 2018


One at a time, just shell out to `dpkg -i` (although you’ll need to account for needing root to do that). But that doesn’t really deal with dependency resolution - you can try shelling out to gdebi (which will install dependencies from repositories for command-line specified packages), or binding the resolver engine in aptitude 

> On Feb 22, 2018, at 8:07 AM, nikhil sehgal <nikhil.jiet at gmail.com> wrote:
> 
> Hi All,
> 
> How can i install .deb package programtically on Linux using mono framework.
> 
> Regards
> Nikhil



More information about the Mono-devel-list mailing list