LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-21-2015, 02:15 AM   #1
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Rep: Reputation: 11
Thumbs down How to Install wickr_2.3.4 on Debian 7?


Hello.
I want to install wickr_2.3.4 on Debian 7 x64 but get following error :

s$ sudo dpkg -i wickr_2.3.4_amd64.deb
Selecting previously unselected package wickr.
(Reading database ... 247998 files and directories currently installed.)
Unpacking wickr (from wickr_2.3.4_amd64.deb) ...
dpkg: dependency problems prevent configuration of wickr:
wickr depends on libsqlcipher0; however:
Package libsqlcipher0 is not installed.
wickr depends on libicu52; however:
Package libicu52 is not installed.
wickr depends on libavutil52 | libavutil54; however:
Package libavutil52 is not installed.
Package libavutil54 is not installed.
wickr depends on libx264-142; however:
Package libx264-142 is not installed.

dpkg: error processing wickr (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Errors were encountered while processing:
wickr


What is your idea?


$ cat /etc/apt/sources.list

deb http://ftp.us.debian.org/debian/ wheezy main
deb-src http://ftp.us.debian.org/debian/ wheezy main

deb http://security.debian.org/ wheezy/updates main
deb-src http://ftp.us.debian.org/debian/ wheezy/updates main

# wheezy-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ wheezy-updates main
deb-src http://ftp.us.debian.org/debian/ wheezy-updates main

# wheezy-backports
deb http://http.debian.net/debian/ wheezy-backports main contrib non-free

#Backports
deb http://ftp.debian.org/debian/ wheezy-backports main
deb http://http.debian.net/debian wheezy-backports main

deb http://ftp.us.debian.org/debian/ wheezy main non-free
 
Old 08-21-2015, 02:41 AM   #2
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
I think it is better to use apt-get install <package>.
 
Old 08-21-2015, 03:38 AM   #3
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
"wickr" not exist.
 
Old 08-21-2015, 04:24 AM   #4
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
????

Senseless post.

https://www.wickr.com/downloads/
 
Old 08-21-2015, 04:43 AM   #5
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
I mean is that "apt-get install wickr" can't find the package.
 
Old 08-21-2015, 04:49 AM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The package 'wickr_2.3.4' is for Debian 8 Jessie. EDIT : See post #7.

The missing Jessie packages, libicu52 etc. can (may be) be built on Debian Wheezy.

( The easy way is of course to install Debian 8 Jessie.) EDIT : See post #7.


-

Last edited by knudfl; 08-21-2015 at 07:35 AM.
 
Old 08-21-2015, 07:35 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #1, #6.

'wickr_2.3.4' dependencies :

libsqlcipher0 : Debian Sid only.
libicu52 : Debian Jessie, Stretch, Sid.
libavutil52 : Debian Sid only.
libavutil54 : Debian Jessie, Stretch, Sid.
libx264-142 : Debian Jessie, Sid.


-
 
Old 08-21-2015, 03:11 PM   #8
hack3rcon
Senior Member
 
Registered: Jan 2015
Posts: 1,432

Original Poster
Rep: Reputation: 11
Quote:
Originally Posted by knudfl View Post
Re #1, #6.

'wickr_2.3.4' dependencies :

libsqlcipher0 : Debian Sid only.
libicu52 : Debian Jessie, Stretch, Sid.
libavutil52 : Debian Sid only.
libavutil54 : Debian Jessie, Stretch, Sid.
libx264-142 : Debian Jessie, Sid.


-
If I added "sid" can I install it on Wheezy?
 
Old 08-21-2015, 04:27 PM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #8.

It seems that the package wickr_2.3.4 is for Ubuntu 15.04 : Tested OK here.
As Ubuntu is based on 'Debian Sid', the package may also work with Sid.

But just adding "sid" to Wheezy : I don't think so.
Debian Sid is very different from "Old stable Debian Wheezy".
And some conflicts will most certainly appear.

Back-porting packages : I was stopped by libav : Build dependency issues / conflicts.
( May not be impossible. But not worth the effort, if Wheezy gets trashed.)

Conclusion : Install Ubuntu 15.04 or Debian Sid on a spare partition,
if you want to try out wickr_2.3.4 .


-

Last edited by knudfl; 08-21-2015 at 04:53 PM.
 
  


Reply

Tags
wickr



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
[SOLVED] Where To Find a Debian Install (CDROM Iso-Hybrid Debian-Install) with EFI partition ? Xeratul Debian 14 08-09-2015 07:28 AM
LXer: How to install a single package from Debian SID or Debian Testing on a stable system LXer Syndicated Linux News 0 11-22-2012 04:42 PM
LXer: How to add Debian Squeeze to your Debian Lenny FAI install server LXer Syndicated Linux News 0 09-08-2011 07:21 PM
LXer: How To Install A (Canon) Printer On Debian And Debian-Like Systems LXer Syndicated Linux News 0 05-20-2011 11:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:36 AM.

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