jyotika@jyotika-laptop ~ $ sudo alien -k /home/jyotika/Desktop/newfolder/VMware-Workstation-6.5.0-118166.i386.rpm
Warning: Skipping conversion of scripts in package VMware-Workstation: postinst prerm
Warning: Use the --scripts parameter to include the scripts.
mkdir: cannot create directory `VMware-Workstation-6.5.0': File exists
unable to mkdir VMware-Workstation-6.5.0: at /usr/share/perl5/Alien/Package.pm line 257.
wtf???
Please try
Code:
sudo alien -k -v /home/jyotika/Desktop/newfolder/VMware-Workstation-6.5.0-118166.i386.rpm
Code:
sudo alien -k --veryverbose /home/jyotika/Desktop/newfolder/VMware-Workstation-6.5.0-118166.i386.rpm
Edit:
Realised something else... Are you sure there isn't a FILE that you're moving there instead? I specifically told you to look for a directory named VMware-Workstation-6.5.0, but it could also be a file with that name.
Code:
ls -al ~/Desktop/
It's a long shot, but worth a try.
Last edited: