C#(Mono) Debian Package Manager Libraries -
are there libraries works .deb files in linux like
apt-get install package apt-cache show package apt-get purge package
(get package info/install/remove/update.....)
or headers available in c like
<apt-pkg/pkgrecords.h> <apt-pkg/depcache.h> <apt-pkg/srcrecords.h> <apt-pkg/algorithms.h> <apt-pkg/error.h>
are available in c#?
Comments
Post a Comment