Snap error truffle and glibc 2.33 not found

sergiusens@lothlorien:~$ snap find truffle
Name     Version  Publisher  Notes  Summary
truffle  v4.0.1   elopio     -      A development framework for Ethereum
sergiusens@lothlorien:~$ sudo snap install truffle
[sudo] password for sergiusens: 
error: snap "truffle" is not available on stable but is available to install on
       the following channels:

       beta       snap install --beta truffle
       edge       snap install --edge truffle

       Please be mindful pre-release channels may include features not
       completely tested or implemented. Get more information with 'snap info
       truffle'.
sergiusens@lothlorien:~$ sudo snap install truffle --beta
truffle (beta) v4.0.1 from Leo Arias (elopio) installed
sergiusens@lothlorien:~$ truffle 
Truffle v4.0.1 - a development framework for Ethereum

Usage: truffle <command> [options]

Commands:
  init      Initialize new Ethereum project with example contracts and tests
  compile   Compile contract source files
  migrate   Run migrations to deploy contracts
  deploy    (alias for migrate)
  build     Execute build pipeline (if configuration present)
  test      Run Mocha and Solidity tests
  debug     Interactively debug any transaction on the blockchain (experimental)
  opcode    Print the compiled opcodes for a given contract
  console   Run a console with contract abstractions and commands available
  develop   Open a console with a local TestRPC
  create    Helper to create new contracts, migrations and tests
  install   Install a package from the Ethereum Package Registry
  publish   Publish a package to the Ethereum Package Registry
  networks  Show addresses for deployed contracts on each network
  watch     Watch filesystem for changes and rebuild the project automatically
  serve     Serve the build directory on localhost and watch for changes
  exec      Execute a JS module within this Truffle environment
  unbox     Unbox Truffle project
  version   Show version number and exit

See more at http://truffleframework.com/docs

and migrate:

sergiusens@lothlorien:~/t$ truffle migrate
Could not find suitable configuration file.