Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- HPE
- patch
- version
- infiniband
- rhel
- hpcm패치
- SLURM
- 1.10
- ubuntu
- LUSTRE
- build
- 1.9
- java
- GPU
- Singularity
- HPFSS
- HPCM
- Docker
- Cray
- CPU
- top500
- conda
- Kernel
- CUDA
- nvidia
- gpfs
- AMD
- Linux
- PFSS
- Source
Archives
- Today
- Total
HPE CRAY 자료 공유
[Ubuntu] 자동 업데이트 기능 끄기 본문
Ubuntu OS 사용 시 패키지 설치 과정에서 의존성 패키지가 버전 업그레이드 되면서 의존성이 깨지는 문제가 발생한다.
자동 업데이트 기능을 꺼서 의존성 패키지의 버전을 유지 하자
1. /etc/apt/apt.conf.d/10periodic
변경 전 | APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Download-Upgradeable-Packages "0"; APT::Periodic::AutocleanInterval "0"; |
변경 후 | APT::Periodic::Update-Package-Lists "0"; APT::Periodic::Download-Upgradeable-Packages "0"; APT::Periodic::AutocleanInterval "0"; |
2. /etc/apt/apt.conf.d/20auto-upgrades
변경 전 | APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Unattended-Upgrade "1"; |
변경 후 | APT::Periodic::Update-Package-Lists "0"; APT::Periodic::Unattended-Upgrade "0"; |
'Applications > LINUX' 카테고리의 다른 글
[singularity] user namespace not supported by your system (0) | 2024.12.11 |
---|---|
[Ubuntu] dpkg의 rpm 기능 (0) | 2024.09.05 |
[Python] OS별 기본 Python 버전 (0) | 2024.06.13 |
VMware Workstation Pro와 Fusion Pro 개인사용자 무료 (0) | 2024.05.16 |
[RPM] mkfs.gfs2 command not found (0) | 2024.05.16 |