The key program to convert from avi to mkv is called mkvmerge.
Example:
mkvmerge -v -o myfile.mkv myfile.avi
You could add a subtitle file using
mkvmerge -v -o myfile.mkv myfile.avi myfile.srt
You could add an audio track using
mkvmerge -o mynewfile.mkv myfile.mkv audio.mp3 |