Debian This forum is for the discussion of Debian Linux.
|
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.
|
 |
07-11-2006, 06:13 AM
|
#1
|
Member
Registered: Jun 2006
Posts: 54
Rep:
|
commands
i want to install a package from a floppy disc,im in root admin,on konsole, what is the command for this,assistance needed thanks.
|
|
|
07-11-2006, 06:24 AM
|
#2
|
Member
Registered: Aug 2003
Location: Montpellier, France, Europe, World, Solar System
Distribution: Debian Sarge, Fedora core 5 (i386 and x86_64)
Posts: 262
Rep:
|
Which distribution ? Which kind of package ? Source ? Binary ? with an installer ? Packaged by your distro ?
What is your exact problem ? installing the package or mounting the floppy ? For the latest something like mount /dev/fd0 /media/floppy should do. Adapt to your environment
|
|
|
07-11-2006, 06:40 AM
|
#3
|
Member
Registered: Jun 2006
Posts: 54
Original Poster
Rep:
|
my specs debian-30r4-i386-binary-1.iso,im trying to install xserver-xorg-video-i810_1.5.1.0-2_.i36.deb,im havin vidow problems i need to add this program,xserver-xorg-video-i810_1.5.1.0-2,its on a floppy disc when i run apt-get it looks in e: and returns with message cannot find package, i can mount the floppy,but i need to also install the said driver,how do i point the apt command to the floppy ,thanks
|
|
|
07-11-2006, 06:56 AM
|
#4
|
Senior Member
Registered: Dec 2003
Location: Trondheim, Norway
Distribution: Debian and Ubuntu
Posts: 1,466
|
Hi
If you are up and running and can get to a shell, you can try the dpkg command instead:
dpkg -i xserver-xorg-video-i810_1.5.1.0-2_.i36.deb
It will not handle dependencies, like apt-get, but it will install the package or complain about something missing.
|
|
|
07-11-2006, 10:13 AM
|
#5
|
Senior Member
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170
|
Quote:
Originally Posted by flinix
my specs debian-30r4-i386-binary-1.iso
|
Do you even have Xorg installed on your Woody system that came with XFree86 as the X server.
|
|
|
07-12-2006, 01:51 PM
|
#6
|
Member
Registered: Jun 2006
Posts: 54
Original Poster
Rep:
|
hi
linux is very new to me so im not to sure about it,i do have a knoppix cd that works perfect,would it be possible to use knoppix to thrubleshoot the debian on my hdd,
|
|
|
07-12-2006, 05:49 PM
|
#7
|
LQ Newbie
Registered: Feb 2006
Location: USA
Distribution: Debian Etch, Debian Lenny, Ubuntu Feisty
Posts: 28
Rep:
|
assuming fstab is setup correctly (probably is):
Code:
# mount /dev/fd0
# mount
the output of mount should show you where /dev/fd0 was mounted. (adjust the next command line accordingly.)
for instance if /dev/fd0 was mounted at /media/floppy0:
Code:
# cd /media/floppy0
# dpkg --install xserver-xorg-video-i810_1.5.1.0-2_i386.deb
OR
if you are able to use apt-get (or aptitude), search results show that it is available for testing(etch) or unstable(sid) versions of debian.
Code:
# apt-get install xserver-xorg-video-i810_1.5.1.0-2_i386.deb
|
|
|
07-12-2006, 06:01 PM
|
#8
|
Senior Member
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170
|
Quote:
Originally Posted by flinix
linux is very new to me so im not to sure about it,i do have a knoppix cd that works perfect,would it be possible to use knoppix to thrubleshoot the debian on my hdd,
|
Yes it is possible but we need to know what version of X you have use X -version if it does not show similar to below then you have the wrong file you are trying to install.
Code:
>$ X -version
X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-1-vserver-amd64-k8 x86_64
Current Operating System: Linux HappyTux 2.6.17-ck1 #1 Sun Jun 18 10:56:31 ADT 2006 x86_64
Build Date: 16 March 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Edit: Should point out the important part to look for in the output is the System Version 7.0.0 that is what the version is you are trying to install the file from.
Last edited by HappyTux; 07-12-2006 at 06:04 PM.
|
|
|
07-16-2006, 05:58 PM
|
#9
|
Member
Registered: Jun 2006
Posts: 54
Original Poster
Rep:
|
hi
im using version 4.thanks
|
|
|
All times are GMT -5. The time now is 01:04 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
|
|