sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
archlinuxcn is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: ffmpeg0.10: installing libx264 (2:152.20171224-1) breaks dependency 'libx264.so=148-64'
离线
ffmpeg0.10是aur的软件包吧? 把这个包先删了,更新完之后再从aur安装一次。。
离线
pacman -Qs ffmpeg0.10
local/ffmpeg0.10 0.10.16-2
Complete solution to record, convert and stream audio and video
roadgo% pacman -Q ffmpeg0.10
ffmpeg0.10 0.10.16-2
roadgo% pacman -Qi ffmpeg0.10
Name : ffmpeg0.10
Version : 0.10.16-2
Description : Complete solution to record, convert and stream audio and
video
Architecture : x86_64
URL : http://ffmpeg.org/
Licenses : GPL
Groups : None
Provides : ffmpeg-compat libavcodec.so=53-64 libavutil.so=51-64
libpostproc.so=52-64 libswscale.so=2-64
libswresample.so=0-64 libavformat.so=53-64
libavfilter.so=2-64 libavdevice.so=53-64
Depends On : alsa-lib bzip2 gsm lame libass libmodplug libpulse
libtheora libva opencore-amr openjpeg rtmpdump
schroedinger sdl speex v4l-utils xvidcore zlib
libvorbisenc.so=2-64 libvorbis.so=0-64 libvpx.so=4-64
libx264.so=148-64
Optional Deps : None
Required By : lwks
Optional For : None
Conflicts With : None
Replaces : ffmpeg-compat
Installed Size : 9.75 MiB
Packager : Maxime Gauduin <alucryd@archlinux.org>
Build Date : Sat 23 Jul 2016 05:15:49 PM CST
Install Date : Wed 24 Aug 2016 05:02:34 PM CST
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
离线
sudo pacman -Rs lwks
checking dependencies...
Packages (4) ffmpeg0.10-0.10.16-2 nvidia-cg-toolkit-3.1-4
portaudio-190600_20161030-1 lwks-12.6.0-1
Total Removed Size: 342.54 MiB
:: Do you want to remove these packages? [Y/n] y
:: Processing package changes...
(1/4) removing lwks [######################] 100%
(2/4) removing portaudio [######################] 100%
(3/4) removing nvidia-cg-toolkit [######################] 100%
(4/4) removing ffmpeg0.10 [######################] 100%
:: Running post-transaction hooks...
(1/5) Updating fontconfig cache...
(2/5) Updating 32-bit fontconfig cache...
(3/5) Arming ConditionNeedsUpdate...
(4/5) Updating the desktop file MIME type cache...
(5/5) Updating X fontdir indices...
离线