Skip to content

Commit 951701f

Browse files
committed
Ubuntu: Phoronix TS - install pts/disk
1 parent 53da48a commit 951701f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

UbuntuCLI/optional_packages_install.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ OPT_APT_PACKAGES=(
1414
# stress testing and benchmarking tools
1515
# php is required by phoronix test suite
1616
# todo fix php on ubuntu 22.04
17-
stressapptest stress-ng inxi php8.3 php-xml php8.3-xml
17+
stressapptest stress-ng inxi
18+
19+
# phoronix-test-suite dependencies
20+
php8.3 php-xml php8.3-xml
21+
php-gd php-bz2 php-sqlite3 php-curl
22+
mpicc libpopt-dev
1823
)
1924

2025
time sudo apt-get install -y "${OPT_APT_PACKAGES[@]}"
@@ -23,3 +28,5 @@ wget -P /tmp/ https://github.com/phoronix-test-suite/phoronix-test-suite/release
2328
sudo dpkg -i /tmp/phoronix-test-suite_10.8.4_all.deb
2429

2530
rm /tmp/phoronix-test-suite_10.8.4_all.deb
31+
32+
phoronix-test-suite batch-install pts/disk

0 commit comments

Comments
 (0)