108
submitted 9 months ago* (last edited 9 months ago) by hellfire103@sopuli.xyz to c/unixporn@lemmy.ml
  • OS: FreeBSD 14.0-RELEASE
  • Theming: Catppuccin Mocha (Mauve)
  • Icons: Obsidian Purple
  • Wallpaper: [LINK]

  • Browser: Hardened Firefox
  • Shell: Zsh
  • Terminal: Alacritty
you are viewing a single comment's thread
view the rest of the comments
[-] Steamymoomilk@sh.itjust.works 5 points 9 months ago

Dang rocking a intel core 2 duo! And nice rice! Also ive been wanting to dip my toes into freebsd/netbsd do you have any recomendations on package management, its rather confusing on the wiki. Ive been playing with gentoo and does freeBSD have similar package management? On the wiki it says some stuff about compling from source and premade binarys.

Thanks!

[-] hellfire103@sopuli.xyz 2 points 9 months ago

Well, there are two main methods of package management in FreeBSD, which (according to people who seem to know their stuff) should not be mixed.

Packages are pre-compiled binaries, which are installed with either:

  • # pkg install <package>

    or

  • $ doas pkg install <package>

and can be found at FreshPorts.

Then there are ports. You have to enable this during installation. Essentially, it gives you a directory containing all of the available sources, known as the ports tree. You cd in and run the command, and it pulls in the code, compiles it, and installs. However, due to my ancient processor, I do not use ports and so have no idea what commands to actually run or even where to find the ports tree in the first place.

Remember to check the documentation!

this post was submitted on 07 Jan 2024
108 points (94.3% liked)

Unixporn

15288 readers
5 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 5 years ago
MODERATORS