Hey guys I downloaded the Forg file from the official site and I do not know how to install it.
YouTube
I did not find anything there
Are there in the AUR
https://aur.archlinux.org/packages/forge-server/
Can you suggest a specific video to me that you know?
How do you install this?
With git clone and makepkg or instead with pacman with an AUR helper, z. B. Yay
Info about Minecraft Forge in general:
https://wiki.archlinux.org/index.php/Minecraft#Forge
I'm sorry I hardly understand any of what you said I have manjaro only sit two days
You do 'git clone https://aur.archlinux.org/forge-server.git'
Then 'cd forge-server'
And then 'makepkg -si'
Then you have to enter password to install it. This requires packages such as 'base-devel' or 'git', which must be installed with pacman.
See https://wiki.manjaro.org/index.php/Arch_User_Repository
Small note still: You need between 1GB and 25GB of free space per package, because the source code + compile much preliminary work, while the package itself is only 100 MB usually large. The build files can later be deleted in the file manager (or kept for later updates as a cache)
Thanks a lot
all linked