LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-03-2011, 01:56 AM   #1
Emerald-Rose
Member
 
Registered: Jan 2011
Distribution: Arch linux, Ubuntu, Debian
Posts: 38
Blog Entries: 1

Rep: Reputation: 0
Easytether on Debian with only Disk 1 installed


Ok i got bored and decided to give debian a whirl. I just wanted to see how well i liked it, so i only burned and installed disk 1. My only source of internet is easytether, but my Debian seems to be lacking a package manager. Whenever i try to install easytether like i did in ubuntu(moving the package onto the computer and double clicking it to make it install), the archive manager opens it instead of a package manager. I have no idea how to use aptitude and i do not have the Synaptics package manager. Do i need to install another disk, or is there some command i can use to make it install the easytether package, or am i royally boned without a real net connection?
 
Old 03-03-2011, 02:45 AM   #2
kuyalfinator
Member
 
Registered: Jul 2003
Location: Los Angeles
Distribution: RedHat8 2.4.18-14 RedHat9 2.4.20-8 FreeBSD 5.2.1 Ubuntu 10_4 Mandrake 2.4.21-0.13mdk
Posts: 118

Rep: Reputation: 16
Your only other option without a net connection is finding another source besides using the internet. You can mount the need source to USBs, the hard drive, or burn the needed source on the CD. You can even look at the CD itself if the source you need is there.
 
Old 03-03-2011, 09:15 AM   #3
Emerald-Rose
Member
 
Registered: Jan 2011
Distribution: Arch linux, Ubuntu, Debian
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: 0
The problem isn't getting the source, it is getting a package manager that will install it. And I have no idea which debian disk has synaptics on it
 
Old 03-03-2011, 07:25 PM   #4
kuyalfinator
Member
 
Registered: Jul 2003
Location: Los Angeles
Distribution: RedHat8 2.4.18-14 RedHat9 2.4.20-8 FreeBSD 5.2.1 Ubuntu 10_4 Mandrake 2.4.21-0.13mdk
Posts: 118

Rep: Reputation: 16
Did you check the install CD you used if it has synaptics?
 
Old 03-03-2011, 07:28 PM   #5
Emerald-Rose
Member
 
Registered: Jan 2011
Distribution: Arch linux, Ubuntu, Debian
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: 0
I have no clue how to, but if it has it, why didn't it install it. Cuz I check system tools and there is no synaptics package manager
 
Old 03-03-2011, 10:04 PM   #6
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
Open a terminal window and check if dpkg is installed. There are mutiple ways of doing this, but two common ways: which dpkg or typing dpkg and hitting <tab> twice in rapid succession.

If you use the which command and you see a full path returned (e.g. "/usr/bin/dpkg"), then dpkg is installed. Likewise, if you use the <tab> method and you see a long list of results which includes one entry as "dpkg", then dpkg is installed.

Assuming dpkg is installed, you can manually install the easytether package. Use the cd command to navigate to the directory that you saved the debian package to. Become root by using su - or add sudo to the beginning of the next command--whichever you prefer.

Now, type dpkg -i filename -- obviously filename needs to be replaced with the actual name of the debian easytether package file.

Last edited by Dark_Helmet; 03-03-2011 at 10:07 PM.
 
Old 03-03-2011, 10:20 PM   #7
Emerald-Rose
Member
 
Registered: Jan 2011
Distribution: Arch linux, Ubuntu, Debian
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: 0
I get the screen displayed in the below image. This is driving me batty because everywhere I look the instructions for installing easytether are the same for debian and ubuntu. But debian opens the file with the archive manager instead of the package manager. I really want to use debian...I hear great things and think it would be a good experience, so I will be eternally grateful if you can find what I did wrong...oh also it says "sudo" is not a recognized command...so I'm beginning to wonder if I did something wrong with the disk....which I got the ISO from the debian site and I. Burned it using Brasero in ubuntu....dunno if any of that info is useful...but at this point I think every bit of info has merit. hopefully you can help me get this system running
Attached Thumbnails
Click image for larger version

Name:	IMG_20110303_231438.jpg
Views:	59
Size:	254.5 KB
ID:	6300  

Last edited by Emerald-Rose; 03-03-2011 at 10:28 PM. Reason: providing more info
 
Old 03-03-2011, 10:35 PM   #8
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
A debian package should have a ".deb" extension. Can you give a link to where you got it? Did you issue any commands to modify/alter the file after you downloaded it?
 
