Index of /pkgsrc/Solaris-11.4.x86/
Name | Last Modified | Size | Type |
../ | | - | Directory |
2022Q1/ | 2022-May-02 05:05:22 | - | Directory |
OLD/ | 2022-May-02 08:38:16 | - | Directory |
README.txt | 2022-May-02 18:21:03 | 1.9K | text/plain; charset=utf-8 |
pkg.tar.gz | 2022-May-01 12:54:03 | 25.2M | application/x-gtar-compressed |
------------------------------------------------------------------------
_____ _ _ __ __ ___ _____ ______ _____
/ ___| | | (_) / | / | / | / __ \| ___ \ ___|
\ `--. ___ | | __ _ _ __ _ ___ `| | `| | / /| | | / \/| |_/ / |__
`--. \/ _ \| |/ _` | '__| / __| | | | | / /_| | | | | ___ \ __|
/\__/ / (_) | | (_| | | | \__ \ _| |__| |_\___ | | \__/\| |_/ / |___
\____/ \___/|_|\__,_|_| |_|___/ \___/\___(_) |_/ \____/\____/\____/
------------------------------------------------------------------------
- This is a 2022Q1 pkgsrc repo for x86_64 Solaris 11.4
- Useful for a "minimal" Solaris 11.4 install (automated txt one)
Version used
------------
NAME="Oracle Solaris"
PRETTY_NAME="Oracle Solaris 11.4"
CPE_NAME="cpe:/o:oracle:solaris:11:4"
ID=solaris
VERSION=11.4
VERSION_ID=11.4
BUILD_ID=11.4.42.0.0.111.0
HOME_URL="https://www.oracle.com/solaris/"
SUPPORT_URL="https://support.oracle.com/"
VARIANT_ID=cbe
VARIANT="11.4.42 Common Build Environment"
Only packages I have installed (via pkg install) were
- pkgsrc binary bootstrap pkg.tar.gz is available with pkgin
- To test the repo you need to download it and extract in /usr
# wget http://astr0baby.online/pkgsrc/Solaris-11.4.x86/pkg.tar.gz
# mv pkg.tar.gz /usr
# cd /usr
# gunzip pkg.tar.gz
# tar -xvf pkg.tar
# rm pkg.tar
- Make sure you add the new path to your existing $PATH
/usr/pkg/bin:/usr/pkg/sbin
- Edit the /usr/pkg/etc/pkgin/repositories.conf and add
# Remote http repository
http://astr0baby.online/pkgsrc/Solaris-11.4.x86/2022Q1/All
- Now you can just pkgin install packages
pkgin avail
pkgin install
...etc
- Note for Qemu usage - when testing SDL apps that want sound
- Solaris 11.4 seems to support only USB audio devices which
- I dont know how to emulate under qemu-system-x86_64
- So in order to run the SDL games you need to define the following
SDL_AUDIODRIVER=disk
SDL_DISKAUDIOFILE=/dev/null