Yes This is Ubuntu18.04 LTS
Code:
# apt list x-window-system-core
Listing... Done
x-window-system-core/now 1:7.2-5ubuntu13 all [installed,local]
I typically use apt to do such things. aptitude is not installed on this computer and I'm hesitant to start installing new stuff until I can get it straightened out.
Looking at the packages which are rceccomended for reinstallations starting at teh top of the list
Code:
# apt install cdrecord --reinstall --simulate
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reinstallation of cdrecord is not possible, it cannot be downloaded.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Code:
# apt remove cdrecord --reinstall --simulate
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
cdrecord
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Remv cdrecord [9:1.1.2-1ubuntu1]
I guess I'll remove it. If I need something else I'll install it later
Bookmarks