Linspire/Freespire This Forum is for the discussion of Linspire and Freespire. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-20-2004, 04:05 AM
|
#1
|
LQ Newbie
Registered: Apr 2004
Location: Ho Chi Minh, Viet Nam
Distribution: Lindows OS
Posts: 14
Rep:
|
How install the package?
I had download some package on Debian site, but i don't know how to install it on Lindows. Please help me!!!!!
|
|
|
04-20-2004, 08:58 PM
|
#2
|
Member
Registered: Jan 2004
Location: Rhinelander, WI, U.S.
Distribution: Slackware
Posts: 416
Rep:
|
I think you have a few options. First, try clicking and running the package from a file manager. If that doesn't go, open up a console and type "dpkg", and give us the output of the command.
Noah
|
|
|
04-20-2004, 09:21 PM
|
#3
|
LQ Newbie
Registered: Apr 2004
Location: Ho Chi Minh, Viet Nam
Distribution: Lindows OS
Posts: 14
Original Poster
Rep:
|
when I type "dpkg", it show me some output of the command
Type dpkg --help for help about installing and deinstalling packages[*];
Use dselect for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --licence for copyright licence and lack of warranty (GNU GPL)[*].
And I has downloaded the hicolor_icon_theme_0.5-1_all.deb, and some nethack game package.
|
|
|
04-20-2004, 09:30 PM
|
#4
|
Member
Registered: Jan 2004
Location: Rhinelander, WI, U.S.
Distribution: Slackware
Posts: 416
Rep:
|
Okay, type "dpkg --help" and post the output.
Noah
|
|
|
04-20-2004, 09:31 PM
|
#5
|
LQ Newbie
Registered: Apr 2004
Location: Ho Chi Minh, Viet Nam
Distribution: Lindows OS
Posts: 14
Original Poster
Rep:
|
Here:
Usage:
dpkg -i|--install <.deb file name> ... | -R|--recursive <dir> ...
dpkg --unpack <.deb file name> ... | -R|--recursive <dir> ...
dpkg -A|--record-avail <.deb file name> ... | -R|--recursive <dir> ...
dpkg --configure <package name> ... | -a|--pending
dpkg -r|--remove | -P|--purge <package name> ... | -a|--pending
dpkg --get-selections [<pattern> ...] get list of selections to stdout
dpkg --set-selections set package selections from stdin
dpkg --update-avail <Packages-file> replace available packages info
dpkg --merge-avail <Packages-file> merge with info from file
dpkg --clear-avail erase existing available info
dpkg --command-fd <n> pass commands in on this file descriptor
dpkg --forget-old-unavail forget uninstalled unavailable pkgs
dpkg -s|--status <package-name> ... display package status details
dpkg -p|--print-avail <package-name> ... display available version details
dpkg -L|--listfiles <package-name> ... list files `owned' by package(s)
dpkg -l|--list [<pattern> ...] list packages concisely
dpkg -S|--search <pattern> ... find package(s) owning file(s)
dpkg -C|--audit check for broken package(s)
dpkg --print-architecture print target architecture (uses GCC)
dpkg --print-gnu-build-architecture print GNU version of target arch
dpkg --print-installation-architecture print host architecture (for inst'n)
dpkg --compare-versions <a> <rel> <b> compare version numbers - see below
dpkg --help | --version show this help / version number
dpkg --force-help | -Dh|--debug=help help on forcing resp. debugging
dpkg --licence print copyright licensing terms
Use dpkg -b|--build|-c|--contents|-e|--control|-I|--info|-f|--field|
-x|--extract|-X|--vextract|--fsys-tarfile on archives (type dpkg-deb --help.)
For internal use: dpkg --assert-support-predepends | --predep-package |
--assert-working-epoch | --assert-long-filenames | --assert-multi-conrep
Options:
--admindir=<directory> Use <directory> instead of /var/lib/dpkg
--root=<directory> Install on alternative system rooted elsewhere
--instdir=<directory> Change inst'n root without changing admin dir
-O|--selected-only Skip packages not selected for install/upgrade
-E|--skip-same-version Skip packages whose same version is installed
-G|--refuse-downgrade Skip packages with earlier version than installed
-B|--auto-deconfigure Install even if it would break some other package
--no-debsig Do no try to verify package signatures
--no-act Just say what we would do - don't do it
-D|--debug=<octal> Enable debugging - see -Dhelp or --debug=help
--status-fd <n> Send status change updates to file descriptor <n>
--ignore-depends=<package>,... Ignore dependencies involving <package>
--force-... Override problems - see --force-help
--no-force-...|--refuse-... Stop when problems encountered
--abort-after <n> Abort after encountering <n> errors
Comparison operators for --compare-versions are:
lt le eq ne ge gt (treat no version as earlier than any version);
lt-nl le-nl ge-nl gt-nl (treat no version as later than any version);
< << <= = >= >> > (only for compatibility with control file syntax).
Use `dselect' for user-friendly package management.
|
|
|
04-21-2004, 07:50 AM
|
#6
|
Member
Registered: Jan 2004
Location: Rhinelander, WI, U.S.
Distribution: Slackware
Posts: 416
Rep:
|
So you would type, "dpkg -i hicolor_icon_theme_0.5-1_all.deb"
That should be all there is to it.
Noah
|
|
|
04-21-2004, 09:02 PM
|
#7
|
LQ Newbie
Registered: Apr 2004
Location: Ho Chi Minh, Viet Nam
Distribution: Lindows OS
Posts: 14
Original Poster
Rep:
|
oki, now I can install Hicolor_incon_them_0.5-1_all.deb to my computer. Thank for your help.
|
|
|
All times are GMT -5. The time now is 04:02 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|