Apache/2.4.7 (Ubuntu) Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) safemode : OFF MySQL: ON | Perl: ON | cURL: OFF | WGet: ON > / usr / share / bug / | server ip : 104.21.89.46 your ip : 172.70.179.180 H O M E |
Filename | /usr/share/bug/aptitude |
Size | 510 |
Permission | rwxr-xr-x |
Owner | root : root |
Create time | 27-Apr-2025 09:52 |
Last modified | 24-Sep-2013 06:39 |
Last accessed | 06-Jul-2025 08:53 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
#!/bin/sh
export LANG=C
if [ $TERM ]; then
echo "Terminal: $TERM" >&3
else
echo "\$TERM not set." >&3
fi
if [ $DISPLAY ]; then
echo "\$DISPLAY is set." >&3
else
echo "\$DISPLAY not set." >&3
fi
aptitude=$(which aptitude)
echo "which aptitude: $aptitude" >&3
echo >&3
echo "aptitude version information:" >&3
# I would like to run `which aptitude`, but that raises security issues.
/usr/bin/aptitude --version >&3
echo >&3
echo "aptitude linkage:" >&3
/usr/bin/ldd /usr/bin/aptitude >&3
export LANG=C
if [ $TERM ]; then
echo "Terminal: $TERM" >&3
else
echo "\$TERM not set." >&3
fi
if [ $DISPLAY ]; then
echo "\$DISPLAY is set." >&3
else
echo "\$DISPLAY not set." >&3
fi
aptitude=$(which aptitude)
echo "which aptitude: $aptitude" >&3
echo >&3
echo "aptitude version information:" >&3
# I would like to run `which aptitude`, but that raises security issues.
/usr/bin/aptitude --version >&3
echo >&3
echo "aptitude linkage:" >&3
/usr/bin/ldd /usr/bin/aptitude >&3