How can i install fdb in linux?

Question:

I want to install fdb in python. I am using Linux. I tried

pip3 install fdb

it didn’t work. I am new at Linux, how can I install it in Linux?

Asked By: sunShine

||

Answers:

After

sudo apt install python3-pip

pip3 install fdb

the problem solved.

Answered By: sunShine