mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-11 13:52:21 +08:00
3 lines
60 B
Bash
Executable File
3 lines
60 B
Bash
Executable File
#!/bin/bash
|
|
dpkg -l | grep "^ii" | grep -w "$1" > /dev/null
|