Quote:
Originally Posted by lmnopq
Code:
/opt/rocks/bin/python is needed by rocks-devel-env-6.0-1.x86_64
What do I do now?
|
I'd install python or check for it. Is it installed?
terminal >
Code:
python -V # and press <enter>
If it doesn't spit out "Python x.x.x" you'll need to install python before retrying the freetype package install.
Same for any other missing package.
But apt should handle this. You may be in for a long ride.
You can reinstall a package with
Code:
sudo apt-get install --reinstall packagename.
This completely removes the package (but not the packages that depend on it), then reinstalls the package.
This can be convenient when the package has many reverse dependencies.[
1]
Are you using a PPA for this rocks package? I can't find it in any of the default repos...