Uninstallation
OneLiveRec Desktop
Section titled “OneLiveRec Desktop”-
Exit OneLiveRec via tray icon menu
-
Right-click the OneLiveRec shortcut icon on the desktop
-
Click
Open file locationto open the OneLiveRec installation directory -
Run
uninstall.exe, then follow the wizard to finish the uninstallation.
-
Quit OneLiveRec
-
Open Finder and click on Applications in the sidebar.
-
Find OneLiveRec in Applications
-
Right-click the app icon and select Move to Trash (or drag it to the Trash icon in your Dock).
-
Remove app data
rm -rf ~/Library/Application\ Support/OneLiveRecrm -rf ~/Library/WebKit/OneLiveRecrm -rf ~/Library/Caches/OneLiveRec
-
Quit OneLiveRec
-
Remove OneLiveRec
sudo apt remove one-live-rec -
Remove app data
rm -rf ~/.local/share/oneliverec ~/.local/share/OneLiveRec
-
Quit OneLiveRec
-
Remove OneLiveRec
sudo dnf remove one-live-rec -
Remove app data
rm -rf ~/.local/share/oneliverec ~/.local/share/OneLiveRec
OneLiveRec Container Image
Section titled “OneLiveRec Container Image”-
Stop and remove containers, networks and volumes
docker compose down -v -
Remove OneLiveRec container image
docker image rm oneliverec/orec -
Remove the application data
rm -rf ~/orec
-
Stop the container
docker stop orec -
Remove OneLiveRec container image
docker image rm oneliverec/orec -
Remove the application data
rm -rf ~/orec
OneLiveRec CLI
Section titled “OneLiveRec CLI”-
Quit the App
Press
ctrl + c -
Remove the App and data
Remove-Item -Path orec-0.15.0-x86_64-pc-windows-msvc -Recurse -Force
-
Quit the App
Press
ctrl + c -
Remove the App and data
rm -rf orec-0.15.0-aarch64-apple-darwinrm -rf orec-0.15.0-x86_64-apple-darwin
-
Quit the App
Press
ctrl + c -
Remove the App and data
rm -rf orec-0.15.0-x86_64-unknown-linux-gnurm -rf orec-0.15.0-aarch64-unknown-linux-gnu