일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 퍼셉트론
- 블록체인
- Inference
- qtdesigner
- cv2
- TensorFlow
- 세계대전
- loss
- pyqt
- numpy
- 브렉시트
- 유가 급등
- 유로화
- 세계사
- TFRecord
- terminal
- itksnap
- Training
- TF
- 비트코인
- Perceptron
- 딥러닝
- img
- DataSet
- keras
- error
- deeplearning
- opencv
- dtype
- Python
Archives
- Today
- Total
활연개랑
How to install itksnap & How to uninstall/remove itksnap (ITK-SNAP) in UBUNTU 본문
Linux
How to install itksnap & How to uninstall/remove itksnap (ITK-SNAP) in UBUNTU
승해tmdhey 2023. 1. 2. 10:01반응형
# ITK-SNAP install
sudo apt-get update
dpkg -L itksnap
sudo apt-get install itksnap # install
# ITK-SNAP uninstall/remove
sudo apt-get remove itksnap
sudo apt-get remove --auto-remove itksnap
# ITK-SNAP uninstall/remove (모든 구성 파일과 데이터까지 삭제)
sudo apt-get purge itksnap
sudo apt-get purge --auto-remove itksnap
'Linux' 카테고리의 다른 글
[Linux] 여러개 zip파일 각각 폴더 만들어서 unzip하기 (0) | 2023.06.26 |
---|---|
[ubuntu] ubuntu 22.04 ITKSNAP install 설치 방법 (0) | 2023.06.25 |
[UBUNTU] second display not showing (0) | 2023.01.17 |
[ERROR 해결] Exception occurred during ITK-SNAP startup (0) | 2023.01.02 |
[linux] caches 삭제 (0) | 2022.10.17 |