> but how to conform whether that particular package has been installed > successfully or not > > is dere any command for listing yast insatlled packages???????????? >
Hi sandeep I think you can use something like : rpm -q <package name> If you are not sure about the exact package name then you can try something like : rpm -qa | <package name > Thanks Satish

