PDA

View Full Version : [SOLVED] Cannot complete Voxelands installation



dommel2002
July 24th, 2017, 03:11 PM
I was installing Voxelands with wget http://www.voxelands.com/downloads/voxelands-1507.00-ubuntu-x86_64.deb &
sudo apt-get install gdebi & sudo gdebi voxelands-1507.00-ubuntu-x86_64.deb
when I got this output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Failed to open the software package
The package might be corrupted or you are not allowed to open the file. Check the permissions of the file.

Can anyone help me?

vocx
July 24th, 2017, 07:51 PM
I was installing Voxelands with wget http://www.voxelands.com/downloads/voxelands-1507.00-ubuntu-x86_64.deb &
sudo apt-get install gdebi & sudo gdebi voxelands-1507.00-ubuntu-x86_64.deb
when I got this output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Failed to open the software package
The package might be corrupted or you are not allowed to open the file. Check the permissions of the file.

Can anyone help me?
I don't use "gdebi" to install packages.

If you downloaded the deb package, you can install it with "dpkg".


sudo dpkg -i voxelands-1507.00-ubuntu-x86_64.deb


Please use "
" tags when you post terminal output in this forum. There is an opening tag and a closing tag.


[CODE]
some terminal output here