Trying to Install Kafka on Linux Ubuntu (AWS EC2)
I wanted to try installing Apache Kafka on a Linux Ubuntu server hosted on an AWS EC2 instance. However, I quickly realized something: there is no yum in Ubuntu by default.
For me, yum is like a comfort tool — I use it a lot when working with Linux. So I decided to install it before continuing.
<Before>

<After>

Reference

Now with yum installed, I can continue with the Kafka setup in an environment I'm more comfortable with — even if it's not the typical Ubuntu way.
'데이터 엔지니어링' 카테고리의 다른 글
| K8s... 왜 너 맘대로니? 내가 직접 해보자 (3) | 2025.08.29 |
|---|---|
| 내 친구가 ai 동영상에 대해 할말있대... 댓글 착하게.. 알지? (2) | 2025.08.15 |
| 데이터로깅, 모바일 개발자들이랑 소통하기 위해 swift 만들어보기 (1) | 2025.08.11 |
| 리눅스에 vscode 연결하기(다른 개발자 하는거 집가서 몰래해보기) (3) | 2025.08.11 |
| Data Engineer Autumn (9) | 2025.08.09 |