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
  •  


~CLEARANCE~ 14

~CLEARANCE~ 14" Lenovo ThinkPad Laptop: Intel i5 Dual Core 8GB RAM 256GB SSD

$159.99



Genuine Lenovo IdeaPad 5-15IIL05 5-15ITL05 palmrest BL keyboard 5CB0Z31242 picture

Genuine Lenovo IdeaPad 5-15IIL05 5-15ITL05 palmrest BL keyboard 5CB0Z31242

$118.90



New For Lenovo IdeaPad Flex 5 14ALC05 Palmrest Keyboard Grey Backlit 5CB1C39900 picture

New For Lenovo IdeaPad Flex 5 14ALC05 Palmrest Keyboard Grey Backlit 5CB1C39900

$142.11



Lenovo - LOQ 15.6

Lenovo - LOQ 15.6" Gaming Laptop FHD - Intel Core i5-13420H with 8GB Memory -...

$629.99



Lenovo ThinkPad T480 14

Lenovo ThinkPad T480 14" Touchscreen Laptop i5 256GB NVMe 16GB RAM Win 11 Pro

$219.00



Notebook Lenovo Slim Pro 9 Laptop, 16

Notebook Lenovo Slim Pro 9 Laptop, 16" Glass, i9-13905H, GB, 1TB SSD

$1051.99



Lenovo Ideapad 1i 15.6

Lenovo Ideapad 1i 15.6" FHD Notebook Intel Core i5-1235U 8GB RAM 256GB SSD

$349.99



Lenovo 100e Chromebook Laptop 2nd Gen | 11.6

Lenovo 100e Chromebook Laptop 2nd Gen | 11.6" HD | MTK 1.7GHz | 4GB RAM | 32GB

$32.00



Lenovo ThinkPad 14

Lenovo ThinkPad 14" Laptop Computer Core i7 16GB RAM 256GB SSD Windows 10 Pro

$229.99



Lenovo ThinkBook 13s-IML 13.3

Lenovo ThinkBook 13s-IML 13.3" Laptop Core i5 10th Gen 16GB 256GB SSD Windows 11

$289.99