You are not logged in.
I have been using RPM and APT my whole life... pacman is a mystery to me.
Also, everyone mentions that pacman requires AUR helper app, which I have no idea about.
I just need to install kernel-headers, make-essential, and broadcom-wl-dkms for my BCM94360CS2 wireless PCIEx1 card.
I believe everything else is supported OOTB.
Many thanks in advance for any help.
Offline
NOTE: I can temporarily share the WiFi connection from laptop to PC via ethernet (Pop!_OS). I have done so before successfully...
I guess I can install directly from there to get WiFi driver installed (PS. broadcom-sta-dkms under Pop!_OS is almost unusable) :-(
Offline
Also, everyone mentions that pacman requires AUR helper app,
Not many here would.
https://wiki.archlinux.org/title/pacman
https://wiki.archlinux.org/title/Arch_User_Repository
Edit: As to WiFi for install -- You can connect a phone in USB tether mode and just run dhcpcd to obtain an address. Install your drivers and ou can switch over to them
Last edited by ewaller (2023-04-13 18:26:48)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
I think I answered my own question re: installing WiFi driver... but how about a quick cheat-sheet for pacman?
and of course, AUR needs to compile everything... how? via pacman again?
I assume (from what little I have learnt online) that installing a binary build from a repository is "pacman -S packagename"
but what to do with a PKGBUILD?
Cheers.
Offline
Did you follow the links I provided?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Offline
Wow, new one on me ![]()
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
That can be a useful comparison, but there are some odd inaccuracies which may be mostly benign: e.g., 1) `makepkg -si PKGBUILD` is harmless, but the PKGBUILD argument is completely ignored and serves no purpose other than to lead to misunderstanding in those copy-pasting that command and 2) `pacman -Sii` or `-Qii` are suggested for getting information on which packages require a given package - but a single 'i' would acheive this and the additional 'i' adds additional information not at all relevant to this goal.
Last edited by Trilby (2023-04-13 21:17:20)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I just need to install [...]
I believe everything else is supported OOTB.
If I may add something, I suggest you update regularly. Not for the sake of it, but because the distro seams to be meant to.
Offline