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

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.)

Related

Is a virtualenv required for making a new sysadmin user after installing ckan from package?

I just installed ckan from package on my local machine. How can I create a new sysadmin user for my instance? How can the paster commands be run without a virtual environment. The docs did not state the requirement of a virtual env for installing ckan from package.
Also when I run the following command:
paster sysadmin add seanh -c /etc/ckan/default/production.ini
The terminal asks me to get python-pastescript. And when I execute the command "sudo apt-get install python-pastescript", I get the following result:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python-pastescript : Depends: python-setuptools but it is not going to be installed or
python-distribute
E: Unable to correct problems, you have held broken packages.
Help needed please.
Since you installed CKAN from package I believe you need to use sudo ckan instead of paster in all paster commands.
e.g.
sudo ckan sysadmin add seanh -c /etc/ckan/default/production.ini

centOS Security Center yum install dependencies failing

I am running a centOS 7 virtual machine and trying to install an RPM package for Security Center 4.7.1. The yum installer fails to find the install packages for the dependencies libexpat and libreadline, however I do have expat and readline installed. I don't understand this because it seems that the Security Center RPM is looking for packages of the wrong names. This link is a screen shot showing the yum install abort, the lack of installed packages required and the packages I do have installed relevant to the problem...
centOS VM screenshot
Any suggestions on how to remedy this without forcing the install and risking non functionality of Security Center?
The package you are trying to install needs
libexpat.so.0
libreadline.so.5
but your installation has probably (from what I can see)
libexpat.so.2
libreadline.so.6
It will be difficult to install this package; I would recommend you to search for a newer SecurityCenter package.
for experts:
there is probably a way to work around this; if you can manage to install an older libreadline and libexpat rpm side by side with the new ones; but that might be risky because there are probably some conflicts and updates might not run too well...

PhpStorm Installation issue on Ubuntu 14.04

I am back here again with one more issue that I am having installing PhpStorm on my Ubuntu 14.04. To do so I followed the following steps:
Step 1. sudo apt-get purge openjdk* which gave me a long list mostly saying Package is not installed, so not removed. A few examples:
Package 'openjdk-7-dbg' is not installed, so not removed
Package 'openjdk-7-doc' is not installed, so not removed
...
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Step 2: sudo add-apt-repository ppa:webupd8team/java which ended up saying this:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
oracle-java7-set-default : Depends: oracle-java7-installer but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Step 3: Despite those error messages popped up I went ahead and ran sudo apt-get update which executed OK.
Step 4: Tried to run sudo apt-get install oracle-java7-installer which again popped up a lot of negative remarks!
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
oracle-java7-installer : Depends: java-common (>= 0.24) but it is not installable
Recommends: gsfonts-x11 but it is not installable
E: Unable to correct problems, you have held broken packages.
So I did not go further with rest of the following commands:
sudo apt-get install oracle-java7-set-default
wget http://download-cf.jetbrains.com/webide/PhpStorm-7.1.3.tar.gz
tar -xvf PhpStorm-7.1.3.tar.gz
cd PhpStorm-133.982/bin
./phpstorm.sh
I have no idea what is going wrong! Somebody please help this absolute newbie to install it.
On another note, if PhpStorm fails to install somehow on my PC, please suggest me a good software which runs on Ubuntu with an inbuilt SASS compiler so that I do not have to run a command every time from terminal? And it would be even better if that software I can get for free! PhpStorm is only a 30-day trial.
EDIT
Strange, I'm using PhpStarm on Ubuntu 14.04 and ant works fine. IntelliJ IDEs are really great.
I have these Java from the same repo you are using.
java-common-0.51
java-wrappers-0.1.27
oracle-java7-installer-7u80+7u60arm-0~webupd8~1
Let's try to purge all the Java packages from you system and then install the Oracle Java again.
Use dpkg -l | grep java to discover all the installed java-related packages.
Then, use apt-get purge on all of them.
Skip the javascipt packages of course.
Then, try to install oracle-java7-installer again. I hope it will be installed correctly.
To install Phpstorm in Ubuntu just follow these steps
1.Run sudo apt install snapd
2.Then sudo snap install phpstorm --classic
3.Then type phpstorm in shell and press enter to launch Phpstorm
Read more about these here

Unable to install libgdamm4.0-dev on Ubuntu 14.04 LTS

After this command on the terminal:
sudo apt-get install libgdamm4.0-dev
It displays:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libgdamm4.0-dev
E: Couldn't find any package by regex 'libgdamm4.0-dev'
How to install it? If there is any dependencies, then what are they and how to install them?
After searching for a bit, it seems as if the stock repositories don't come with libgdamm4.0. Although, they do come with libgdamm5.0.
You might have run across a reference that installs libgdamm4.0 on Ubuntu 10.04, the stock repositories for that version might come with the older libgdamm4.0 version.
In any case, you can install the new version of the software suite as such.
apt-get install libgdamm5.0-dev
In the future, you can easily search the repositories you have synced with the apt-cache tool, here is an example from running it myself.
apt-cache search libgdamm
libgdamm-5.0-13 - C++ wrappers for libgda3
libgdamm5.0-dev - C++ wrappers for libgda3 (library headers)
libgdamm5.0-doc - C++ wrappers for libgda3 (documentation)
libgdamm4.0 http://old-releases.ubuntu.com/ubuntu/pool/universe/libg/libgdamm4.0/
The latest was for Ubuntu 10.04 : libgdamm4.0-13_4.1.2-0ubuntu1_amd64.deb / libgdamm4.0-13_4.1.2-0ubuntu1_i386.deb → 2011.

package list - linux mint

when i was trying to fix an error in my linux mint, i accidentally, removed package list, now i can't install anything, how can i fix this?
i a beginner with linux..
i'm using linux mint 16 petra Mate edition.
follows the log:
charles#charles /etc/apt $ sudo apt-get install ubuntu-tweak
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ubuntu-tweak : Depends: python-compizconfig but it is not installable
E: Unable to correct problems, you have held broken packages.
How did you remove your package list? You should be able to restore it by finding the official repository list on the Linux Mint site, and then making sure your /etc/apt/sources.list.d/official-package-repositories.list matches what they have.
Firstly, I would run sudo apt-get update though, in order to see what you're missing. That in itself might fix your problem.
Try the following.
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak

Resources