LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-13-2009, 02:43 PM   #1
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Rep: Reputation: 32
Debian won't install .DEBs


Hi again, friends!

I'm using Debian 503 Lenny, Gnome.
My machine, She-Beast, is a 2001 Compaq Presorry-o, 1100GHz Celery.

With every, that is, E V E R Y, attempt to install any .deb, it fails.
When I 2x click on the .deb icon, or when I r-click -->Open with archive manager,
I get a dialog window:
"Could not open "(filename).deb". Archive type not supported."

If I use root terminal, dpkg -i, similar responses come up.
 
Old 12-13-2009, 02:50 PM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by Lorax View Post
If I use root terminal, dpkg -i, similar responses come up.
Can you please post the exact command you type and the exact error message?

Cheers,

Evo2.
 
1 members found this post helpful.
Old 12-13-2009, 02:58 PM   #3
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hi Lorax,

Dude, don't tell me that your She-Beast is still not rocking like it should You've got some weird things happening on your side. Like evo2 said, post the results that you get when trying to install a package.

Kind regards,

Eric
 
1 members found this post helpful.
Old 12-13-2009, 03:03 PM   #4
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
For example:

Quote:
LORAXNETWORK:~/Desktop# dpkg -i install_flash_player_10_linux.deb
dpkg: error processing install_flash_player_10_linux.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
install_flash_player_10_linux.deb

Thanks evo. Hey Eric!
 
Old 12-13-2009, 03:06 PM   #5
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Are you in the directory where the package is when executing that command? Looks like you downloaded the package for example in directory Downloads and you're trying to execute the command from, for example your home directory.

If the package is in the Downloads directory then cd into that directory and then execute the dpkg command or :
Code:
dpkg -i /full/path/tofilename.deb
Kind regards,

Eric
 
1 members found this post helpful.
Old 12-13-2009, 03:12 PM   #6
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
The .deb is on the Desktop. Do I still need the full path, if my prompt is in the Desktop directory?
 
Old 12-13-2009, 03:13 PM   #7
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
If the deb is on your Desktop and you open a terminal then you are in your home directory. Try:
Code:
cd Desktop
dpkg -i yourpackagename.deb
in a terminal.

Kind regards,

Eric
 
1 members found this post helpful.
Old 12-13-2009, 03:16 PM   #8
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
Btw Eric,
I am having a few problems here. Eventually I will have a novel, with chapters:

I still can't access other partitions,
I can't play any media files

and other amazing stories...
 
Old 12-13-2009, 03:17 PM   #9
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
Never hurts to use 'pwd' to find out where you are, or to use 'ls' to make sure the file is there.
 
1 members found this post helpful.
Old 12-13-2009, 03:18 PM   #10
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Well, you know where to find me and how to reach me, but I'll be a bit more 'unavailable' the coming weeks as you know. Anyway it's always a good idea to post all problems here too, so other users can have a go at solving it too. I'm sure there are some pretty good witchhunters hanging around here that can lift the curses that are bestowed upon your She-Beast.

Kind regards,

Eric
 
1 members found this post helpful.
Old 12-13-2009, 03:20 PM   #11
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by worm5252 View Post
Never hurts to use 'pwd' to find out where you are, or to use 'ls' to make sure the file is there.
And don't forget the miracle of <TAB> completion :-)

Evo2.
 
1 members found this post helpful.
Old 12-13-2009, 03:20 PM   #12
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
About the 'other partitions' issue, you're referring to the ntfs partition, right? Did you unmount it and remount specifying filesystem type as ntfs-3g?

Kind regards,

Eric
 
Old 12-13-2009, 03:21 PM   #13
Lorax
Member
 
Registered: Nov 2009
Posts: 215

Original Poster
Rep: Reputation: 32
Yea,
I have tried, from home,
dpkg -i filename.deb


and, from LORAXNETWORK:~/Desktop# (as above),
dpkg -i filename.deb
 
Old 12-13-2009, 03:22 PM   #14
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by Lorax View Post
I can't play any media files...
For that, see this:

http://debian-multimedia.org/

Follow the instructions on there, then you can browse through Synaptic and grab what you need.
 
1 members found this post helpful.
Old 12-13-2009, 03:23 PM   #15
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Also Lorax, please post the output of
Code:
df -h
to make sure that 'full' filesystem isn't causing your problem.

Kind regards,

Eric
 
1 members found this post helpful.
  


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
Games as .debs yorapper Linux - Games 15 01-23-2010 05:00 AM
Seamonkey DEBs? newbiesforever Linux - General 4 08-28-2009 01:39 PM
RAR and UNRAR >3.51 freeware: debs for debian or deb http:// for sources.list? frenchn00b Debian 6 11-12-2008 01:21 AM
I can't install updates/use debs/or update synaptics 449 Linux - Software 2 01-20-2008 09:36 PM
install .debs torger Ubuntu 6 03-24-2006 07:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:28 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