Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Windows 10
- install
- dlib
- YouTube 8M
- linux
- ubuntu
- object detection
- pyTorch
- error
- face_recognition
- urllib
- CUDA
- python
- Anaconda
- Deep Learning
- gpu memory
- TensorFlow
- colaboratory
- download
- windows
- colab
- ppc64le
- 딥러닝
- python3
- raspberry pi
- shakeratos
- keras
- dataset
- FIle
- Jupyter notebook
Archives
- Today
- Total
Shakerato
apt-get error 'Couldn't create temporary file ...' 본문
Error message:
apt-get Couldn't create temporary file to work with /var/lib/apt/lists/ports.ubuntu.com_ ...Couldn't create temporary file to work with /var/lib/apt/lists/ports.ubuntu.com_ubuntu-ports_dists_xenial_InRelease - mkstemp (2: No such file or directory)
Solution is
sudo apt-get clean
sudo mv /var/lib/apt/lists /trash
sudo mkdir -p /var/lib/apt/lists/partial
sudo apt-get clean
sudo apt-get update
'Research' 카테고리의 다른 글
pytorch load pre-trained model, Missing key(s) in state_dict (0) | 2019.10.09 |
---|---|
Nvidia Driver and CUDA install on ppc64le Ubuntu (0) | 2019.10.07 |
리눅스 한글 문제 해결 ('ascii' codec can't encode characters) (0) | 2019.08.19 |
apache (httpd) web server setup on ppc64le server (0) | 2019.04.23 |
usb 대용량 파일 전송 실패 해결방법 (드라이브 포멧 변경 fat32 -> ntfs) (0) | 2019.03.01 |
Comments