본문 바로가기
데이터 엔지니어링

리눅스에 yum이 없어서 kafka 못올렸던 그 초보시절

by blog_autumn 2025. 8. 11.

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.