I am fairly new at linux and want to install some new apps. I downloaded avidemux from:
ftp://ftp.nerim.net/debian-marillat/dists/stable/main/binary-i386
I then opened the package in kpackage, and clicked install it gave me this error:
<noppix/avidemux_0.9-woody0.0_i386.deb' ;echo RESULT=$?
dpkg: dpkg ???????????????????: ????????????????
RESULT=2
What can I do to install packages in linux? I am using Knoppix distro. Thanks
+ Reply to Thread
Results 1 to 8 of 8
-
-
Eh, its a program for the Debian distribution of Linux, not the Knoppix.
Any program you install has to be compatible with your distribution of Linux. -
Eh, its a program for the Debian distribution of Linux, not the Knoppix.
Any program you install has to be compatible with your distribution of Linux. -
not sure. but i don't think so. i'm pretty sure it is its own thing.
i might be wrong. but it doesn't say anything about that on the knoppix website. -
Knoppix is based on Debian, but because of its heavy modifications you'll have to jump through some hoops to install packages. It's all documented so do a little reading before you try again. Don't mess around with kpackage, it's junk. Just "dpkg -i file.deb" as root. If it can't be installed you'll probably get an actual error message telling you why.
A man without a woman is like a statue without pigeons. -
Knoppix is based on Debian, but because of its heavy modifications you'll have to jump through some hoops to install packages. It's all documented so do a little reading before you try again. Don't mess around with kpackage, it's junk. Just "dpkg -i file.deb" as root. If it can't be installed you'll probably get an actual error message telling you why.
-
Just "dpkg -i file.deb" as root.
su
dpkg -i mplayer.deb
It gave me an error, which for some reason was in Chinese or Japanese, even though my regional settings are English. Because if this I can't tell you what the error message is. as far as the "file.deb", don't I have to specify the folder by cd ing or something? Since this didn't work, do you have any other suggestions? I already tried apt-get install mplayer, which gave me another long error in Chinese. -
Replace "file.deb" with the path to your deb file. If it's in the current working directory then you just need a filename, if it's somewhere else you need to give it a path. This matter of pathnames is pretty basic UNIX stuff, you should probably spend some quality time with a beginners' guide.
As for your other problem, learn Chinese? I'm not sure what to tell you on that, I never used Knoppix for anything but a temporary system when I didn't have a hard drive in one machine.A man without a woman is like a statue without pigeons.
Similar Threads
-
How to build Hybrid Fontend Debian installer package?
By Bonie81 in forum Newbie / General discussionsReplies: 0Last Post: 5th Nov 2011, 11:28 -
Media Center packages
By nlaak in forum Software PlayingReplies: 3Last Post: 14th May 2009, 14:42 -
Converting video of any format to MOV or MP4 Linux/Debian
By lordshadow in forum Newbie / General discussionsReplies: 11Last Post: 31st Aug 2008, 10:35 -
mencoder and mplayer packages
By mattr in forum ffmpegX general discussionReplies: 1Last Post: 30th Dec 2007, 08:05 -
dvd to psp fails on debian with ffmpeg can someone see what I'm doing wrong
By oswaldkelso in forum ffmpegX general discussionReplies: 0Last Post: 26th Jul 2007, 07:57