Back to Recipes
nelson6e65
2 recipes shared
Fix Broken Ubuntu Dependencies
Repair potentially broken Ubuntu broken dependencies
# Repair broken apt
apt --fix-broken -y install
apt-get -f -y install
4 years ago
nelson6e65
[WIP] Install gRPC PHP extension
Instructions: - https://github.com/grpc/grpc/tree/master/src/php - https://github.com/protocolbuffers/protobuf/tree/master/php
sudo pecl install protobuf
sudo pecl install grpc
4 years ago
nelson6e65