software center - Cannot install gnome-schedule from official Ubuntu repositories - Ask Ubuntu


i supposed able install gnome-schedule using:

sudo apt-get install gnome-schedule 

unfortunately, returns:

reading package lists... done building dependency tree        reading state information... done e: unable locate package gnome-schedule 

i using ubuntu 16.04 lts. according this thread, should download code, compile, , install. seems thought such basic program should come official ubuntu repositories. (i, one, concerned installing third party software unverified sources.)

interestingly enough, when try ubuntu software center, can see `gnome-schedule' showing item there no button install. also, when click on more info says not found (see pictures below). of course, cannot see on synaptic either.

how can have added official repositories?

ubuntu software center: schedule ubuntu software center: schedule error

as can see here, gnome-schedule no longer part of official sources version 16.04 : https://bugs.launchpad.net/ubuntu/+source/gnome-schedule/+bug/1576060

but can manually download , compile code.

 $ git clone https://github.com/gnome/gnome-schedule.git  $ pushd gnome-schedule  $ ./autogen.sh --prefix=/usr/local  $ make  $ make install 

https://github.com/gnome/gnome-schedule


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User