LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How open *.package - files? (https://www.linuxquestions.org/questions/linux-newbie-8/how-open-%2A-package-files-790410/)

artem k. 02-20-2010 11:23 AM

How open *.package - files?
 
I downloaded *.package file with a program archive, how open this file?

TB0ne 02-20-2010 11:51 AM

Quote:

Originally Posted by artem k. (Post 3870624)
I downloaded *.package file with a program archive, how open this file?

What program did you download, from where?? What is the file name? What version/distro of Linux are you using???

artem k. 02-20-2010 12:07 PM

From this: http://www.armagetronad.net/downloads.php
I have Ubuntu 9.10
file-name:armagetronad-0.2.8.2.1.i686-generic-linux-gnu.package

TB0ne 02-20-2010 12:45 PM

Quote:

Originally Posted by artem k. (Post 3870663)
From this: http://www.armagetronad.net/downloads.php
I have Ubuntu 9.10
file-name:armagetronad-0.2.8.2.1.i686-generic-linux-gnu.package

Several download links on that page...which did you click??

And since that's an Ubuntu package, try "apt-get armagetronad"

repo 02-20-2010 12:52 PM

Quote:

root@cannabis Downloads]# file armagetronad-0.2.8.2.1.i686-generic-linux-gnu.package
armagetronad-0.2.8.2.1.i686-generic-linux-gnu.package: Bourne-Again shell script text executable
root@cannabis Downloads]#
so, make the file executable
Code:

chmod +x armagetronad-0.2.8.2.1.i686-generic-linux-gnu.package
and execute it
Code:

./armagetronad-0.2.8.2.1.i686-generic-linux-gnu.package

John VV 02-20-2010 01:01 PM

why do people not read and research ???

artem k. --- what destro are you using?
from this
http://www.linuxquestions.org/questi...archid=3847373
i gather you are using Ubuntu ? right?

Please put this information in your profile so we do not have to look for it . Thank's
and until you get a good handle on building software and installing "generic" packages i would stick with using "apt-get" -- YOUR PACKAGE manager for Ubuntu .

craigevil 02-20-2010 03:17 PM

Use Synaptic or do sudo apt-get install armagetronad

Synaptic Package Manager - Community Ubuntu Documentation - https://help.ubuntu.com/community/SynapticHowto
InstallingSoftware - Community Ubuntu Documentation - https://help.ubuntu.com/community/InstallingSoftware
Using APT - Community Ubuntu Documentation - https://help.ubuntu.com/community/AptGet/Howto

apt-cache search packagename


All times are GMT -5. The time now is 05:13 PM.