Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
4147 Vizualizări

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?


Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Autor Cel mai bun răspuns

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

Imagine profil
Abandonează

You can install wkhtmltopdf by using this command also

sudo pip3 install wkhtmltopdf

Autor

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

so, i can't have odoo 14 repository?

Autor

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 Răspunsuri Vizualizări Activitate
1
dec. 20
2414
1
iul. 25
2195
2
iul. 25
7696
2
iul. 25
4115
2
iul. 25
3859