Jump to content

How to install kdenlive on Ubuntu?

Go to solution Solved by Sauron,
3 hours ago, 4klips said:

Output for "sudo apt-get install kdenlive"

It seems for some reason you can't resolve those packages on the HK mirror. Try editing the sources.list file and changing this

deb http://ubuntu.01link.hk/ xenial universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial universe

to this:

# deb http://ubuntu.01link.hk/ xenial universe
deb-src http://in.archive.ubuntu.com/ubuntu/ xenial universe

then run an apt-get update and apt-get upgrade

I want to install kdenlive in my ubuntu. I have tried

Quote

sudo apt-get install kdenlive

But this is giving me a 404 not found and 403 forbidden error. And the software is not installed. I have also tried THIS but this is also giving the 404 and 403 error.

 

So, please help me installing kdenlive on ubuntu.

Link to comment
Share on other sites

Link to post
Share on other sites

You need to run an apt-get update first to syncronize with the repositories. This should fix the network errors. If it tells you it can't find the package you'll need to add the correct ppa.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

22 hours ago, Sauron said:

You need to run an apt-get update first to syncronize with the repositories. This should fix the network errors. If it tells you it can't find the package you'll need to add the correct ppa.

How can I add the correct PPA. I am new to LINUX and I don't know much about it.

 

 

I found this but I don't know what to do.

 

https://launchpad.net/~kdenlive/+archive/ubuntu/kdenlive-stable

Link to comment
Share on other sites

Link to post
Share on other sites

22 hours ago, KenjiUmino said:

59ca5d4d490cb_Bildschirmfotovom2017-09-2615-58-41.png.a315a368cc5756e4750813667dc0b536.png

59ca5d56bd760_Bildschirmfotovom2017-09-2615-59-01.png.722627136e028a2a3c7e2f7b5cedb8c0.png

does that help?

I am getting the same error.

Link to comment
Share on other sites

Link to post
Share on other sites

50 minutes ago, 4klips said:

How can I add the correct PPA. I am new to LINUX and I don't know much about it.

 

 

I found this but I don't know what to do.

 

https://launchpad.net/~kdenlive/+archive/ubuntu/kdenlive-stable

It's covered on the website:

sudo add-apt-repository ppa:kdenlive/kdenlive-stable

but you shouldn't need to do this unless, as I said, it says it can't find the package.

 

If apt update and apt upgrade give you an error or don't fix the issue, there may be a deeper problem. What version of ubuntu did you install? Do other packages install fine? Please post the full output of this command:

cat /etc/apt/sources.list

 

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

18 hours ago, Sauron said:

It's covered on the website:


sudo add-apt-repository ppa:kdenlive/kdenlive-stable

but you shouldn't need to do this unless, as I said, it says it can't find the package.

 

If apt update and apt upgrade give you an error or don't fix the issue, there may be a deeper problem. What version of ubuntu did you install? Do other packages install fine? Please post the full output of this command:


cat /etc/apt/sources.list

 

I am using Ubuntu GNOME 16.04.2 LTS 64-bit.

 

Yes other package is installing fine. I just installed Blender with sudo apt-get install blender and it just installed just fine. But I want Kdenlive. Blender is of no use for me.

 

Output for  "cat /etc/apt/sources.list"

 

Quote

# deb cdrom:[Ubuntu-GNOME 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215)]/ xenial main multiverse restricted universe

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ubuntu.01link.hk/ xenial main restricted
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ubuntu.01link.hk/ xenial-updates main restricted
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ubuntu.01link.hk/ xenial universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial universe
deb http://ubuntu.01link.hk/ xenial-updates universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ubuntu.01link.hk/ xenial multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://ubuntu.01link.hk/ xenial-updates multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ubuntu.01link.hk/ xenial-backports main restricted universe multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner

deb http://ubuntu.01link.hk/ xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://ubuntu.01link.hk/ xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://ubuntu.01link.hk/ xenial-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
 

 

 

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, 4klips said:

I am using Ubuntu GNOME 16.04.2 LTS 64-bit.

 

Yes other package is installing fine. I just installed Blender with sudo apt-get install blender and it just installed just fine. But I want Kdenlive. Blender is of no use for me.

 

Output for  "cat /etc/apt/sources.list"

I'm not sure what could be causing this. Your sources file seems in order and 16.04 is still supported, so in theory you should be able to install kdenlive just fine. Can you post the exact error apt gives you?

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, Sauron said:

