Discussion:
[Mono-list] Install .deb package on Linux using mono
nikhil sehgal
2018-02-22 13:07:52 UTC
Permalink
Hi All,

How can i install .deb package programtically on Linux using mono framework.

Regards
Nikhil
Joseph Shields
2018-02-22 14:38:54 UTC
Permalink
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
Post by nikhil sehgal
Hi All,
How can i install .deb package programtically on Linux using mono framework.
Regards
Nikhil
_______________________________________________
Mono-list maillist - Mono-***@lists.dot.net
ht
nikhil sehgal
2018-02-22 15:40:46 UTC
Permalink
thanks for reply ...but i want to do it programatically through C# and mono
framework
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
Post by nikhil sehgal
Hi All,
How can i install .deb package programtically on Linux using mono
framework.
Post by nikhil sehgal
Regards
Nikhil
--
Thanks & Regards
NIkhil Sehgal
Mobile No 9711855929
Email Id ***@gmail.com
Skype ID sehgal.nikhil
Loading...