Retrieve app installation
Endpoint
GET /v1/softwares/specifics&pkg={pkg}
Returns whether a specific app is currently installed or not
Path Parameters
pkg
REQUIRED no type
A Linux package
Responses
json
{
"isVNCInstalled":{
"type":"bool",
"value":"false",
},
"isOpenVPNInstalled":{
"type":"bool",
"value":"false",
},
"isUnzipInstalled":{
"type":"bool",
"value":"false",
},
"isNordVPNInstalled":{
"type":"bool",
"value":"false",
},
"isSurfSharkVPNInstalled":{
"type":"bool",
"value":"false",
},
"isIpVanishVPNInstalled":{
"type":"bool",
"value":"false",
},
"isVyprVpnVPNInstalled":{
"type":"bool",
"value":"false",
},
"isSpecificSoftwareInstalled":{
"type":"bool",
},
}
json
Failed to retrieve an app installation status due to an invalid package name (eg. pkg).