Problem installing libigraph1 on Ubuntu 22.04 LTS - linux

In the purpose of using tgen, I need to run the following command.
sudo apt-get install cmake libglib2.0-0 libglib2.0-dev libigraph1 libigraph-dev
But I have the following problem
Reading package lists Done
Building dependency tree Done
Reading state information Done
E: Unable to locate package libigraph1
My system is running on Ubuntu 22.04.1 LTS
I searched for way to correct the problem or even workaround but found nothing.
Can someone help me ?

22.04 has libigraph2, not libigraph1
https://packages.ubuntu.com/jammy/libigraph2

Related

How do Install ROS Gazebo on Pop!_OS 20.10 x86_64 Codename:groovy

tried the following getting this on terminal
sudo apt-get install ros-kinetic-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ros-kinetic-desktop
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
also followed all this steps still i cant find it
my pop os code name is Groovy apparently all of the codenames have different package names which are suitable plz help me find the correct one
The Pop!_OS 20.10 distribution is based on Ubuntu 20.10 (Groovy) and has similar packages/dependencies versions accordingly.
ROS Kinetic Kame, you've tried to install, supports at max Ubuntu Xenial (16.04) so couldn't be installed on 20.10-based Ubuntu distribution because of dependencies.
The latest version of ROS (Noetic Ninjemys) officially supported on Ubuntu Focal Fossa (20.04) and should work on Pop!_OS 20.04. So, to install ROS you have the following options:
Downgrade your OS to 16.04
Downgrade your OS to 20.04 and use ROS Noetic
Use Linux containers on the current OS 20.10 to solve OS/ROS compatibility issue.

E: Unable to locate package virtuoso-vad-cartridges while installing Virtuoso

I am trying to install openlink vituoso
Inserting below command in ubuntu 16.04,
sudo apt-get install virtuoso-vad-{isparql,ods,cartridges,tutorial}
I have following messages:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package virtuoso-vad-cartridges
nothing happens when I do
apt-cache search virtuoso-vad-cartridges
no error , no result!
I have also done
"sudo apt-get update"
and still have the problem
How can I do "sudo apt-get install virtuoso-vad-{isparql,ods,cartridges,tutorial}" without errors?
As noted in the Virtuoso documentation notes for Ubuntu deployment --
Ubuntu have split some of the Virtuoso VAD packages into separate apt packages of their own. When you apt-get install these, all you get is the VAD package on disk ready to be installed into your database; Ubuntu does not install the VAD into any running instance for you (because by this time you might have created your own instances elsewhere on different ports).
That being the case, I would suggest you simply download the VAD packages directly from our download site. You didn't not indicate which version of Virtuoso is being installed, and Ubuntu packaging has historically been some months or even years behind our updates. Guessing you're working with Virtuoso 7.2, please start here. Please comment below if you need the VADs for a different version of Virtuoso (7.1, 6.x, 8.x, etc.).
For further assistance with Virtuoso Open Source (VOS), I strongly recommend the Virtuoso Users mailing list.
(ObDisclaimer: OpenLink Software produces Virtuoso, and employs me.)

Error while installinng libimobiledevice in ubuntu 14.04

After installing libimobiledevice in ubuntu 14.04, when I run command 'ideviceinfo' it is generating error
'Could not connect to lockdownd, error "code -5"'
I have other dependencies - build-essential
libudev-dev,
libimobiledevice6,
libimobiledevice-utils,
libusb-1.0-0-dev,
libimobiledevice-dev,
libzip-dev
Correctly installed with no error.
Can I get some advices about the error ?
You didn't mention how you acquired libimobiledevice - did you install it via apt-get or did you compile it from source?
Ubuntu 14.04 ships with a very old version of libimobiledevice, and there have been changes made to libimobiledevice to provide compatibility with newer versions of iOS which are probably not in Ubuntu 14.04.
We host a PPA which provides up-to-date builds of libimobiledevice; currently only for Ubuntu 16.04 though. You can find it at https://launchpad.net/~quamotion/+archive/ubuntu/ppa/+packages .
Let me know if you need help configuring the PPA and installing the latest libimobiledevice.

"configure: error: libnl and libnl-genl are required but were not found"

I'm trying to configure powertop-2.5 but when I run ./configure I get a "configure: error: libnl and libnl-genl are required but were not found" error
I've run
sudo apt-get install libtool autoconf libnl-dev ncurses-dev pciutils-dev build-essential -y
as was recommended by these guys but I get the same error.
I ran
sudo apt-get install libnl-genl-3-dev
Which replaced the previous libnl file but I still get the config error.
According to this, powertop has (or had) problems with detecting libnl but I can't figure out how to fix it.
I'm currently running Linux username 3.2.0-4-686-pae #1 SMP Debian 3.2.51-1 i686 GNU/Linux
I see you tried libnl-dev, maybe try libnl-3-dev instead:
sudo apt-get install libnl-3-dev libnl-genl-3-dev
Probably the problem is the lack of the pkg-config application in your system (which is used to find the proper dependencies with the configure script). I just have the same problem in a fresh installed Ubuntu 14.04 system, and after installing the pkg-config package the configure script finalized successfully its work. Then I could compile and install the last version (2.6.1) of powertop.
I "solved" my problem by installing powertop-2.0 instead.
The use of pkg-config made the trick. I was able to install Powertop 2.7.

System crash after oracle installation with yum

recently i tried to install oracle on my linux with apt (I never used yum before) using fast manual:
http://www.oracle.com/technetwork/articles/servers-storage-admin/ginnydbinstallonlinux-488779.html
And after command:
sudo yum install oracle-rdbms-server-11gR2-preinstall
I got error:
Failed: ca-certificates.noarch 0:2010.63-3.el6_1.5 chkconfig.x86_64 0:1.3.49.3-2.el6 file-libs.x86_64 0:5.04-15.el6 filesystem.x86_64 0:2.4.30-3.el6
initscripts.x86_64 0:9.03.38-1.0.1.el6_4.2
Complete!
And something gone wrong because command like: ps, top are crashing
login#Ass-K55VJ:/etc/yum/repos.d$ ps -e
ps: relocation error: ps: symbol procps_number_version, version _3_2_5 not defined in file libproc-3.2.8.so with link time reference
login#Ass-K55VJ:/etc/yum/repos.d$ top
Segmentation fault (core dumped)
then I tryied to uninstall oracle and dependencies but after command:
sudo yum remove oracle-rdbms-server-11gR2-preinstall
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named yum
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.6.6 (r266:84292, Jul 10 2013, 06:42:56) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)]
If you cannot solve this problem yourself, please go to the yum faq at: http://wiki.linux.duke.edu/YumFaq
So it seems like yum install in my system new libraries but didn't link it correctly? I dont know what do in this moment because it seems like armagedon on my ubuntu...
Does this mean you're on ubuntu and tried to install rpm packages using yum? The manual you used is for Oracle Linux 6, why would you try that on ubuntu?
rpm packages are not compatible with debian based systems like ubuntu, which use deb packages. So you've probably screwed your system big time, overwriting important system libraries with incompatible ones.
If apt-get is still working, then you can try to reinstall (apt-get --reinstall install) the equivalent libraries to the ones mentioned in the install manual you linked to - naming isn't always the same for rpm and deb packages. dpkg -l should help you see which the correct installed libraries are. I'd start with the C libraries (libc) etc.
But if apt-get is screwed also, then you'd need to download the packages manually from an ubuntu mirror and install them using dpkg, but I think a reinstall (or restore from backup if you have one) would be the best option.

Resources