apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://datastrato.ai/docs/
Apache License 2.0
681 stars 208 forks source link

[Improvement] util_free_space.sh: apt purge pop error "E: Unable to locate package" in some ubuntu vm #4078

Closed danhuawang closed 2 days ago

danhuawang commented 3 days ago

What would you like to be improved?

apt purge pop error "E: Unable to locate package" in some ubuntu vm

sudo apt purge -y \
    firefox \
    google-chrome-stable \
    microsoft-edge-stable
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package google-chrome-stable
E: Unable to locate package microsoft-edge-stable

How should we improve?

Check and add add-apt-repository in the script