You are not logged in.
Pages: 1
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
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:
./packagenamehttp://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
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
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.