Old 03-03-2011, 10:48 PM   #9
Emerald-Rose
Member
 
Registered: Jan 2011
Distribution: Arch linux, Ubuntu, Debian
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: 0
I tried it with and without the .deb at the end i still get the same results, but i got the easytether file from here http://www.mobile-stream.com/easytether/drivers.html
It says Ubuntu, but I have seen multiple Users here and on other sites say it is also usable on debian and crunchbang. The instructions for installation basically said "place the package in your home folder, double click it and it will open the package in the package manager, hit install" and then the last three steps were how to get it to connect. I have seen about 3 sites saying it can run on Debian and even a few threads on the topic here.
 
Old 03-03-2011, 11:02 PM   #10
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
Quote:
Originally Posted by Emerald-Rose
It says Ubuntu, but I have seen multiple Users here and on other sites say it is also usable on debian and crunchbang.
That's not surprising. Ubuntu is a debian derivative. Ubuntu retains the same package management tools and many other parts from it's Debian ancestry.

Quote:
Originally Posted by Emerald-Rose
I tried it with and without the .deb at the end i still get the same results
I don't mean to sound pompous, so please don't take this that way--I have to ask:
Were you sure you were in the right directory? Could you do an ls to make sure the file is in the directory? The error in your screenshot indicated that the file didn't exist.
 
Old 03-03-2011, 11:09 PM   #11
Emerald-Rose
Member
 
Registered: Jan 2011
Distribution: Arch linux, Ubuntu, Debian
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: 0
At this point.....I'm starting to wonder. I dumped the package into my home folder. Which I'm guessing is the usr folder since typing Home and e-r didn't work......should I try putting the package elsewhere?
 
Old 03-03-2011, 11:23 PM   #12
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
Ok, if you saved it to your home folder, it's probably not usr. Based on your terminal's prompt, your username is "e-r" and your home folder should be "/home/e-r"

You can be certain by using a shortcut form: cd ~

Last edited by Dark_Helmet; 03-03-2011 at 11:34 PM. Reason: My grammar sometimes sucks wind...
 
Old 03-03-2011, 11:49 PM   #13
Emerald-Rose
Member
 
Registered: Jan 2011
Distribution: Arch linux, Ubuntu, Debian
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: 0
Still says file does not exist for the ,deb package. Maybe I need to get a new easytether package?(attachments aren't working so I have no screenshots)
 
Old 03-03-2011, 11:58 PM   #14
Emerald-Rose
Member
 
Registered: Jan 2011
Distribution: Arch linux, Ubuntu, Debian
Posts: 38

Original Poster
Blog Entries: 1

Rep: Reputation: 0
I vaguely remember having problems installing it in Ubuntu via terminal...but that could just be stress induced thinking. At this point I would settle for knowing which debian disk contains a graphical package manager. I couldn't configure my mirrors when I first installed debian cuz easytether is my only source of internet...
 
Old 03-04-2011, 12:02 AM   #15
Dark_Helmet
Senior Member
 
Registered: Jan 2003
Posts: 2,786

Rep: Reputation: 374Reputation: 374Reputation: 374Reputation: 374
Quote:
Originally Posted by Emerald-Rose
Still says file does not exist for the ,deb package. Maybe I need to get a new easytether package?(attachments aren't working so I have no screenshots)
Before you go get another copy of the package, let me give you another couple commands. Copy-paste this command for me:
Code:
find ~/ -iname "easytether*"
Does it give any output?

If it gives only one output, then you can do this (as root) and again, it's easiest to copy-paste:
Code:
dpkg -i `find ~/ -iname "easytether*"`
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem getting easytether working right newville1975 Linux - Newbie 7 01-28-2011 11:58 PM
Automated smartphone network connection with easytether Dark_Helmet LinuxQuestions.org Member Success Stories 8 11-22-2010 04:20 PM
I installed Wine and configure this at Debian 4.0 r1.I installed windows software hassancemk Linux - Software 2 04-01-2008 11:28 PM
Dual boot Debian Etch and XP with GRUB - Debian installed First - one HDD bence8810 Debian 11 01-07-2007 10:45 AM
disk to disk backup for debian/Mempis on bootable cd-- advice loninappleton Linux - Software 3 05-27-2005 01:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration