Questions tagged [ubuntu]

Please don't use this tag just because your system is running Ubuntu. Use it only if your question is somehow specific to Ubuntu only. Note that https://askubuntu.com is specifically dedicated to Ubuntu questions.

Ubuntu

Philosophy

The goal of the Ubuntu project is to provide a free computer environment, centered on a Linux distribution and complemented by online services.

Releases

The core of the Ubuntu distribution contains a Gnome-based desktop environment which is tightly integrated to the system, in particular providing a GUI for hardware management and system administration. The supported core also includes other desktop environments such as KDE, although their integration is managed by side projects such as Kubuntu.

Ubuntu includes a small amount of non-free software such as drivers. Ubuntu offers a large amount of packages directly taken from Debian's unstable distribution, in the form of the universe repository.

There is a release of Ubuntu every six months. One in four is a long-term support (LTS) release.

Derivatives

Side projects of Ubuntu include:

  • Edubuntu: for use in teaching.
  • Kubuntu: managing the integration of KDE into Ubuntu.
  • Mythbuntu: for media centers.
  • Ubuntu Studio: for multimedia production.
  • Xubuntu: managing the integration of Xfce into Ubuntu.
  • Lubuntu: managing the integration of LXDE into Ubuntu, focusing on speed and energy efficiency.

Documentation

Common tasks

  • Install a package: apt-get install package-name
  • Apply updates: apt-get update; apt-get upgrade

Further reading

13213 questions
22
votes
2 answers

Ignore DNS from DHCP server in Ubuntu

I set static DNS in /etc/resolvconf/resolv.conf.d/base file: nameserver 8.8.8.8 nameserver 8.8.4.4 But my PC still obtains DNS from DHCP, this is my /etc/resolv.conf: nameserver 192.168.100.2 nameserver 8.8.8.8 nameserver 8.8.4.4 How to ignore…
i2day
  • 576
21
votes
1 answer

What's the difference between Ubuntu 16.04 and Ubuntu 16.04 LTS?

What is the difference between Ubuntu 16.04 and Ubuntu 16.04 LTS? Some documents I read said they can just support Ubuntu 16.04, but when I googled for Ubuntu 16.04 image, I just found Ubuntu 16.04 LTS.
18
votes
3 answers

How to check from terminal if any GUI installed in UBUNTU

I'm looking for command to check from terminal, is any GUI installed to my UBUNTU. I couldn't find any satisfying answer
Khokon
  • 181
14
votes
1 answer

ubuntu does no let me log in to my user, how can I fix it?

My ubuntu has just crashed. Now that I restarted it, it does nothing when I enter my password. The screen just gets refreshed leaving the password space empty again. However, if I try to enter a wrong password, it recognize that it is an invalid…
Jash lino
  • 141
11
votes
3 answers

How to install cpupower on Ubuntu 14.04 (kernel 4.6.0)

I've tried to use the cpupower command on my Ubuntu machine and got this error message WARNING: cpupower not found for kernel 4.6.0 You may need to install the following packages for this specific kernel: linux-tools-4.6.0-4.6.0 …
ruach
  • 223
9
votes
1 answer

Configuration error: Iberty library not found

I am trying to install BAP: Binary Analysis Platform in ubuntu 14.04. I am getting this error: configure: error: Iberty library not found".
D.L.
  • 103
9
votes
3 answers

How to fix frequent crashes of openshot?

I have been using the openshot video editing software for some time on Ubuntu 13.10, which does not run stable for me. I would like to know if I can do something to stabilize it, so I can actually use it for video editing... The version used is…
Alex
  • 5,700
8
votes
1 answer

Is there any undo command for clear in Linux?

I accidentally cleared my screen and I need to see my previous output, any way to see output/results of previous commands? I understand that I can see my past commands using history command but I am not looking for that
8
votes
2 answers

dd, device clone to smaller drive, no space left on device

I've seen numerous questions, answers, and guides relating to use of dd, cat, and clonezilla to facilitate partition and device cloning. Rather than continue those discussions I'm hoping to give very targeted questions to dd behavior within this…
8
votes
1 answer

Can't install lsb-core on Ubuntu Server 11.10

I'm attempting to install lsb-core on an Ubuntu server. Did apt-get update then did apt-get install lsb-core root@quackwall:~# apt-get install lsb-core Reading package lists... Done Building dependency tree Reading state information... Done You…
TheLQ
  • 1,406
6
votes
3 answers

How to install American fuzzy lop on Ubuntu?

Using sudo apt-get install afl gives E: Unable to locate package afl on my machine. How can I install American fuzzy lop on Ubuntu?
anaotha
  • 866
5
votes
3 answers

How to repair Ubuntu after upgrade? (from recovery mode)

I have gone through countless threads on the following error and none have helped. Your screen, graphics card, and input device settings could not be detected correctly. You will need to configure these yourself. I have tried countless things but…
jordan
  • 51
5
votes
1 answer

Ubuntu 22.04 is sleeping even though I changed the power settings so it shouldn't sleep

I have a HP Probook running Ubuntu 22.04. I have changed the settings in the power tab so that the screen shouldn't dim, 'Screen blank' is set to 'never', power mode is on 'performance', and Automatic Suspend is set to 'When on battery'. Yet, I left…
5
votes
2 answers

How to make Folding@Home run when idle?

I've installed and configured Folding@Home: $ lsb_release --all No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 19.10 Release: 19.10 Codename: eoan $ FAHClient --version 7.5.1 $ cat /etc/fahclient/config.xml…
l0b0
  • 51,350
5
votes
3 answers

How do I disable login of user?

I made a user once with the --disabled-login command. I then had to change the password so I could login to the user and test some stuff. I do now want to disable the login again, and I saw this post: what does `adduser --disabled-login` do? So I…
1
2 3
22 23