Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: How can I install Skype in Knoppix?

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jun 2012
    Posts
    4

    How can I install Skype in Knoppix?

    I just downloaded the package from the skype site, the debian one, but I cant install it, I tried double clicking, using apt-get and dpkg and I get no result.

    apt-get doesn't "recognize" the package, it tells me it doesn't exist, what am I doing wrong?
    Im typing

    sudo apt-get install skype.deb (thats the package name)
    it tells me there is no such package. the package is in the desktop, I also tried typing it without the extension (.deb) but if I do that it tells me its not an installation candidate.

    I already checked the apt-get/dpkg thread and I couldn't find anything useful, perhaps some kind soul wants to help me?

  2. #2
    Moderator Moderator
    Join Date
    Nov 2010
    Location
    Germany/ Dietzenbach
    Posts
    1,124
    Did you try
    Code:
    dpkg -i

  3. #3
    Junior Member
    Join Date
    Jun 2012
    Posts
    4
    Quote Originally Posted by Werner P. Schulz View Post
    Did you try
    Code:
    dpkg -i
    yes, it told me that it couldn't find the package.

  4. #4
    Junior Member
    Join Date
    Oct 2012
    Posts
    9
    I finaly had success with this yesterday. Knoppix 7 seems far far slicker and any deb package seems to install. I don't understand how to use the dpkg command properly, I just added the following for Spotify and Skype respectively to my sources.list:

    Code:
    deb http://repository.spotify.com stable non-free
    deb http://download.skype.com/linux/repos/debian/ stable non-free
    then simply: sudo apt-get update

    then: sudo apt-get install skype

    it just worked!
    Last edited by Werner P. Schulz; 12-29-2012 at 05:53 PM. Reason: formatted by moderator

  5. #5
    Banned
    Join Date
    Dec 2012
    Posts
    4

    installing skype

    Quote Originally Posted by pastabake View Post
    I finaly had success with this yesterday. Knoppix 7 seems far far slicker and any deb package seems to install. I don't understand how to use the dpkg command properly, I just added the following for Spotify and Skype respectively to my sources.list:

    Code:
    deb http://repository.spotify.com stable non-free
    deb http://download.skype.com/linux/repos/debian/ stable non-free
    then simply: sudo apt-get update

    then: sudo apt-get install skype

    it just worked!
    The code-free solution is to go into synaptic program manager and choose settings->repositories->new and add the information shown in the bottom of the list in the following window

    then you go back to synaptic program manager and RELOAD.
    then you search for skype and it should be there:


    However, when you right-click it and "mark for installation", you are told it is NOT AUTHENTICATED:

    What to do?

  6. #6
    Moderator Moderator
    Join Date
    Nov 2010
    Location
    Germany/ Dietzenbach
    Posts
    1,124
    Append within the commandline the path to the package. First of all read the manpage to "dpkg"

  7. #7
    Junior Member
    Join Date
    Jun 2012
    Posts
    4
    Quote Originally Posted by Werner P. Schulz View Post
    Append within the commandline the path to the package. First of all read the manpage to "dpkg"
    OK I indicated the path, this is what im doing.
    first I log as root from the terminal

    then I type dpkg -i /home/knoppix/desktop/skype.deb (I renamed the file from its original name to just skype so that I Wouldn't have to lose time typing the whole name again if I failed)
    it tells me

    dpkg: error processing /home/knoppix/desktop/skype (--install):
    cannot access archive: No such file or directory
    Errors were encountered while processing:
    /home/knoppix/desktop/skype


    I already tried typing skype.deb and skype, gives me the same error.

  8. #8
    Junior Member
    Join Date
    Jun 2012
    Posts
    4
    Im editing my post.

    I already got past that small hoop, thing is I wasn't typing Desktop with the capital D.
    after doing that, I got this prompt


    Selecting previously deselected package skype.
    (Reading database ... 73613 files and directories currently installed.)
    Unpacking skype (from .../home/knoppix/Desktop/skype.deb) ...
    dpkg: dependency problems prevent configuration of skype:
    skype depends on libqt4-dbus (>= 4.4.3); however:
    Package libqt4-dbus is not installed.
    skype depends on libqt4-network (>= 4.4.3); however:
    Package libqt4-network is not installed.
    skype depends on libqtcore4 (>= 4.4.3); however:
    Package libqtcore4 is not installed.
    skype depends on libqtgui4 (>= 4.4.3); however:
    Package libqtgui4 is not installed.
    dpkg: error processing skype (--install):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    skype


    what does it mean?

  9. #9
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802
    Quote Originally Posted by lightleggy View Post
    Im editing my post.

    I already got past that small hoop, thing is I wasn't typing Desktop with the capital D.
    after doing that, I got this prompt


    Selecting previously deselected package skype.
    (Reading database ... 73613 files and directories currently installed.)
    Unpacking skype (from .../home/knoppix/Desktop/skype.deb) ...
    dpkg: dependency problems prevent configuration of skype:
    skype depends on libqt4-dbus (>= 4.4.3); however:
    Package libqt4-dbus is not installed.
    skype depends on libqt4-network (>= 4.4.3); however:
    Package libqt4-network is not installed.
    skype depends on libqtcore4 (>= 4.4.3); however:
    Package libqtcore4 is not installed.
    skype depends on libqtgui4 (>= 4.4.3); however:
    Package libqtgui4 is not installed.
    dpkg: error processing skype (--install):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    skype


    what does it mean?
    What would you think it means? It may be more useful for everyone, not the least yourself, if you try to do some research yourself, like reading manpages, googling up install histories etc.

    I suggest you try a meditation on this mantra:
    Code:
     dpkg: dependency problems prevent configuration of skype:
     skype depends on libqt4-dbus (>= 4.4.3); however:
      Package libqt4-dbus is not installed.
    Repeat as often as needed.

    As a hint, you may here have an example of why we usually strongly recommend using package managers, like the GUI tool synaptic for administration of applications. If you could find Skype on some repository, register that with the package manager, and install it that way, you might save yourself some time and trouble. Which doesn't mean that the "direct" way of downloading .deb packages and running dpkg isn't OK - but you will then often have to do a few operations manually - like in this case.

    Good luck!

  10. #10
    Senior Member
    Join Date
    Nov 2011
    Posts
    127

    Skype on knoppix

    I just installed knoppix 7.0.2 DVD to a usb drive and I'm surprised that skype does not seem to be included with the internet programs. Am I missing something or what is the preferred method to run skype on knoppix? Thanks.

Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Mini External OLED AMIGA Gotek Floppy Drive Emulator For Amiga 500/500+/600/1200 picture

Mini External OLED AMIGA Gotek Floppy Drive Emulator For Amiga 500/500+/600/1200

$40.46



Commodore Amiga 500C  Mouse, Golden Image, PNW READ DESCRIPTION picture

Commodore Amiga 500C Mouse, Golden Image, PNW READ DESCRIPTION

$38.99



Commodore Amiga 3000 030 25Mhz + Keyboard + Mouse - Amiga OS 3.2 - WORKS 100% picture

Commodore Amiga 3000 030 25Mhz + Keyboard + Mouse - Amiga OS 3.2 - WORKS 100%

$1699.99



Commodore Amiga 2000 Desktop Computer Case Only - 2000HD 2500 A2000 - JA1 004231 picture

Commodore Amiga 2000 Desktop Computer Case Only - 2000HD 2500 A2000 - JA1 004231

$139.98



LOT of (5) 88MB SyQuest Removable Cartridges for AMIGA APPLE MAC PC 2 BLANKS picture

LOT of (5) 88MB SyQuest Removable Cartridges for AMIGA APPLE MAC PC 2 BLANKS

$49.98



Amiga 1000 Microbotics Starboard 1MB RAM Expansion picture

Amiga 1000 Microbotics Starboard 1MB RAM Expansion

$119.00



COMMODORE AMIGA - LOCALE 3.0 picture

COMMODORE AMIGA - LOCALE 3.0

$4.95



COMMODORE AMIGA - LOCALE 3.0 picture

COMMODORE AMIGA - LOCALE 3.0

$4.95



AMIGA 500 COMPUTER COMMODORE Complete in Box Powers/untested Good Condition picture

AMIGA 500 COMPUTER COMMODORE Complete in Box Powers/untested Good Condition

$380.00



Raemixx500 Commodore Amiga500+ V2 Remake PCB Gold Plated picture

Raemixx500 Commodore Amiga500+ V2 Remake PCB Gold Plated

$35.06