No guarantees here!
1. Extract the file you mentioned in your post to your 'Downloads' folder in '/home' using 'Archive Manager' - this should show up when you right-click the file.
2. Select all the files for archiving again but this time save as .tar.gz.
3. Install 'alien' using the terminal (Menu | Accessories | Terminal):
- Code:
sudo apt-get install alien
Please be aware you will be asked for your login password to raise your status to 'root' (=Administrator in Windows) to install the 'alien' package - and you will not see any asterisks as you type your password or anything else so be careful - you get 3 attempts before you get demoted to a normal user.
4. If it is not installed already, install 'gdebi' - from the terminal - if you kept your terminal window open after installing 'alien' you won't need to put your password in again!:
- Code:
sudo apt-get install gdebi
5. Now from the terminal, navigate to where your new tar.gz file is in the terminal window using the 'cd .. command to change directory, e.g., 'cd Downloads' then enter:
- Code:
sudo alien Wallpoz-0.5.tar.gz
This should create a .deb package - don't be concerned if you see an icon with a red circle with a white cross - this indicates that you need root privileges which you will have any way after you enter the password required after you right-click the newly created .deb package and either use 'gdebi' (my preferred installer) or Software Centre/er - If there are any dependency issues not satisfied, gdebi will report this at time of install.
Keep us posted!