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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -