Great Game

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
frank392
Level 4
Level 4
Posts: 379
Joined: Wed Nov 22, 2006 1:29 pm

Great Game

Post by frank392 »

Hi ,
I just found this Game.

http://www.warsow.net/
is there a way to creat a mint File from it, or the packages that run from themselves we leave them just like that?.
I have it on My home Folder. it runs from there.
and when I put the command:
sudo aptitude show warsow
I get this: Unable to locate package warsow
how you prosed with packages that are not installed, that run from the file.
please I would like to learn how to do it if it is posible. thank you very much.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
scorp123
Level 8
Level 8
Posts: 2272
Joined: Sat Dec 02, 2006 4:19 pm
Location: Switzerland

Re: Great Game

Post by scorp123 »

frank392 wrote: sudo aptitude show warsow
Obviously this does not work for files that were created / downloaded / written by you or processes controlled by you. Tools such as "aptitude" only know about packages that are part of the "apt" package manager, e.g. *.deb packages that were downloaded and installed via "apt" / "dpkg" and its processes. It cannot know stuff that you placed randomly in your home folder.

There doesn't seem to be a Warsow package in the repos, so currently this seems to be the only way to install this game at the moment.
User avatar
grimdestripador
Level 6
Level 6
Posts: 1051
Joined: Fri Feb 16, 2007 2:26 am

Post by grimdestripador »

scorp is right. apt is part of your system. Since you downloaded it, you can probally use

Code: Select all

 sudo dpgk -i yerpackage.deb
or do a "./configure" then "make install" from the source


but those are just suggestions, not an answer

To get an answer, i'd just check the ubuntu forums.
westertd
Level 1
Level 1
Posts: 13
Joined: Sun Mar 04, 2007 3:34 pm

Post by westertd »

Here you go they have a deb package. removed/category.php?id=3
Locked

Return to “Software & Applications”