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

Thread: How can I install Skype in Knoppix?

  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
    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"

  5. #5
    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.

  6. #6
    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?

  7. #7
    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!

  8. #8
    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.

  9. #9
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    802
    Skype is a rather proprietary thing, and there are free alternatives. From the Debian wiki page about Skype, see http://wiki.debian.org/skype:
    Skype is a non-free (proprietary) software. It isn't supported by Debian. It's probably wiser to use a VoIP software, like ekiga , linphone or jitsi !
    Then the wiki page goes on to explain how to install from Skype's repository. Add the correct deb reference to /etc/apt/sources.list:
    Code:
    deb http://download.skype.com/linux/repos/debian/ stable non-free
    Then proceed as with any other CLI package install:
    Code:
    sudo apt-get update 
    sudo apt-get install skype
    I just tried it, got this result:
    Code:
    #>sudo apt-get install skype
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following NEW packages will be installed:
      skype
    0 upgraded, 1 newly installed, 0 to remove and 1019 not upgraded.
    Need to get 20.2 MB of archives.
    After this operation, 26.2 MB of additional disk space will be used.
    WARNING: The following packages cannot be authenticated!
      skype
    Install these packages without verification [y/N]? y
    Get:1 http://download.skype.com/linux/repos/debian/ stable/non-free skype i386 2.1.0.81-1 [20.2 MB]
    Fetched 20.2 MB in 29s (694 kB/s)                                                             
    Selecting previously unselected package skype.
    (Reading database ... 364610 files and directories currently installed.)
    Unpacking skype (from .../skype_2.1.0.81-1_i386.deb) ...
    Processing triggers for gnome-menus ...
    Processing triggers for desktop-file-utils ...
    Setting up skype (2.1.0.81-1) ...
    #>
    I remember when doing something similar two years ago, that there were quite a few glitches when running Skype then. Haven't tried now. Beware that the 32-bits version should be used to minimize problems.
    BTW, ekiga and linphone are present already, so Skype should not be desperately needed. Anyone having bad experiences with them?
    Last edited by Capricorny; 06-23-2012 at 12:37 PM.

  10. #10
    I tried the "static" version of Skype on Knoppix 7, you can download it from the official website nothing to install, it works directly

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
  •  


XDHXT DELL PERC H710P 6Gbps 1GB PCI RAID CONTROLLER 0XDHXT picture

XDHXT DELL PERC H710P 6Gbps 1GB PCI RAID CONTROLLER 0XDHXT

$59.00



IBM LSI SAS9220-8i M1015 46M0861 SAS/SATA PCI-e RAID Controller Both brackets picture

IBM LSI SAS9220-8i M1015 46M0861 SAS/SATA PCI-e RAID Controller Both brackets

$139.00



LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA picture

LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA

$229.99



Lot of 4 - Genuine Dell (62P9H) PERC H710 512MB Mini Blade 6Gbps SAS Raid picture

Lot of 4 - Genuine Dell (62P9H) PERC H710 512MB Mini Blade 6Gbps SAS Raid

$49.99



Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE picture

Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE

$15.98



ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs picture

ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs

$86.99



LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License picture

LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License

$35.96



LSI MegaRAID 9361-8i 12Gbps PCIe 3 x8 SATA SAS 3 8 Port RAID + BBU & CacheVault picture

LSI MegaRAID 9361-8i 12Gbps PCIe 3 x8 SATA SAS 3 8 Port RAID + BBU & CacheVault

$39.00



ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID picture

ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID

$58.99



Yottamaster 5 Bay RAID Hard Drive Enclosure USB3.1 Type C 2.5

Yottamaster 5 Bay RAID Hard Drive Enclosure USB3.1 Type C 2.5"/3.5" SATA HDD SSD

$142.49