Advertising

Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl

Sparky tools for Sparky base edition

Started by rmcellig, March 23, 2014, 06:35:40 PM

Previous topic - Next topic

rmcellig

I was wondering if the Sparky Tools are available for the Base Openbox edition.



Thanks!!

pavroo

#1
The Sparky tools are available for all editions.

Open Synaptic, refresh package list and use Search box with 'sparky' key word to print all sparky packages.
Nothing is easy as it looks. Danielle Steel
Join #sparkylinux.org at [url="//irc.libera.chat"]irc.libera.chat[/url]

rmcellig

#2
Thanks. When I reloaded synaptic and went to install the Sparky tools, I received this error:



E: Unable to correct problems, you have held broken packages.

E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

E: Unable to correct dependencies

E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

E: Unable to correct dependencies



What should I do? This happened when I went to install Sparky center openbox.


pavroo

#3
Probably you have broken or not installed correctly packages.

Check "Broken packages" in the left sidebar of Synaptic and remove theme before installing new ones.

Also use the same command as for Skype to fix broken packages:

Code:

apt-get update
apt-get install -f


Nothing is easy as it looks. Danielle Steel
Join #sparkylinux.org at [url="//irc.libera.chat"]irc.libera.chat[/url]

rmcellig

#4
Thanks! I can't see broken packages on the left side of Synaptic. I clicked on Status and don't see it in the list. I clicked on Custom filters-broken, and don't see any broken packages. I ran Sudo apt-get update as well as sudo apt-get install -f. Then I ran sudo apt-get install sparky-center-openbox and received this:



Code:

randy@sparky:~$ sudo apt-get install sparky-center-openbox
[sudo] password for randy:
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:
 sparky-center-openbox : Depends: gpointing-device-settings but it is not installable
E: Unable to correct problems, you have held broken packages.
randy@sparky:~$



pavroo

#5
Package 'gpointing-device-settings' has been removed from Debian testing repository, but it's available in Sid repos.

1. Edit repository:

Code:

sudo leafpad /etc/apt/sources.list


2. Add Sid repo at the end of the file, under the last line:

Code:

## sid
deb http://ftp.debian.org/debian/ sid main contrib non-free  
deb-src http://ftp.debian.org/debian/ sid main contrib non-free  
deb http://www.deb-multimedia.org/ sid main non-free


3. Save the file, refresh packages list and install missing tool:

Code:

apt-get update
apt-get install gpointing-device-settings


5. Edit repository again and put '#' in the front of the 3 new Sid lines:

Code:

# deb http://ftp.debian.org/debian/ sid main contrib non-free  
# deb-src http://ftp.debian.org/debian/ sid main contrib non-free  
# deb http://www.deb-multimedia.org/ sid main non-free


6. Refresh packages list and install 'sparky-center-openbox':

Code:

apt-get update
apt-get install sparky-center-openbox


If any problem with installing, use:

Code:

apt-get install -f


Nothing is easy as it looks. Danielle Steel
Join #sparkylinux.org at [url="//irc.libera.chat"]irc.libera.chat[/url]

rmcellig

#6
Thanks!

View the most recent posts on the forum