如果文件在 android 设备上,是否可以通过 adb 安装 APK?

Is it possible to install APK through adb if the file is on the android device?

通常,如果 apk 在我的桌面上,我会使用 adb install <path> 在我的 Android 设备上获取它。不知何故,我想知道设备上是否也有 apk。我想 adb shell 会是一个开始,遗憾的是,install <path> 之后似乎不起作用。

adb shell
pm install /location/apk.apk
// if you want to remove the installation package
rm /location/apk.apk