User Tools

Site Tools


installing_lucy_on_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
installing_lucy_on_linux [2019/03/01 11:16] lucyinstalling_lucy_on_linux [2019/03/01 11:50] lucy
Line 106: Line 106:
  
 ===== Uninstall LUCY ===== ===== Uninstall LUCY =====
-In 3.2 we will provide an uninstaller. For now, if you want to remove LUCY you first need to get a list of all packages installed using $awk '/^Selecting/ {gsub(/\./,""); print $5}' /var/log/apt/term.log (which displays installed packages in historical order, and then purges the last packages). That list will enable you to remove the according packages. +If you want to remove LUCY you first need to get a list of all packages installed using $awk '/^Selecting/ {gsub(/\./,""); print $5}' /var/log/apt/term.log (which displays installed packages in historical order, and then purges the last packages). That list will enable you to remove the according packages. 
 +This method works for legacy installation method only.
  
  
Line 130: Line 130:
  
  
-===== Is the container included in the installer payload or is the container loaded via docker pull? ===== +===== Is the docker-image included in the installer payload or is the docker-image loaded via docker pull? ===== 
-Lucy'container is downloaded from https://hub.docker.com (official Docker Hub) during installation.+Lucy'docker-image is being downloaded from https://hub.docker.com (official Docker Hub) during installation.
  
  
installing_lucy_on_linux.txt · Last modified: 2022/06/22 12:37 by lucysecurity