2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								# Linux
  
						 
					
						
							
								
									
										
										
										
											2023-09-25 12:34:44 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								## Install
  
						 
					
						
							
								
									
										
										
										
											2023-09-25 12:38:23 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								To install Ollama, run the following command:
							 
						 
					
						
							
								
									
										
										
										
											2024-02-10 07:19:30 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
									
										
										
										
											2024-02-10 07:19:30 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								curl -fsSL https://ollama.com/install.sh | sh
							 
						 
					
						
							
								
									
										
										
										
											2023-09-25 12:38:23 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								## Manual install
  
						 
					
						
							
								
									
										
										
										
											2024-02-16 09:15:09 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Download and extract the package:
							 
						 
					
						
							
								
									
										
										
										
											2024-02-16 09:15:09 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-amd64.tgz
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								sudo tar -C /usr -xzf ollama-linux-amd64.tgz
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Start Ollama:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								ollama serve
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
									
										
										
										
											2023-09-25 12:34:44 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								In another terminal, verify that Ollama is running:
							 
						 
					
						
							
								
									
										
										
										
											2023-09-25 12:34:44 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								ollama -v
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								### AMD GPU install
  
						 
					
						
							
								
									
										
										
										
											2023-09-25 12:34:44 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								If you have an AMD GPU, also download and extract the additional ROCm package:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								curl -L https://ollama.com/download/ollama-linux-amd64-rocm.tgz -o ollama-linux-amd64-rocm.tgz
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								sudo tar -C /usr -xzf ollama-linux-amd64-rocm.tgz
							 
						 
					
						
							
								
									
										
										
										
											2023-09-25 12:34:44 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								### ARM64 install
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Download and extract the ARM64-specific package:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								curl -L https://ollama.com/download/ollama-linux-arm64.tgz -o ollama-linux-arm64.tgz
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								sudo tar -C /usr -xzf ollama-linux-arm64.tgz
							 
						 
					
						
							
								
									
										
										
										
											2024-08-28 04:42:28 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								### Adding Ollama as a startup service (recommended)
  
						 
					
						
							
								
									
										
										
										
											2023-09-25 12:34:44 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-05 02:45:09 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Create a user and group for Ollama:
							 
						 
					
						
							
								
									
										
										
										
											2023-09-25 12:34:44 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
									
										
										
										
											2024-09-05 02:45:09 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								sudo useradd -r -s /bin/false -U -m -d /usr/share/ollama ollama
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								sudo usermod -a -G ollama $(whoami)
							 
						 
					
						
							
								
									
										
										
										
											2023-09-25 12:34:44 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Create a service file in `/etc/systemd/system/ollama.service` :
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```ini
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								[Unit]
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Description=Ollama Service
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								After=network-online.target
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								[Service]
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								ExecStart=/usr/bin/ollama serve
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								User=ollama
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Group=ollama
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Restart=always
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								RestartSec=3
							 
						 
					
						
							
								
									
										
										
										
											2024-09-05 02:45:09 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Environment="PATH=$PATH"
							 
						 
					
						
							
								
									
										
										
										
											2023-09-25 12:34:44 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								[Install]
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								WantedBy=default.target
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Then start the service:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
									
										
										
										
											2023-09-25 12:34:44 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								sudo systemctl daemon-reload
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								sudo systemctl enable ollama
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
									
										
										
										
											2023-09-26 07:10:32 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								### Install CUDA drivers (optional)
  
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								[Download and install ](https://developer.nvidia.com/cuda-downloads ) CUDA.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Verify that the drivers are installed by running the following command, which should print details about your GPU:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								nvidia-smi
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								### Install AMD ROCm drivers (optional)
  
						 
					
						
							
								
									
										
										
										
											2024-03-09 01:45:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								[Download and Install ](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/tutorial/quick-start.html ) ROCm v6.
							 
						 
					
						
							
								
									
										
										
										
											2024-03-09 01:45:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								### Start Ollama
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-05 02:45:09 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Start Ollama and verify it is running:
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								sudo systemctl start ollama
							 
						 
					
						
							
								
									
										
										
										
											2024-09-05 02:45:09 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								sudo systemctl status ollama
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								>  [!NOTE]
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								>  While AMD has contributed the `amdgpu` driver upstream to the official linux
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								>  kernel source, the version is older and may not support all ROCm features. We
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								>  recommend you install the latest driver from
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								>  https://www.amd.com/en/support/linux-drivers for best support of your Radeon
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								>  GPU.
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-11-18 03:48:12 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								## Customizing
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								To customize the installation of Ollama, you can edit the systemd service file or the environment variables by running:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								sudo systemctl edit ollama
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Alternatively, create an override file manually in `/etc/systemd/system/ollama.service.d/override.conf` :
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```ini
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								[Service]
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Environment="OLLAMA_DEBUG=1"
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								## Updating
  
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Update Ollama by running the install script again:
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
									
										
										
										
											2024-02-10 07:19:30 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								curl -fsSL https://ollama.com/install.sh | sh
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Or by re-downloading Ollama:
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-amd64.tgz
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								sudo tar -C /usr -xzf ollama-linux-amd64.tgz
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-06-10 01:49:03 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								## Installing specific versions
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-11-18 03:48:12 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Use `OLLAMA_VERSION`  environment variable with the install script to install a specific version of Ollama, including pre-releases. You can find the version numbers in the [releases page ](https://github.com/ollama/ollama/releases ).
							 
						 
					
						
							
								
									
										
										
										
											2024-06-10 01:49:03 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								For example:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.3.9 sh
							 
						 
					
						
							
								
									
										
										
										
											2024-06-10 01:49:03 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								## Viewing logs
  
						 
					
						
							
								
									
										
										
										
											2023-09-26 07:10:32 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								To view logs of Ollama running as a startup service, run:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
									
										
										
										
											2024-05-07 06:02:25 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								journalctl -e -u ollama
							 
						 
					
						
							
								
									
										
										
										
											2023-09-26 07:10:32 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
									
										
										
										
											2023-10-25 02:07:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								## Uninstall
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Remove the ollama service:
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								sudo systemctl stop ollama
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								sudo systemctl disable ollama
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								sudo rm /etc/systemd/system/ollama.service
							 
						 
					
						
							
								
									
										
										
										
											2023-10-25 02:07:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Remove the ollama binary from your bin directory (either `/usr/local/bin` , `/usr/bin` , or `/bin` ):
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								sudo rm $(which ollama)
							 
						 
					
						
							
								
									
										
										
										
											2023-10-25 02:07:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-01-12 13:07:00 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Remove the downloaded models and Ollama service user and group:
							 
						 
					
						
							
								
									
										
										
										
											2024-02-10 07:19:30 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-09-07 13:05:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```shell
							 
						 
					
						
							
								
									
										
										
										
											2023-10-26 05:47:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								sudo rm -r /usr/share/ollama
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								sudo userdel ollama
							 
						 
					
						
							
								
									
										
										
										
											2024-01-12 13:07:00 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								sudo groupdel ollama
							 
						 
					
						
							
								
									
										
										
										
											2023-10-25 02:07:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								```