You are not logged in.
Pages: 1
Hi everyone,
I need to compile few package on a Devuan5 that is offline.
What would be the best way to install common compiler ?
gcc
cc
cl
Do I need the three ? or just gcc will be enough ?
Thanks.
Linux noob, plz be kind
Offline
Hi,
is `gcc` come with one of the install medium ?
Thanks.
Linux noob, plz be kind
Offline
I found !
actually with a fresh install and the etc/apt/sources.list untouched
deb cdrom:[Devuan GNU/Linux 5.0.1 daedalus amd64 - desktop 20230914]/ daedalus contrib main non-free non-free-firmware
a "simple"
apt install gcc
works.
if anyone have a good documentation about apt I'm all ears
Linux noob, plz be kind
Offline
Hi
About your manual
I use a Android app ' Linux command library '
And i often looks at how to from ' it's Foss, and nixCraft'
Laptop lenovo
Desktop XFCE
Os Devuan GNU/Linux
Offline
if anyone have a good documentation about apt I'm all ears smile
apt --help
man apt
Offline
Thank you @devur and @aluma !
Linux noob, plz be kind
Offline
Pages: 1