I'm not sure what could be causing this. Your sources file seems in order and 16.04 is still supported, so in theory you should be able to install kdenlive just fine. Can you post the exact error apt gives you?

Output for "sudo apt-get install kdenlive"

 

Quote

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  blender-data fonts-dejavu libboost-locale1.58.0 libboost-regex1.58.0
  libboost-thread1.58.0 libgtkmm-2.4-1v5 libjemalloc1 libopencolorio1v5
  libopenimageio1.6 libparted-fs-resize0 libspnav0 libtinyxml2.6.2v5
  libyaml-cpp0.3v5
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  breeze-icon-theme catdoc dvdauthor dvgrab ffmpeg frei0r-plugins kded5
  kdenlive-data kinit kio kwayland-data kwayland-integration libavcodec-extra
  libavcodec-ffmpeg-extra56 libdbusmenu-qt5 libepub0 libfam0 libgavl1
  libkf5archive5 libkf5attica5 libkf5auth-data libkf5auth5
  libkf5bookmarks-data libkf5bookmarks5 libkf5codecs-data libkf5codecs5
  libkf5completion-data libkf5completion5 libkf5config-bin libkf5config-data
  libkf5configcore5 libkf5configgui5 libkf5configwidgets-data
  libkf5configwidgets5 libkf5coreaddons-data libkf5coreaddons5 libkf5crash5
  libkf5dbusaddons-bin libkf5dbusaddons-data libkf5dbusaddons5
  libkf5filemetadata-bin libkf5filemetadata-data libkf5filemetadata3
  libkf5globalaccel-bin libkf5globalaccel-data libkf5globalaccel5
  libkf5globalaccelprivate5 libkf5guiaddons5 libkf5i18n-data libkf5i18n5
  libkf5iconthemes-bin libkf5iconthemes-data libkf5iconthemes5 libkf5idletime5
  libkf5itemviews-data libkf5itemviews5 libkf5jobwidgets-data
  libkf5jobwidgets5 libkf5kiocore5 libkf5kiofilewidgets5 libkf5kiontlm5
  libkf5kiowidgets5 libkf5newstuff-data libkf5newstuff5
  libkf5notifications-data libkf5notifications5 libkf5notifyconfig-data
  libkf5notifyconfig5 libkf5service-bin libkf5service-data libkf5service5
  libkf5solid5 libkf5solid5-data libkf5sonnet5-data libkf5sonnetcore5
  libkf5sonnetui5 libkf5textwidgets-data libkf5textwidgets5 libkf5wallet-bin
  libkf5wallet-data libkf5wallet5 libkf5waylandclient5
  libkf5widgetsaddons-data libkf5widgetsaddons5 libkf5windowsystem-data
  libkf5windowsystem5 libkf5xmlgui-bin libkf5xmlgui-data libkf5xmlgui5
  libkwalletbackend5-5 libmlt++3 libmlt-data libmlt6 libmovit4 libphonon4qt5-4
  libpolkit-qt5-1-1 libpoppler-qt5-1 libpoppler57 libqt5script5
  libqt5waylandclient5 libquicktime2 librtaudio4v5 libsox-fmt-alsa
  libsox-fmt-base libsox2 libvidstab1.1 libvoikko1 libzip4 melt
  oxygen-icon-theme qml-module-qtquick-controls
  qml-module-qtquick-controls-styles-breeze qml-module-qtquick-layouts
  qml-module-qtquick-window2 qml-module-qtquick2 qtwayland5 sonnet-plugins
Suggested packages:
  ffmpeg-doc opencv-data khelpcenter fam libsox-fmt-all voikko-fi hspell
The following packages will be REMOVED:
  libavcodec-ffmpeg56
