If I may, Iām new to FEniCS and Iāve got the same issues as @OsbertWang .
Iām in Southeast Asia and I donāt have VPN.
Is there a work-around, or should i just disregard the error and continue with the steps.
Iām worried it would mean the installation would be incomplete.
As dparsons already pointed out: On Ubuntu 20.04 you donāt use the PPA, you just use the standard Ubuntu repository. The 404 error is due to the fact, that the PPA does not have a āfocal/ā subdirectory, not because the server cannot be reached.
If you have Ubuntu 20.04 and you have added the PPA, try
@dparsons and @dokken both many thanks. So the only way for those users of WSL under Windows 10, it should be to update Ubuntu 20.04 LTS to Standard and 20.10, and this would help them to get support and 0.5.1 dolfinx, right?
I agree with dokken, itās best to upgrade to the most recent LTS stable release, which at the moment is 22.04 (jammy). Upgrading is usually painless:
(after updating /etc/apt/sources.list to refer to jammy instead of focal, i.e. 22.04 instead of 20.04). Ubuntu also provides graphical package management tools that will list the new sources and can start the upgrade.
Ah, I see. Best to ignore that line in the tutorial
Iāll update the debian/ubuntu packages so they report something a bit more constructive than āunknownā there.
I get āCannot add PPA: āppa:~fenics-packages/ubuntu/fenicsā.ā on WSL Ubuntu while trying to add the repository. Iām behind a proxy. Installing fenics or other packages works well, but fenicsx causes trouble.
Is there a manual entry for the repository like ādeb Index of /ubuntu focal multiverseā, so that I can manually add the repository?
Itās been a while since I last checked in.
Iāve written a short guide on how to install FEniCSx on a Windows system, and uploaded it onto GitHub.
Since Iām Chinese, I wrote the guide in Chinese.
The guide covers installation procedures for both WSL and Docker for Windows 11. Additionally, I have included instructions on how to use proxy for both ppa and ubuntu. Furthermore, I have also cited a tutorial on how to move WSL to another disk.
I hope this guide can be helpful for anyone who needs assistance with installing FEniCSx on their Windows system.