Software-center Ubuntu for libraries [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I have installed the latest stable version of Ubuntu (Ubuntu 18.04.4 LTS).
I remarked that when I search for library like "Eigen or openMp", I have no result. However, in older Ubuntu versions, I could install lot of libraries. I know that I can install them via terminal, but I prefer to find them via the software-center. Is there a trick to let the software-center find such libraries ?

Some libraries receive updates to support latest ubuntu versions after a considerable period of time.What you can do is downloading the debian package from internet and install it using Ubuntu Software Manager.Visit the link below for more details.
vitux.com/3-ways-to-install-software-from-deb-packages-in-ubuntu/

Related

how do I know which package manager in installed on my linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I've received a linux-yocto box. I now I'm trying to installing some software, on ubuntu I use apt-get but it seems not to work/installe. so I've tried yum same result.
so my question is, is there a way to find out which package manager is install on my linux system ?
thanks in advance !
Yocto is using either rpm, dpkg, or opkg as the package manager. If the tools are installed on the image, which isn't a requirement, then the binaries are either dnf (or yum if it is a really old release), apt-get, or opkg respectively.
There's a reasonable chance that you've been given an image without a package manager or a working feed though. The joy of Yocto is that it is so flexible, so you should ask whoever gave you the software.

"Network services system are not compatible with this version ." Debian 8 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Helllo, I'm using Debian 8 and it runs correctly, but I restart my computer after installing icons and gnome shell extensions and that happened :(
any ideas?
Translate to English "Network services system are not compatible with this version"
Thank you for help
If there are incompatibilities, I would suggest you run the 'upgrade manager', and let it check if there are packages which have to be update.
How did you install the icons and what did you install from gnome? An extension?
Try this:
sudo apt-get --reinstall install network-manager
I think your installation, or your last update, was interrupted and incomplete.

Using rpm update firefox [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
What command do I run in order to update firefox using rpm?
I have been asked this question and am not aware how to do it. Any help will be appreciated.
You perhaps could do this using your distro's software updater, but suppose you've got FF's installer (rpm) file and also suppose that it's called firefox.rpm. You should then do:
rpm -Uvh firefox.rpm
If you don't have any previous FF version installed on your computer you might as well do:
rpm -ivh firefox.rpm
Alternatively, if you have yum configured on rpm based systems (RHEL or Fedora) you could simple run the below command, this would download and update the dependencies, instead of just updating only a single firefox rpm.
`yum update firefox`

teamviz installation error "error: libjpeg.so.62" [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I've been downloaded TeamViz.3.2.x64.tar.gz
"teamviz timer" and extract it but when i'm trying to open it this pop up
my os : ubuntu 14.04 LTS 64-bit
NOTE:I Tried running it as root
some library are missing btw it's noticed in the site under the description :
"Firstly you need to install necessary libraries by commands:
sudo apt-get install libjpeg62 libxss1"
so copy-paste these commands in the terminal

Postfix and database [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am about to install postfix/Dovecot in Redhat Linux server. After checking this link http://www.linuxfromscratch.org/blfs/view/svn/server/postfix.html, I knew that I had to install berkley database too.
But after checking softwares installed on the server, I found another DB SW installed.
Can I depend on another kind of databases other than the one required in the above link?
You don't mention the version of Red Hat, but I assume you use a version which is not so terribly old it does not have yum.
With
yum deplist postfix
you can list all the dependencies which postfix has in the RPM package. On my Fedora system, libdb is listed as a dependency, which is the Berkeley DB library and is sufficient for postfix.
When you install RPM's with yum, the dependencies are automatically resolved and everything which is required will be installed. Trust yum.

Resources