Sponsored Content
Operating Systems Solaris Unable to uninstall package in Solaris Post 302123391 by sysgate on Monday 25th of June 2007 11:20:59 AM
Old 06-25-2007
There seems to be few more people running into this issue, however, no resolution suggested. Are you running this as root, and also, please post the output of "who -r"
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

uninstall and install a package

Hi, on Red Hat Enterprise Linux AS release 3 (Taroon). How can I : 1-install a package (exemple : compat-gcc-7.3-2.96.128.src.rpm) 2-uninstall (or delete or deinstall) a package (exemple : compat-gcc-7.3-2.96.122). Many thanks before. (6 Replies)
Discussion started by: big123456
6 Replies

2. Solaris

Perl - How to uninstall? Will pkgrm uninstall all versions?

Hello, I'm working on a Solaris 9/Sparc machine and it has the Solaris 10 version of Perl (5.8.8) installed on it, which always requires all kinds of library files that Solaris 9 doesn't come with. I think the best way to do is to uninstall this wrong version and install the correct Solaris 9... (1 Reply)
Discussion started by: alanlh
1 Replies

3. Solaris

install and uninstall package

I'm a newcomer for Solaris. I tried to install Net::FTP package ( a tool perl ) on our sun server 5.9. We used the below command: /usr/bin/perl MakeFilePL make make install How can I uninstall this package ? (1 Reply)
Discussion started by: anhtt
1 Replies

4. AIX

Uninstall a relocatable package

Hi, If a package has been installed at normal location: installp -u <package_name> uninstalls the package However, if that has been installed relocatable, the above command fails. It requires the relocatable path as the parameter installp -R <relocation_path> -u <package_name> To find... (1 Reply)
Discussion started by: vibhor_agarwali
1 Replies

5. Solaris

how to uninstall the package help

hi i installed wine1.1.2-sol11-i386.pkg.bz2 but wine doesnt work error err:process:start_wineboot failed to start wineboot, err 1359 how can i uninstall that package and how can i fix that error (2 Replies)
Discussion started by: ect1
2 Replies

6. Solaris

Solaris 10 install and Uninstall instructions.

I want to work in solaris admin. If I install Solaris 10 in my system, will it support all solaris admin commands and admin tools? Do we need to install any tools to support or work in Solaris admin? can you please let me know the install and uninstall instructions for Solaris 10 ? Is solaris OS... (5 Replies)
Discussion started by: shijoe
5 Replies

7. UNIX for Advanced & Expert Users

How to find dependancies of .dstream package (Solaris) & .rpm package( linux)

Friends, Please let meknow, How we can find the dependancies of .dstream package & .rpm package before installation ? For AIX, We can use the inutoc . command to create the .toc file for the bff package, What about Solaris & Linux ? (0 Replies)
Discussion started by: yb4779
0 Replies

8. Solaris

Unable to remove package in Solaris-10

I am installing a IBM package (ILMT) on Solaris-10 box, which is having few non global zones. It is not allowing me to remove old package and not allowing me to install new one. root@pqdb_s50:/root# pkgrm ILMT-TAD4D-agent ## Waiting for up to <300> seconds for package administration commands to... (18 Replies)
Discussion started by: solaris_1977
18 Replies

9. Linux

Unable to update package.

I am trying to update an openssl package on my node. # yum update openssl-1.0.1e-60.el7.x86_64 Loaded plugins: product-id, rhnplugin, subscription-manager This system is receiving updates from RHN Classic or Red Hat Satellite. baseline_prd_channel ... (0 Replies)
Discussion started by: Junaid Subhani
0 Replies

10. UNIX for Beginners Questions & Answers

Unable to find package

Hi there. I'm putting together a small cluster of Raspberry pis running Raspbian. They've all been setup identically from the same sd image. They all update and install perfectly except one node which refuses to install anything. It has exactly the same login, network, user details etc,... (3 Replies)
Discussion started by: MuntyScrunt
3 Replies
DIZZY-RENDER(8) 					User Contributed Perl Documentation					   DIZZY-RENDER(8)

NAME
dizzy-render - seed a directory with cached texture files SYNOPSIS
dizzy-render -o output-dir -r resolution [names...] DESCRIPTION
dizzy-render can be used to preseed a directory with cached textures. Why an extra tool, if Dizzy can do this itself? Well, people might want to generate textures in the installation script of a distro package, where it's unlikely or at least unwanted that an X11 program spawns to render textures. OPTIONS
-o output-dir --output-path output-dir Dump the textures to this directory. The directory will be created if it does not exist. The default value is /var/cache/dizzy/textures. -r resolution --resolution resolution Sets the resolution at which the textures will be rendered. The default value is 256, just like Dizzy's default resolution. The options can be followed by a list of names. If there are any such names specified, only textures with these names will be rendered. CAVEATS
This tool cannot make use of GLSL shaders to speed up rendering. But on the other hand, the cache files are not portable, and there is no need to generate them on a GLSL supporting machine. This is not even recommended, as performance tests have shown GLSL rendering to be much faster than loading the textures from disk for high resolutions. perl v5.14.2 2011-11-02 DIZZY-RENDER(8)
All times are GMT -4. The time now is 08:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy