Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to remove pkg from mac

$ sudo pkgutil --forget the-package-name.pkg
Comment

how to remove pkg from mac

$ pkgutil --pkgs # list all installed packages
$ pkgutil --files the-package-name.pkg # list installed files
$ sudo pkgutil --forget the-package-name.pkg
Comment

PREVIOUS NEXT
Code Example
Shell :: git shothand commands 
Shell :: turn on wiregurad ubuntu 
Shell :: install conky on pop os 
Shell :: how to exit vi in linux 
Shell :: remove changes file git command 
Shell :: create symbolic link linux apache 
Shell :: which path of executable powershell 
Shell :: bash array number range from var 
Shell :: curl detailed response 
Shell :: delete history linux range 
Shell :: how to convert 30fps to 60fps using ffmpeg 
Shell :: github portfolio 
Shell :: generate pkcs12 certificate using keytool 
Shell :: Running a local script on a remote machine (or remote on local) 
Shell :: mv bash 
Shell :: stash specific files git 
Shell :: vs code linux cache 
Shell :: mongodb version check 
Shell :: mongo shell command to create database 
Shell :: git clone vs add remote 
Shell :: windows powershell mkdir multiple directories 
Shell :: how to check if virtualization is enabled in bios in manjaro 
Shell :: linux create directory 
Shell :: aws create repository cli 
Shell :: mv folder linux 
Shell :: pull from other branch 
Shell :: how can I check ram usage in mb in linux? 
Shell :: No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi 
Shell :: create new branch 
Shell :: how to add a zip file 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =