728x90
반응형
현재(2024.08.29) 시점, 우분투 24.04 에서 apt 명령어로 telegraf 를 설치하려고 하면, 위험하다고 하면서 설치가 안 됩니다.
$ sudo apt install telegraf This revision of snap "telegraf" was published using classic confinement and thus may perform arbitrary system changes outside of the security sandbox that snaps are usually confined to, which may put your system at risk. If you understand and want to proceed repeat the command including --classic. |
따라서 아래처럼 --classic 이라고 써줘야 설치가 됩니다.
$ sudo apt install telegraf --classic |
물론 이렇게 설치하면 위험하다고 하는데, warning message 만으로는 구체적으로 뭐가 어떻게 위험하다는 것인지는 저도 잘 이해가 되지 않더군요.
728x90
반응형
'기타' 카테고리의 다른 글
비전공자 무료로 혼자 코딩 공부하는 법(광고 X) (35) | 2024.12.04 |
---|---|
Ubuntu(우분투) 24.04 influxdb, grafana 설치 방법 (0) | 2024.09.01 |
개발자들이 잘 못 이해하고 있는 C/C++ 배열의 의미 (0) | 2023.01.26 |
개발자들이 흔히 잘 못 사용하는 용어 (0) | 2022.09.06 |
CSE top conferences (0) | 2022.08.23 |