Is it possible to install LAN Messenger on CentOS 7? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionPath issues with a source installproblem installing oracle instant client on my centOS machineCentOS 7 Install: Error populating transactionCentOS 7 Custom Install: Error populating transactionCan Python 2.6.6 work with CentOS 7.3?yum repository install issue with cent os 7CentOS 7 Cannot Install MySQL 5.7 nothing I have done works still trys to instll mariadb./configure cannot find GCC but whereis is able to?face error in installing mysql on AMI linux centos 2017-09cannot offline install vnc server on CentOS 7
Why did the rest of the Eastern Bloc not invade Yugoslavia?
Should I use a zero-interest credit card for a large one-time purchase?
Using et al. for a last / senior author rather than for a first author
What is Wonderstone and are there any references to it pre-1982?
How to tell that you are a giant?
Gordon Ramsay Pudding Recipe
Apollo command module space walk?
How do I keep my slimes from escaping their pens?
ListPlot join points by nearest neighbor rather than order
How to call a function with default parameter through a pointer to function that is the return of another function?
How much time will it take to get my passport back if I am applying for multiple Schengen visa countries?
Should I discuss the type of campaign with my players?
Generate an RGB colour grid
How can I make names more distinctive without making them longer?
Is it true that "carbohydrates are of no use for the basal metabolic need"?
The logistics of corpse disposal
English words in a non-english sci-fi novel
Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?
3 doors, three guards, one stone
Why light coming from distant stars is not discrete?
What does F' and F" mean?
2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?
Can a USB port passively 'listen only'?
What does an IRS interview request entail when called in to verify expenses for a sole proprietor small business?
Is it possible to install LAN Messenger on CentOS 7?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionPath issues with a source installproblem installing oracle instant client on my centOS machineCentOS 7 Install: Error populating transactionCentOS 7 Custom Install: Error populating transactionCan Python 2.6.6 work with CentOS 7.3?yum repository install issue with cent os 7CentOS 7 Cannot Install MySQL 5.7 nothing I have done works still trys to instll mariadb./configure cannot find GCC but whereis is able to?face error in installing mysql on AMI linux centos 2017-09cannot offline install vnc server on CentOS 7
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to install LAN Messenger on CentOS 7 (64bit) using following command:
yum install lmc-1.2.32-2.i386.rpm
That file was downloaded from https://github.com/lanmessenger/lanmessenger/releases
But i am getting following error:
Transaction check error:
file /usr/bin from install of lmc-1.2.32-2.i386 conflicts with file from package filesystem-3.2-21.el7.x86_64
file / from install of lmc-1.2.32-2.i386 conflicts with file from package filesystem-3.2-21.el7.x86_64
file /usr/lib from install of lmc-1.2.32-2.i386 conflicts with file from package filesystem-3.2-21.el7.x86_64
Is it possible to solve this error?
centos
add a comment |
I am trying to install LAN Messenger on CentOS 7 (64bit) using following command:
yum install lmc-1.2.32-2.i386.rpm
That file was downloaded from https://github.com/lanmessenger/lanmessenger/releases
But i am getting following error:
Transaction check error:
file /usr/bin from install of lmc-1.2.32-2.i386 conflicts with file from package filesystem-3.2-21.el7.x86_64
file / from install of lmc-1.2.32-2.i386 conflicts with file from package filesystem-3.2-21.el7.x86_64
file /usr/lib from install of lmc-1.2.32-2.i386 conflicts with file from package filesystem-3.2-21.el7.x86_64
Is it possible to solve this error?
centos
add a comment |
I am trying to install LAN Messenger on CentOS 7 (64bit) using following command:
yum install lmc-1.2.32-2.i386.rpm
That file was downloaded from https://github.com/lanmessenger/lanmessenger/releases
But i am getting following error:
Transaction check error:
file /usr/bin from install of lmc-1.2.32-2.i386 conflicts with file from package filesystem-3.2-21.el7.x86_64
file / from install of lmc-1.2.32-2.i386 conflicts with file from package filesystem-3.2-21.el7.x86_64
file /usr/lib from install of lmc-1.2.32-2.i386 conflicts with file from package filesystem-3.2-21.el7.x86_64
Is it possible to solve this error?
centos
I am trying to install LAN Messenger on CentOS 7 (64bit) using following command:
yum install lmc-1.2.32-2.i386.rpm
That file was downloaded from https://github.com/lanmessenger/lanmessenger/releases
But i am getting following error:
Transaction check error:
file /usr/bin from install of lmc-1.2.32-2.i386 conflicts with file from package filesystem-3.2-21.el7.x86_64
file / from install of lmc-1.2.32-2.i386 conflicts with file from package filesystem-3.2-21.el7.x86_64
file /usr/lib from install of lmc-1.2.32-2.i386 conflicts with file from package filesystem-3.2-21.el7.x86_64
Is it possible to solve this error?
centos
centos
asked Sep 9 '17 at 13:52
Code3dCode3d
31
31
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
you need to use
rpm -ivh --replacefiles foo-1.0-1.i386.rpm
This will replace those conflicting files with the new ones.
PS. You really need to do this on a virtual server, not your production server first since there are files in /
that will be replaced, and you need to see which of them are.
The command went good but when i finally launch lan messenger usinglmc
it did not launch with following error:This is not a Canonical "designed" product. /usr/lib/lmc/lan-messenger: error while loading shared libraries: libaudio.so.2: cannot open shared object file: No such file or directory
– Code3d
Sep 12 '17 at 17:02
That's probably because the rpm package is not updated, or has a bad dependency tree. Try to search for libaudio and install it, if that doesn't solve the issue, you'll need to make more tests.
– Christopher Díaz Riveros
Sep 12 '17 at 22:39
Do you think following page is right for libaudio package ? centos.pkgs.org/7/nux-dextop-x86_64/…
– Code3d
Sep 13 '17 at 8:40
well, that provides the shared library indeed, but I'd search in lmc documentation to see if there is a particular version of libaudio needed.
– Christopher Díaz Riveros
Sep 13 '17 at 15:24
now i am getting this error:Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: cannot open shared object file: No such file or directory)"
– Code3d
Sep 13 '17 at 17:22
|
show 2 more comments
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f391310%2fis-it-possible-to-install-lan-messenger-on-centos-7%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
you need to use
rpm -ivh --replacefiles foo-1.0-1.i386.rpm
This will replace those conflicting files with the new ones.
PS. You really need to do this on a virtual server, not your production server first since there are files in /
that will be replaced, and you need to see which of them are.
The command went good but when i finally launch lan messenger usinglmc
it did not launch with following error:This is not a Canonical "designed" product. /usr/lib/lmc/lan-messenger: error while loading shared libraries: libaudio.so.2: cannot open shared object file: No such file or directory
– Code3d
Sep 12 '17 at 17:02
That's probably because the rpm package is not updated, or has a bad dependency tree. Try to search for libaudio and install it, if that doesn't solve the issue, you'll need to make more tests.
– Christopher Díaz Riveros
Sep 12 '17 at 22:39
Do you think following page is right for libaudio package ? centos.pkgs.org/7/nux-dextop-x86_64/…
– Code3d
Sep 13 '17 at 8:40
well, that provides the shared library indeed, but I'd search in lmc documentation to see if there is a particular version of libaudio needed.
– Christopher Díaz Riveros
Sep 13 '17 at 15:24
now i am getting this error:Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: cannot open shared object file: No such file or directory)"
– Code3d
Sep 13 '17 at 17:22
|
show 2 more comments
you need to use
rpm -ivh --replacefiles foo-1.0-1.i386.rpm
This will replace those conflicting files with the new ones.
PS. You really need to do this on a virtual server, not your production server first since there are files in /
that will be replaced, and you need to see which of them are.
The command went good but when i finally launch lan messenger usinglmc
it did not launch with following error:This is not a Canonical "designed" product. /usr/lib/lmc/lan-messenger: error while loading shared libraries: libaudio.so.2: cannot open shared object file: No such file or directory
– Code3d
Sep 12 '17 at 17:02
That's probably because the rpm package is not updated, or has a bad dependency tree. Try to search for libaudio and install it, if that doesn't solve the issue, you'll need to make more tests.
– Christopher Díaz Riveros
Sep 12 '17 at 22:39
Do you think following page is right for libaudio package ? centos.pkgs.org/7/nux-dextop-x86_64/…
– Code3d
Sep 13 '17 at 8:40
well, that provides the shared library indeed, but I'd search in lmc documentation to see if there is a particular version of libaudio needed.
– Christopher Díaz Riveros
Sep 13 '17 at 15:24
now i am getting this error:Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: cannot open shared object file: No such file or directory)"
– Code3d
Sep 13 '17 at 17:22
|
show 2 more comments
you need to use
rpm -ivh --replacefiles foo-1.0-1.i386.rpm
This will replace those conflicting files with the new ones.
PS. You really need to do this on a virtual server, not your production server first since there are files in /
that will be replaced, and you need to see which of them are.
you need to use
rpm -ivh --replacefiles foo-1.0-1.i386.rpm
This will replace those conflicting files with the new ones.
PS. You really need to do this on a virtual server, not your production server first since there are files in /
that will be replaced, and you need to see which of them are.
edited 11 hours ago
Rui F Ribeiro
42.1k1484142
42.1k1484142
answered Sep 9 '17 at 16:29
Christopher Díaz RiverosChristopher Díaz Riveros
1,306314
1,306314
The command went good but when i finally launch lan messenger usinglmc
it did not launch with following error:This is not a Canonical "designed" product. /usr/lib/lmc/lan-messenger: error while loading shared libraries: libaudio.so.2: cannot open shared object file: No such file or directory
– Code3d
Sep 12 '17 at 17:02
That's probably because the rpm package is not updated, or has a bad dependency tree. Try to search for libaudio and install it, if that doesn't solve the issue, you'll need to make more tests.
– Christopher Díaz Riveros
Sep 12 '17 at 22:39
Do you think following page is right for libaudio package ? centos.pkgs.org/7/nux-dextop-x86_64/…
– Code3d
Sep 13 '17 at 8:40
well, that provides the shared library indeed, but I'd search in lmc documentation to see if there is a particular version of libaudio needed.
– Christopher Díaz Riveros
Sep 13 '17 at 15:24
now i am getting this error:Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: cannot open shared object file: No such file or directory)"
– Code3d
Sep 13 '17 at 17:22
|
show 2 more comments
The command went good but when i finally launch lan messenger usinglmc
it did not launch with following error:This is not a Canonical "designed" product. /usr/lib/lmc/lan-messenger: error while loading shared libraries: libaudio.so.2: cannot open shared object file: No such file or directory
– Code3d
Sep 12 '17 at 17:02
That's probably because the rpm package is not updated, or has a bad dependency tree. Try to search for libaudio and install it, if that doesn't solve the issue, you'll need to make more tests.
– Christopher Díaz Riveros
Sep 12 '17 at 22:39
Do you think following page is right for libaudio package ? centos.pkgs.org/7/nux-dextop-x86_64/…
– Code3d
Sep 13 '17 at 8:40
well, that provides the shared library indeed, but I'd search in lmc documentation to see if there is a particular version of libaudio needed.
– Christopher Díaz Riveros
Sep 13 '17 at 15:24
now i am getting this error:Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: cannot open shared object file: No such file or directory)"
– Code3d
Sep 13 '17 at 17:22
The command went good but when i finally launch lan messenger using
lmc
it did not launch with following error: This is not a Canonical "designed" product. /usr/lib/lmc/lan-messenger: error while loading shared libraries: libaudio.so.2: cannot open shared object file: No such file or directory
– Code3d
Sep 12 '17 at 17:02
The command went good but when i finally launch lan messenger using
lmc
it did not launch with following error: This is not a Canonical "designed" product. /usr/lib/lmc/lan-messenger: error while loading shared libraries: libaudio.so.2: cannot open shared object file: No such file or directory
– Code3d
Sep 12 '17 at 17:02
That's probably because the rpm package is not updated, or has a bad dependency tree. Try to search for libaudio and install it, if that doesn't solve the issue, you'll need to make more tests.
– Christopher Díaz Riveros
Sep 12 '17 at 22:39
That's probably because the rpm package is not updated, or has a bad dependency tree. Try to search for libaudio and install it, if that doesn't solve the issue, you'll need to make more tests.
– Christopher Díaz Riveros
Sep 12 '17 at 22:39
Do you think following page is right for libaudio package ? centos.pkgs.org/7/nux-dextop-x86_64/…
– Code3d
Sep 13 '17 at 8:40
Do you think following page is right for libaudio package ? centos.pkgs.org/7/nux-dextop-x86_64/…
– Code3d
Sep 13 '17 at 8:40
well, that provides the shared library indeed, but I'd search in lmc documentation to see if there is a particular version of libaudio needed.
– Christopher Díaz Riveros
Sep 13 '17 at 15:24
well, that provides the shared library indeed, but I'd search in lmc documentation to see if there is a particular version of libaudio needed.
– Christopher Díaz Riveros
Sep 13 '17 at 15:24
now i am getting this error:
Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: cannot open shared object file: No such file or directory)"
– Code3d
Sep 13 '17 at 17:22
now i am getting this error:
Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: cannot open shared object file: No such file or directory)"
– Code3d
Sep 13 '17 at 17:22
|
show 2 more comments
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f391310%2fis-it-possible-to-install-lan-messenger-on-centos-7%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
-centos