> On Feb 22, 2018, at 9:40 AM, nikhil sehgal <nikhil.j...@gmail.com> wrote:
> 
> thanks for reply ...but i want to do it programatically through C# and mono 
> framework

dpkg is a utility that consumes libdpkg. You could easily integrate directly 
with libdpkg with P/Invoke, but I don’t believe the dpkg API is considered 
particularly stable. YMMV

> 
> On Thu, Feb 22, 2018 at 8:08 PM, Joseph Shields <direct...@apebox.org 
> <mailto:direct...@apebox.org>> wrote:
> 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.j...@gmail.com 
> > <mailto:nikhil.j...@gmail.com>> wrote:
> >
> > Hi All,
> >
> > How can i install .deb package programtically on Linux using mono framework.
> >
> > Regards
> > Nikhil
> 
> 
> 
> 
> --
> Thanks & Regards
> NIkhil Sehgal
> Mobile No 9711855929
> Email Id nikhil.j...@gmail.com <mailto:nikhil.j...@gmail.com>
> Skype ID sehgal.nikhil
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list@lists.dot.net <mailto:Mono-devel-list@lists.dot.net>
> http://lists.dot.net/mailman/listinfo/mono-devel-list 
> <http://lists.dot.net/mailman/listinfo/mono-devel-list>

Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.dot.net
http://lists.dot.net/mailman/listinfo/mono-devel-list

Reply via email to