Le dimanche 20 avril 2014 11:00:54 UTC+2, Jan Groenewald a écrit : > > Hi > > I've uploaded a new version with only the ffmpeg dependency removed. > Please try apt-get update and apt-get install sagemath-upstream-binary. >
That worked fine, thank you. I have just a lingering libavcodec54 that won't update, but I won't bother with it for now. > > I will be continuing the thread on sage-devel to get a better set of > Depends/Recommends/Suggests. > I look forward to it. Thanks again ! -- Emmanuel Charpentier > > Regards, > Jan > > > > > On 20 April 2014 00:53, xunitc xc <[email protected] <javascript:>> wrote: > >> Thank you for your reply and hard work, I love sage. >> >> Thanks again. >> >> 在 2014年4月19日星期六UTC+8下午9时07分18秒,Jan Groenewald写道: >>> >>> Hi >>> >>> Thanks for reporting this. Many of the Depends: fields in sagemath need >>> to be updated. I will do so over the coming month or two. >>> >>> In the meantime, simply to satisfy the dependency, add the ffmpeg from >>> saucy.-updates, which seems to be the last one. >>> http://packages.ubuntu.com/search?keywords=ffmpeg >>> >>> So I suggest this (easily disabled later). >>> >>> sudo -i >>> cat > /etc/apt/sources.list.d/saucy-updates.list << EOF >>> # Only for ffmpeg, to satisfy lingering sagemath-upstream-binary >>> dependency >>> deb http://archive.ubuntu.com/ubuntu/ saucy-updates main >>> EOF >>> apt-get update >>> apt-get install sagemath-upstream-binary >>> >>> To remove later, after sagemath-upstream-binary is updated, (by me, and >>> by you from the PPA) do >>> >>> sudo apt-get purge ffmpeg >>> sudo rm /etc/apt/sources.list.d/saucy-updates.list >>> sudo apt-get update >>> sudo apt-get autoremove # check output and say yes if acceptable. >>> >>> Regards, >>> Jan >>> >>> >>> >>> >>> On 19 April 2014 14:33, xunitc xc <[email protected]> wrote: >>> >>>> Hi, >>>> >>>> My os is ubuntu 14.04, I use the ppa like : >>>> apt-add-repository -y ppa:aims/sagemath >>>> apt-get update >>>> apt-get install sagemath-upstream-binary >>>> >>>> Then, I see "sagemath-upstream-binary : Depends: ffmpeg but it is not >>>> installable". >>>> And in this url: >>>> http://askubuntu.com/questions/432542/is-ffmpeg- >>>> missing-from-the-official-repositories-in-14-04 >>>> I see the name ffmpeg is called libav-tools now. >>>> >>>> How can I install sage by ppa please? >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "sage-support" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> >>>> Visit this group at http://groups.google.com/group/sage-support. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> .~. >>> /V\ Jan Groenewald >>> /( )\ www.aims.ac.za >>> ^^-^^ >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "sage-support" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/sage-support. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > .~. > /V\ Jan Groenewald > /( )\ www.aims.ac.za > ^^-^^ > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