The following NEW packages will be installed:
  breeze-icon-theme catdoc dvdauthor dvgrab ffmpeg frei0r-plugins kded5
  kdenlive kdenlive-data kinit kio kwayland-data kwayland-integration
  libavcodec-extra libavcodec-ffmpeg-extra56 libdbusmenu-qt5 libepub0 libfam0
  libgavl1 libkf5archive5 libkf5attica5 libkf5auth-data libkf5auth5
  libkf5bookmarks-data libkf5bookmarks5 libkf5codecs-data libkf5codecs5
  libkf5completion-data libkf5completion5 libkf5config-bin libkf5config-data
  libkf5configcore5 libkf5configgui5 libkf5configwidgets-data
  libkf5configwidgets5 libkf5coreaddons-data libkf5coreaddons5 libkf5crash5
  libkf5dbusaddons-bin libkf5dbusaddons-data libkf5dbusaddons5
  libkf5filemetadata-bin libkf5filemetadata-data libkf5filemetadata3
  libkf5globalaccel-bin libkf5globalaccel-data libkf5globalaccel5
  libkf5globalaccelprivate5 libkf5guiaddons5 libkf5i18n-data libkf5i18n5
  libkf5iconthemes-bin libkf5iconthemes-data libkf5iconthemes5 libkf5idletime5
  libkf5itemviews-data libkf5itemviews5 libkf5jobwidgets-data
  libkf5jobwidgets5 libkf5kiocore5 libkf5kiofilewidgets5 libkf5kiontlm5
  libkf5kiowidgets5 libkf5newstuff-data libkf5newstuff5
  libkf5notifications-data libkf5notifications5 libkf5notifyconfig-data
  libkf5notifyconfig5 libkf5service-bin libkf5service-data libkf5service5
  libkf5solid5 libkf5solid5-data libkf5sonnet5-data libkf5sonnetcore5
  libkf5sonnetui5 libkf5textwidgets-data libkf5textwidgets5 libkf5wallet-bin
  libkf5wallet-data libkf5wallet5 libkf5waylandclient5
  libkf5widgetsaddons-data libkf5widgetsaddons5 libkf5windowsystem-data
  libkf5windowsystem5 libkf5xmlgui-bin libkf5xmlgui-data libkf5xmlgui5
  libkwalletbackend5-5 libmlt++3 libmlt-data libmlt6 libmovit4 libphonon4qt5-4
  libpolkit-qt5-1-1 libpoppler-qt5-1 libpoppler57 libqt5script5
  libqt5waylandclient5 libquicktime2 librtaudio4v5 libsox-fmt-alsa
  libsox-fmt-base libsox2 libvidstab1.1 libvoikko1 libzip4 melt
  oxygen-icon-theme qml-module-qtquick-controls
  qml-module-qtquick-controls-styles-breeze qml-module-qtquick-layouts
  qml-module-qtquick-window2 qml-module-qtquick2 qtwayland5 sonnet-plugins
0 upgraded, 118 newly installed, 1 to remove and 0 not upgraded.
Need to get 3,440 kB/65.0 MB of archives.
After this operation, 273 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 http://ubuntu.01link.hk xenial/universe amd64 libgavl1 amd64 1.4.0-4
  404  Not Found
Err:2 http://ubuntu.01link.hk xenial/universe amd64 librtaudio4v5 amd64 4.1.1~ds0-4
  404  Not Found
Err:3 http://ubuntu.01link.hk xenial/universe amd64 libzip4 amd64 1.0.1-0ubuntu1
  403  Forbidden
E: Failed to fetch http://ubuntu.01link.hk/pool/universe/g/gavl/libgavl1_1.4.0-4_amd64.deb  404  Not Found

E: Failed to fetch http://ubuntu.01link.hk/pool/universe/r/rtaudio/librtaudio4v5_4.1.1~ds0-4_amd64.deb  404  Not Found

E: Failed to fetch http://ubuntu.01link.hk/pool/universe/libz/libzip/libzip4_1.0.1-0ubuntu1_amd64.deb  403  Forbidden

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

 

Link to comment
Share on other sites

Link to post
Share on other sites

3 hours ago, 4klips said:

Output for "sudo apt-get install kdenlive"

It seems for some reason you can't resolve those packages on the HK mirror. Try editing the sources.list file and changing this

deb http://ubuntu.01link.hk/ xenial universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial universe

to this:

# deb http://ubuntu.01link.hk/ xenial universe
deb-src http://in.archive.ubuntu.com/ubuntu/ xenial universe

then run an apt-get update and apt-get upgrade

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

29 minutes ago, Sauron said:

It seems for some reason you can't resolve those packages on the HK mirror. Try editing the sources.list file and changing this


deb http://ubuntu.01link.hk/ xenial universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial universe

to this:


# deb http://ubuntu.01link.hk/ xenial universe
deb-src http://in.archive.ubuntu.com/ubuntu/ xenial universe

then run an apt-get update and apt-get upgrade

Thanks for helping.

 

Kdenlive is successfully installed.

 

I changed the mirror to Malaysia and it successfully installed it.:)

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×