# Uninstall Guide Ubuntu ## Option #1: Uninstall Intel® DL Streamer Pipeline Framework from APT repository If you installed via apt package just simple uninstall with apt: ```bash sudo apt remove intel-dlstreamer ``` If you want to remove OpenVINO™ as well, please use the following commands: ```bash sudo apt remove -y openvino* libopenvino-* python3-openvino* sudo apt-get autoremove ``` ## Option #2: Remove Intel® DL Streamer Pipeline Framework Docker image If you used docker, you need just remove container and dlstreamer docker image: ```bash docker rm docker rmi dlstreamer:devel ``` ------------------------------------------------------------------------ > **\*** *Other names and brands may be claimed as the property of > others.*