Saturday, April 27, 2024
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1816  / 1 Year ago, tue, december 6, 2022, 1:30:38

I've run into various problems because my Ubuntu distro (which is the newest Ubuntu GNOME 13.10 distro) thinks it's using Ubuntu 14.04.
To check this, I entered:



$ lsb_release -a


This got me:



No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu Trusty Tahr (development branch)
Release: 14.04
Codename: trusty


However, this is NOT the Ubuntu version I am (or want to be, as for now) running.



One of the problems I'm running into is the fact that software-properties-gtk is crashing when I try to start it, and I get the error:



Sorry, Ubuntu 14.04 experienced an internal error


When I try to run software-properties-gtk in my terminal, I get:



aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Ubuntu/trusty


which is strange. Any thoughts on the matter would be greatly appreciated.


More From » system-installation

 Answers
7

I had the same problem. Trying to install kali sources to ubuntu 14.04, the "lsb-release" file was modified.



I just :



gksudo gedit /etc/lsb-release


and paste the original distribution information you are using, in my case Ubuntu 14.04



DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04 LTS


I hope this help you.


[#28766] Wednesday, December 7, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tonhorn

Total Points: 196
Total Questions: 118
Total Answers: 95

Location: Vanuatu
Member since Fri, May 13, 2022
2 Years ago
tonhorn questions
Tue, May 10, 22, 12:01, 2 Years ago
Sat, Dec 18, 21, 06:23, 2 Years ago
Thu, Jun 16, 22, 04:03, 2 Years ago
Fri, Apr 1, 22, 05:23, 2 Years ago
;