File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66## Installation on Ubuntu 16.04x64, 18.04x64, 20.04x64, 22.04x64
77* In the terminal prime sudo command and type:
8+ ``` bash
9+ sudo apt-get install libcanberra-gtk-module libcanberra-gtk3-module
10+ sudo snap install kdenlive
811```
9- sudo apt-get upgrade
10- sudo apt-add-repository ppa:kdenlive/kdenlive-stable && sudo apt-get update
11- sudo apt-get install kdenlive
12- sudo apt-add-repository -- remove ppa: kdenlive/kdenlive-stable
12+
13+ * Remove
14+ ``` bash
15+ sudo snap remove kdenlive
1316```
1417
15- * Delete brave repository paths source lists
18+ ## Commit changes
1619```
17- sudo rm /etc/apt/sources.list.d/kdenlive-ubuntu-*
18- sudo apt update
20+
21+ export V=$(kdenlive --version | awk '{print $2}')
22+ echo $V
23+ os_info=$(hostnamectl | awk -F': ' '
24+ /Operating System:/ {os=$2}
25+ /Kernel:/ {kernel=$2}
26+ /Architecture:/ {arch=$2}
27+ END {print os " | " kernel " | " arch}
28+ ')
29+ echo "$os_info"
30+ sed -i "/\<logs\>/ s/$/ \n## $(date) \nkdenlive-version: ${V} in ${os_info};/" logs.md #insert date and version
31+ git commit -am "kdenlive $V in ${os_info} #15"
32+ git push origin main
1933```
2034
21- * Remove
22- sudo apt-get purge kdenlive
2335
2436
2537## Logs
Original file line number Diff line number Diff line change 1+ logs
2+ ## Sat Dec 27 09:55:15 PM GMT 2025
3+ kdenlive-version: 25.11.70 in Ubuntu 24.04.3 LTS | Linux 6.14.0-27-generic | x86-64;
4+
5+
16## Thu 11 Jul 18:24:54 BST 2024
27kdenlive --version
38kdenlive 23.08.5
You can’t perform that action at this time.
0 commit comments