On an arch I could simply run: pacman -S arch-wiki-docs
. But I would like to read the arch wiki docs from my ubuntu laptop. Is there any package that provides that?
On an arch I could simply run: pacman -S arch-wiki-docs
. But I would like to read the arch wiki docs from my ubuntu laptop. Is there any package that provides that?
This package is ArchLinux specific - see https://repology.org/project/arch-wiki-docs/versions .
But you can get the contents from its PKGBUILD file. This file has a link to the Git-repository with the documentation.
So you need to run the following commands:
But it seems that they have some obsolete python coding here. So you may need manual patching.