Skip to Content
Menu
This question has been flagged
2 Replies
3099 Views

hi all,

I am trying to install Odoo 14 on Fedora using Odoo official guide when I reached to Repository step and issued following with copy/paste it is showing status code 404, i checked the link in browser and found that file odoo.repo not exist, please help as it is Odoo Official installation guide:  https://www.odoo.com/documentation/14.0/setup/install.html


sudo dnf config-manager --add-repo=https://nightly.odoo.com/14.0/nightly/rpm/odoo.repo


Adding repo from: https://nightly.odoo.com/14.0/nightly/rpm/odoo.repo

Status code: 404 for https://nightly.odoo.com/14.0/nightly/rpm/odoo.repo (IP: 178.33.123.40)

Error: Configuration of repo failed


also there is a Warning for wkhtmltopdf that is not installed and saying that is sould be installed manually, please help to how i can install it?


Avatar
Discard
Best Answer

Hi Smith you can go through this link to setup odoo development environment:

https://www.odoo.com/documentation/14.0/setup/install.html#id7

Regarding the wkhtmltopdf warning you can resolve that by installing it manually by this command:

sudo wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.bionic_amd64.deb

sudo apt install ./wkhtmltox_0.12.6-1.bionic_amd64.deb

Thanks

Avatar
Discard
Author Best Answer

hi, 

thanks for help and guidance, i can't comment so using Answer feature to reply on your post.

as i have mentioned, i am using Fedora and i think " sudo apt install " will not recognize by this distro ? 

you have mentioned  .deb packages which will not install in Fedora.

regards

Avatar
Discard

You can install wkhtmltopdf by using this command also

sudo pip3 install wkhtmltopdf

Author

thanks @Vishal Thacker for help showing command to install wkhtmltopdf using pip3.

so, i can't have odoo 14 repository?

Author

sorry, but why i am not getting any notification of a reply on my posts when i am loging in here? is there any setting i have to made enable or something else? or just i Have to check my email for it?

Hi,

You can clone the odoo 14.0 repo from GitHub using the below command

git clone https://www.github.com/odoo/odoo --depth 1 --branch 14.0 /your/path

Related Posts Replies Views Activity
1
Dec 20
1785
1
Nov 24
1479
1
Nov 24
1184
2
Sep 24
1046
1
Aug 24
2449