how to install Conky Manager on Ubuntu 18.04?

Clash Royale CLAN TAG#URR8PPP up vote
2
down vote
favorite
Recently I installed Ubuntu 18.04. Installing Conky Manager with these commands failed with "Dependency is not satisfiable: realpath".
sudo apt install conky-all
cp /etc/conky/conky.conf ~/.conkyrc
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt update
sudo apt install conky-manager
wget https://launchpad.net/~teejee2008/+archive/ubuntu/ppa/+files/conky-manager_2.4~136~ubuntu16.04.1_amd64.deb
sudo apt install gdebi
sudo gdebi conky-manager*.deb
Do you know how to resolve the dependency on "realpath"?
apt package-management updates ppa conky
add a comment |Â
up vote
2
down vote
favorite
Recently I installed Ubuntu 18.04. Installing Conky Manager with these commands failed with "Dependency is not satisfiable: realpath".
sudo apt install conky-all
cp /etc/conky/conky.conf ~/.conkyrc
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt update
sudo apt install conky-manager
wget https://launchpad.net/~teejee2008/+archive/ubuntu/ppa/+files/conky-manager_2.4~136~ubuntu16.04.1_amd64.deb
sudo apt install gdebi
sudo gdebi conky-manager*.deb
Do you know how to resolve the dependency on "realpath"?
apt package-management updates ppa conky
3
There has been no active development toconky-managersince 2016, and apparently one programrealpaththat was available in the repros then isn't available any longer. It will not be easy to recreate it either - see e.g. the discussion here. You may contact the developer through his Launchpad page.
â Jos
May 21 at 20:49
1
And you shouldn't, generally speaking, attempt to install software (from ppas or otherwise) that aren't available for your OS version.
â DK Bose
May 22 at 0:39
1
have installed conky on ubuntu 18.04 and it works fine! I don't understand why you want to install it via external ppa. It works fine with standard packages.
â abu_bua
Jul 5 at 15:41
1
@abu_bua Likely there's an expectation (correct or otherwise) that Conky Manager will shorten or eliminate the learning curve that accompanies attempts to customize Conky.
â Zeiss Ikon
Aug 14 at 16:33
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Recently I installed Ubuntu 18.04. Installing Conky Manager with these commands failed with "Dependency is not satisfiable: realpath".
sudo apt install conky-all
cp /etc/conky/conky.conf ~/.conkyrc
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt update
sudo apt install conky-manager
wget https://launchpad.net/~teejee2008/+archive/ubuntu/ppa/+files/conky-manager_2.4~136~ubuntu16.04.1_amd64.deb
sudo apt install gdebi
sudo gdebi conky-manager*.deb
Do you know how to resolve the dependency on "realpath"?
apt package-management updates ppa conky
Recently I installed Ubuntu 18.04. Installing Conky Manager with these commands failed with "Dependency is not satisfiable: realpath".
sudo apt install conky-all
cp /etc/conky/conky.conf ~/.conkyrc
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt update
sudo apt install conky-manager
wget https://launchpad.net/~teejee2008/+archive/ubuntu/ppa/+files/conky-manager_2.4~136~ubuntu16.04.1_amd64.deb
sudo apt install gdebi
sudo gdebi conky-manager*.deb
Do you know how to resolve the dependency on "realpath"?
apt package-management updates ppa conky
edited Aug 16 at 21:36
K7AAY
3,73221443
3,73221443
asked May 21 at 19:48
Nikolay Kyurchiyski
1112
1112
3
There has been no active development toconky-managersince 2016, and apparently one programrealpaththat was available in the repros then isn't available any longer. It will not be easy to recreate it either - see e.g. the discussion here. You may contact the developer through his Launchpad page.
â Jos
May 21 at 20:49
1
And you shouldn't, generally speaking, attempt to install software (from ppas or otherwise) that aren't available for your OS version.
â DK Bose
May 22 at 0:39
1
have installed conky on ubuntu 18.04 and it works fine! I don't understand why you want to install it via external ppa. It works fine with standard packages.
â abu_bua
Jul 5 at 15:41
1
@abu_bua Likely there's an expectation (correct or otherwise) that Conky Manager will shorten or eliminate the learning curve that accompanies attempts to customize Conky.
â Zeiss Ikon
Aug 14 at 16:33
add a comment |Â
3
There has been no active development toconky-managersince 2016, and apparently one programrealpaththat was available in the repros then isn't available any longer. It will not be easy to recreate it either - see e.g. the discussion here. You may contact the developer through his Launchpad page.
â Jos
May 21 at 20:49
1
And you shouldn't, generally speaking, attempt to install software (from ppas or otherwise) that aren't available for your OS version.
â DK Bose
May 22 at 0:39
1
have installed conky on ubuntu 18.04 and it works fine! I don't understand why you want to install it via external ppa. It works fine with standard packages.
â abu_bua
Jul 5 at 15:41
1
@abu_bua Likely there's an expectation (correct or otherwise) that Conky Manager will shorten or eliminate the learning curve that accompanies attempts to customize Conky.
â Zeiss Ikon
Aug 14 at 16:33
3
3
There has been no active development to
conky-manager since 2016, and apparently one program realpath that was available in the repros then isn't available any longer. It will not be easy to recreate it either - see e.g. the discussion here. You may contact the developer through his Launchpad page.â Jos
May 21 at 20:49
There has been no active development to
conky-manager since 2016, and apparently one program realpath that was available in the repros then isn't available any longer. It will not be easy to recreate it either - see e.g. the discussion here. You may contact the developer through his Launchpad page.â Jos
May 21 at 20:49
1
1
And you shouldn't, generally speaking, attempt to install software (from ppas or otherwise) that aren't available for your OS version.
â DK Bose
May 22 at 0:39
And you shouldn't, generally speaking, attempt to install software (from ppas or otherwise) that aren't available for your OS version.
â DK Bose
May 22 at 0:39
1
1
have installed conky on ubuntu 18.04 and it works fine! I don't understand why you want to install it via external ppa. It works fine with standard packages.
â abu_bua
Jul 5 at 15:41
have installed conky on ubuntu 18.04 and it works fine! I don't understand why you want to install it via external ppa. It works fine with standard packages.
â abu_bua
Jul 5 at 15:41
1
1
@abu_bua Likely there's an expectation (correct or otherwise) that Conky Manager will shorten or eliminate the learning curve that accompanies attempts to customize Conky.
â Zeiss Ikon
Aug 14 at 16:33
@abu_bua Likely there's an expectation (correct or otherwise) that Conky Manager will shorten or eliminate the learning curve that accompanies attempts to customize Conky.
â Zeiss Ikon
Aug 14 at 16:33
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
2
down vote
Install realpath first and then install Conky Manager.
https://packages.ubuntu.com/artful/realpath
Artful is 17.10, right? If realpath is in 17.10 but not in (bionic) 18.04, there's probably a good reason.
â Zeiss Ikon
Aug 14 at 16:35
add a comment |Â
up vote
1
down vote
You can install it with a .run file from GitHub.
For 64 bit:
wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-amd64.run
chmod +x conky-manager-v2.4-amd64.run
sudo ./conky-manager-v2.4-amd64.run
For 32 bit:
wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-i386.run
chmod +x conky-manager-v2.4-i386.run
sudo ./conky-manager-v2.4-i386.run
add a comment |Â
up vote
0
down vote
a tentative answer:
1ð install conky:
sudo apt-install conky
2ð download realpath: link to realpath
3ð download the conky manager: this is the link
4ð install realpath and then conky:
sudo dpkg realpath_8.26...(the rest of the name you can copy paste in the terminal)
sudo dpkg conky...(id.)
5ð then:
sudo apt -f install
6ðlaunch conky manager from activities.
hope this works for you.
leave long and prosper.
New contributor
Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
Install realpath first and then install Conky Manager.
https://packages.ubuntu.com/artful/realpath
Artful is 17.10, right? If realpath is in 17.10 but not in (bionic) 18.04, there's probably a good reason.
â Zeiss Ikon
Aug 14 at 16:35
add a comment |Â
up vote
2
down vote
Install realpath first and then install Conky Manager.
https://packages.ubuntu.com/artful/realpath
Artful is 17.10, right? If realpath is in 17.10 but not in (bionic) 18.04, there's probably a good reason.
â Zeiss Ikon
Aug 14 at 16:35
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Install realpath first and then install Conky Manager.
https://packages.ubuntu.com/artful/realpath
Install realpath first and then install Conky Manager.
https://packages.ubuntu.com/artful/realpath
edited Jul 5 at 18:22
Stephen Rauch
1,1546716
1,1546716
answered Jul 5 at 14:46
dopplerduck
212
212
Artful is 17.10, right? If realpath is in 17.10 but not in (bionic) 18.04, there's probably a good reason.
â Zeiss Ikon
Aug 14 at 16:35
add a comment |Â
Artful is 17.10, right? If realpath is in 17.10 but not in (bionic) 18.04, there's probably a good reason.
â Zeiss Ikon
Aug 14 at 16:35
Artful is 17.10, right? If realpath is in 17.10 but not in (bionic) 18.04, there's probably a good reason.
â Zeiss Ikon
Aug 14 at 16:35
Artful is 17.10, right? If realpath is in 17.10 but not in (bionic) 18.04, there's probably a good reason.
â Zeiss Ikon
Aug 14 at 16:35
add a comment |Â
up vote
1
down vote
You can install it with a .run file from GitHub.
For 64 bit:
wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-amd64.run
chmod +x conky-manager-v2.4-amd64.run
sudo ./conky-manager-v2.4-amd64.run
For 32 bit:
wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-i386.run
chmod +x conky-manager-v2.4-i386.run
sudo ./conky-manager-v2.4-i386.run
add a comment |Â
up vote
1
down vote
You can install it with a .run file from GitHub.
For 64 bit:
wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-amd64.run
chmod +x conky-manager-v2.4-amd64.run
sudo ./conky-manager-v2.4-amd64.run
For 32 bit:
wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-i386.run
chmod +x conky-manager-v2.4-i386.run
sudo ./conky-manager-v2.4-i386.run
add a comment |Â
up vote
1
down vote
up vote
1
down vote
You can install it with a .run file from GitHub.
For 64 bit:
wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-amd64.run
chmod +x conky-manager-v2.4-amd64.run
sudo ./conky-manager-v2.4-amd64.run
For 32 bit:
wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-i386.run
chmod +x conky-manager-v2.4-i386.run
sudo ./conky-manager-v2.4-i386.run
You can install it with a .run file from GitHub.
For 64 bit:
wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-amd64.run
chmod +x conky-manager-v2.4-amd64.run
sudo ./conky-manager-v2.4-amd64.run
For 32 bit:
wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-i386.run
chmod +x conky-manager-v2.4-i386.run
sudo ./conky-manager-v2.4-i386.run
edited Aug 14 at 19:28
zx485
796614
796614
answered Aug 14 at 16:27
Gökhan Gökkaya
111
111
add a comment |Â
add a comment |Â
up vote
0
down vote
a tentative answer:
1ð install conky:
sudo apt-install conky
2ð download realpath: link to realpath
3ð download the conky manager: this is the link
4ð install realpath and then conky:
sudo dpkg realpath_8.26...(the rest of the name you can copy paste in the terminal)
sudo dpkg conky...(id.)
5ð then:
sudo apt -f install
6ðlaunch conky manager from activities.
hope this works for you.
leave long and prosper.
New contributor
Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
a tentative answer:
1ð install conky:
sudo apt-install conky
2ð download realpath: link to realpath
3ð download the conky manager: this is the link
4ð install realpath and then conky:
sudo dpkg realpath_8.26...(the rest of the name you can copy paste in the terminal)
sudo dpkg conky...(id.)
5ð then:
sudo apt -f install
6ðlaunch conky manager from activities.
hope this works for you.
leave long and prosper.
New contributor
Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
a tentative answer:
1ð install conky:
sudo apt-install conky
2ð download realpath: link to realpath
3ð download the conky manager: this is the link
4ð install realpath and then conky:
sudo dpkg realpath_8.26...(the rest of the name you can copy paste in the terminal)
sudo dpkg conky...(id.)
5ð then:
sudo apt -f install
6ðlaunch conky manager from activities.
hope this works for you.
leave long and prosper.
New contributor
Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
a tentative answer:
1ð install conky:
sudo apt-install conky
2ð download realpath: link to realpath
3ð download the conky manager: this is the link
4ð install realpath and then conky:
sudo dpkg realpath_8.26...(the rest of the name you can copy paste in the terminal)
sudo dpkg conky...(id.)
5ð then:
sudo apt -f install
6ðlaunch conky manager from activities.
hope this works for you.
leave long and prosper.
New contributor
Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Aug 19 at 19:44
Johnny Bravo
11
11
New contributor
Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1038805%2fhow-to-install-conky-manager-on-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
3
There has been no active development to
conky-managersince 2016, and apparently one programrealpaththat was available in the repros then isn't available any longer. It will not be easy to recreate it either - see e.g. the discussion here. You may contact the developer through his Launchpad page.â Jos
May 21 at 20:49
1
And you shouldn't, generally speaking, attempt to install software (from ppas or otherwise) that aren't available for your OS version.
â DK Bose
May 22 at 0:39
1
have installed conky on ubuntu 18.04 and it works fine! I don't understand why you want to install it via external ppa. It works fine with standard packages.
â abu_bua
Jul 5 at 15:41
1
@abu_bua Likely there's an expectation (correct or otherwise) that Conky Manager will shorten or eliminate the learning curve that accompanies attempts to customize Conky.
â Zeiss Ikon
Aug 14 at 16:33