Rip an audio CD into flac

# Install abcde and flac
sudo apt-get update
sudo apt-get install abcde flac

# Rip the CD
mkdir flacs
cd flacs
abcde -o flac

Source: How to rip an audio CD into flac with Ubuntu