SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2012-05-31 20:48:31

theporter2000
Member
Registered: 2012-05-30
Posts: 21

Installing via unpacking

If I get a program to install and can't get it via the software centre how do I install via the unpacking route ? and how do I configure it or would that depend on the package ?


theporter2000
TTFN Bye

Offline

Be excellent to each other!

#2 2012-05-31 21:44:09

machinebacon
#! unstable
From: China
Registered: 2009-07-02
Posts: 6,825
Website

Re: Installing via unpacking

Depends on the package:

- .deb extension:

sudo dpkg -i packagename.deb

- .tar extension:

tar xzvf packagename.tar && cd packagefolder && ./configure && make && sudo make install

(or read the README file)
- .sh extension;

./packagename.sh

- .bin extension:

./packagename

http://crunchbanglinux.org/wiki/howto/p … management

Configuration is depending on the package. Consult the man (manual) page of the installed package, or the README.

Last edited by machinebacon (2012-05-31 21:58:50)


Sweaty lads picking up the soap | I love the new "Ignore user" button

Offline

#3 2012-06-01 05:26:27

johnraff
nullglob
From: Nagoya, Japan
Registered: 2009-01-07
Posts: 3,267
Website

Re: Installing via unpacking

Basically it all depends on the package. The site where you got it ought to have the information, or it might be inside the folder you unpack (look for files called "readme" or "install" etc. If that fails, try google. I wouldn't recommend just jumping in and running scripts etc unless you're ready to fix things that might get broken.

Things are much simpler if you only use packages from the Debian repositories. Next preference is a .deb file that is compatible with your system.


John     Please help us keep your forums manageable.
--------------------
( a boring Japan blog , idle twitterings  and GitStuff )
#! forum moderator

Online

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo